Name: libotr Version: 3.2.0 Release: 1mamba Summary: Off-the-Record (OTR) Messaging library and toolkit Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: gil URL: http://www.cypherpunks.ca/otr/ Source: http://www.cypherpunks.ca/otr/libotr-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcrypt-devel BuildRequires: libgpg-error-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This is a library and toolkit which implements Off-the-Record (OTR) Messaging. OTR allows you to have private conversations over IM by providing Encryption, Authentication, Deniability and Perfect forward secrecy %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel This is a library and toolkit which implements Off-the-Record (OTR) Messaging. OTR allows you to have private conversations over IM by providing Encryption, Authentication, Deniability and Perfect forward secrecy This package contains static libraries and header files need for development. %prep %setup -q %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/otr_* %{_libdir}/*.so.* %{_mandir}/man1/otr_*.1.gz %doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README %files devel %defattr(-,root,root) %dir %{_includedir}/libotr %{_includedir}/libotr/*.h %{_libdir}/*.a %{_libdir}/*.la %{_libdir}/*.so %{_exec_prefix}/lib/pkgconfig/*.pc %{_datadir}/aclocal/libotr.m4 %changelog * Tue Oct 14 2008 gil 3.2.0-1mamba - package created by autospec