[Pkg-privacy-commits] [libotr] 62/225: 2012-04-30 * packaging/fedora/libotr.spec: Including Paul Wouters's updated libotr.spec file from 2009-06-12
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:44:54 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 a8fa6c9efbd5287245ea8aeecb8adbce13f22fa3
Author: Rob Smits <rdfsmits at cs.uwaterloo.ca>
Date: Wed May 2 17:08:40 2012 -0400
2012-04-30
* packaging/fedora/libotr.spec: Including Paul Wouters's updated libotr.spec file from 2009-06-12
---
packaging/fedora/libotr.spec | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/packaging/fedora/libotr.spec b/packaging/fedora/libotr.spec
index 15e135e..17c667d 100644
--- a/packaging/fedora/libotr.spec
+++ b/packaging/fedora/libotr.spec
@@ -1,8 +1,8 @@
Summary: Off-The-Record Messaging library and toolkit
Name: libotr
-Version: 3.1.0
+Version: 4.0.0
Release: 1%{?dist}
-License: GPL and LGPL
+License: GPLv2 and LGPLv2
Group: System Environment/Libraries
Source0: http://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
Url: http://otr.cypherpunks.ca/
@@ -31,6 +31,10 @@ The devel package contains the libotr library and the include files
%setup -q
%build
+if [ \! -f configure ]; then
+ echo "Building from pre-release"
+ autoreconf -s -i
+fi
%configure --with-pic --disable-rpath
make %{?_smp_mflags} all
@@ -62,12 +66,17 @@ rm -rf $RPM_BUILD_ROOT
%doc ChangeLog
%{_libdir}/libotr.so
%{_libdir}/libotr.a
+%{_libdir}/pkgconfig/libotr.pc
%dir %{_includedir}/libotr
%{_includedir}/libotr/*
%{_datadir}/aclocal/*
%changelog
+* Thu Jun 11 2009 Paul Wouters <paul at xelerance.com> - 4.0.0-1
+- Upgraded to 4.0.0.
+- Fix license tag
+
* Thu Jul 26 2007 Paul Wouters <paul at cypherpunks.ca> 3.1.0-preview2
- Upgraded to current version
--
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