rpms/libotr/FC-4 libotr.spec,1.8,1.9

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Wed Nov 2 23:54:04 UTC 2005


Author: pwouters

Update of /cvs/extras/rpms/libotr/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22497

Modified Files:
	libotr.spec 
Log Message:
Mon Oct 17 2005 Paul Wouters <paul at cypherpunks.ca> 3.0.0
- Minor change to allow for new documentation files. Fixed Requires:



Index: libotr.spec
===================================================================
RCS file: /cvs/extras/rpms/libotr/FC-4/libotr.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libotr.spec	30 Jun 2005 19:43:47 -0000	1.8
+++ libotr.spec	2 Nov 2005 23:54:02 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: Off-The-Record Messaging library and toolkit
 Name: libotr
-Version: 2.0.2
-Release: 7%{?dist}
+Version: 3.0.0
+Release: 1%{?dist}
 License: GPL, LGPL
 Group: System Environment/Libraries
 Source0: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
@@ -9,6 +9,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides: libotr-toolkit = %{version}
 Obsoletes: libotr-toolkit < %{version}
+Requires: libgcrypt >= 1.2.0, libgpg-error
 BuildRequires: libgcrypt-devel >= 1.2.0, libgpg-error-devel 
 
 %description
@@ -30,6 +31,7 @@
 %setup -q
 
 %build
+
 %configure --with-pic
 make %{?_smp_mflags} all
 
@@ -50,7 +52,7 @@
 
 %files 
 %defattr(-,root,root)
-%doc AUTHORS README COPYING COPYING.LIB NEWS Protocol
+%doc AUTHORS README COPYING COPYING.LIB NEWS Protocol*
 %{_libdir}/libotr.so.*
 %{_bindir}/*
 %{_mandir}/man1/*
@@ -66,6 +68,9 @@
 
 
 %changelog
+* Mon Oct 17 2005 Paul Wouters <paul at cypherpunks.ca> 3.0.0
+- Minor change to allow for new documentation files. Fixed Requires:
+
 * Sat Jun 19 2005 Paul Wouters <paul at cypherpunks.ca>
 - Fixed defattr, groups, description and duplicate files in devel
 




More information about the fedora-extras-commits mailing list