[Pkg-privacy-commits] [libotr] 08/225: fedora packaging, from Paul

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:44:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository libotr.

commit 8170801a874c30376d05a7f66d6415d8f5dcf9ba
Author: cypherpunk <cypherpunk>
Date:   Mon Jun 27 20:02:01 2005 +0000

    fedora packaging, from Paul
---
 packaging/fedora/libotr.spec | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/packaging/fedora/libotr.spec b/packaging/fedora/libotr.spec
index a7dc18f..9164ae8 100644
--- a/packaging/fedora/libotr.spec
+++ b/packaging/fedora/libotr.spec
@@ -8,7 +8,7 @@ Source0: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
 Url: http://www.cypherpunks.ca/otr/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides: libotr-toolkit = %{version}
-Obsoletes: libotr-toolkit
+Obsoletes: libotr-toolkit < %{version}
 BuildRequires: libgcrypt-devel >= 1.2.0, libgpg-error-devel 
 
 %description
@@ -20,7 +20,7 @@ Authentication, Deniability and Perfect forward secrecy.
 %package devel
 Summary: Development library and include files for libotr
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{version}-%{release}, libgcrypt-devel >= 1.2.0
 
 %description devel
 
@@ -50,13 +50,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files 
 %defattr(-,root,root)
-%doc README COPYING COPYING.LIB Protocol
+%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}/libotr.a
 %dir %{_includedir}/libotr

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git



More information about the Pkg-privacy-commits mailing list