123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- Name: libotr
- Summary: Off-The-Record Messaging library and toolkit
- Version: 3.2.0
- Release: 6%{?_dist_release}
- Group: System Environment/Libraries
- License: GPLv2 and LGPLv2
- URL: http://otr.cypherpunks.ca/
- Source0: http://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: libgcrypt-devel >= 1.2.0
- BuildRequires: libgpg-error-devel
- Requires: libgcrypt >= 1.2.0
- Provides: libotr-toolkit = %{version}
- Obsoletes: libotr-toolkit < %{version}
- %description
- Off-the-Record Messaging Library and Toolkit
- 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
- Summary: Development library and include files for libotr
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: libgcrypt-devel >= 1.2.0
- Requires: pkgconfig
- %description devel
- The devel package contains the libotr library and the include files
- %prep
- %setup -q
- %build
- %configure --with-pic --disable-rpath --disable-static
- make %{?_smp_mflags} all
- %install
- rm -rf $RPM_BUILD_ROOT
- make \
- DESTDIR=$RPM_BUILD_ROOT \
- LIBINSTDIR=%{_libdir} \
- install
- rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root)
- %doc AUTHORS README COPYING COPYING.LIB NEWS Protocol*
- %{_libdir}/libotr.so.*
- %{_bindir}/*
- %{_mandir}/man1/*
- %files devel
- %defattr(-,root,root,-)
- %doc ChangeLog
- %{_libdir}/libotr.so
- %{_libdir}/pkgconfig/libotr.pc
- %dir %{_includedir}/libotr
- %{_includedir}/libotr/*
- %{_datadir}/aclocal/*
- %changelog
- * Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.2.0-6
- - rebuilt wirh rpm-4.8.1 for pkg-config
- * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.2.0-5
- - Initial build for Vine Linux
- * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-4
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Thu Aug 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.2.0-2
- - fix license tag
- * Sun Jun 15 2008 Paul Wouters <paul@cypherpunks.ca> 3.2.0-1
- - Upgraded to 3.2.0
- * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.1.0-2
- - Autorebuild for GCC 4.3
- * Wed Aug 1 2007 Paul Wouters <paul@cypherpunks.ca> 3.1.0-1
- - Upgraded to current version
- - Updated URLS and configure line
- * Mon Sep 11 2006 Paul Wouters <paul@cypherpunks.ca> 3.0.0-2
- - Rebuild requested for PT_GNU_HASH support from gcc
- * Mon Oct 17 2005 Paul Wouters <paul@cypherpunks.ca> 3.0.0-1
- - Minor change to allow for new documentation files. Fixed Requires:
- * Sat Jun 19 2005 Paul Wouters <paul@cypherpunks.ca>
- - Fixed defattr, groups, description and duplicate files in devel
- * Fri Jun 17 2005 Tom "spot" Callaway <tcallawa@redhat.com>
- - reworked for Fedora Extras
- * Tue May 3 2005 Ian Goldberg <ian@cypherpunks.ca>
- - Bumped version number to 2.0.2
- * Wed Feb 16 2005 Ian Goldberg <ian@cypherpunks.ca>
- - Bumped version number to 2.0.1
- * Tue Feb 8 2005 Ian Goldberg <ian@cypherpunks.ca>
- - Bumped version number to 2.0.0
- * Wed Feb 2 2005 Ian Goldberg <ian@cypherpunks.ca>
- - Added libotr.m4 to the devel package
- - Bumped version number to 1.99.0
- * Wed Jan 19 2005 Paul Wouters <paul@cypherpunks.ca>
- - Updated spec file for the gaim-otr libotr split
- * Tue Dec 21 2004 Ian Goldberg <otr@cypherpunks.ca>
- - Bumped to version 1.0.2.
- * Fri Dec 17 2004 Paul Wouters <paul@cypherpunks.ca>
- - instll fix for x86_64
- * Sun Dec 12 2004 Ian Goldberg <otr@cypherpunks.ca>
- - Bumped to version 1.0.0.
- * Fri Dec 10 2004 Ian Goldberg <otr@cypherpunks.ca>
- - Bumped to version 0.9.9rc2.
- * Thu Dec 9 2004 Ian Goldberg <otr@cypherpunks.ca>
- - Added CFLAGS to "make all", removed DESTDIR
- * Wed Dec 8 2004 Ian Goldberg <otr@cypherpunks.ca>
- - Bumped to version 0.9.9rc1.
- * Fri Dec 3 2004 Ian Goldberg <otr@cypherpunks.ca>
- - Bumped to version 0.9.1.
- * Wed Dec 1 2004 Paul Wouters <paul@cypherpunks.ca>
- - Bumped to version 0.9.0.
- - Fixed install for tools and cos
- - Added Obsoletes: target for otr-plugin so rpm-Uhv gaim-otr removes it.
- * Mon Nov 22 2004 Ian Goldberg <otr@cypherpunks.ca>
- - Bumped version to 0.8.1
- * Sun Nov 21 2004 Paul Wouters <paul@cypherpunks.ca>
- - Initial version
|