[pidgin-otr] * Sat Jul 27 2013 Paul Wouters <pwouters at redhat.com> - 4.0.0-1 - Updated to 4.0.0 - requires libotr

Paul Wouters pwouters at fedoraproject.org
Sat Jul 27 01:55:10 UTC 2013


commit d69415333db90fc4c0a615e291cf8c845436aec3
Author: Paul Wouters <pwouters at redhat.com>
Date:   Fri Jul 26 21:54:25 2013 -0400

    * Sat Jul 27 2013 Paul Wouters <pwouters at redhat.com> - 4.0.0-1
    - Updated to 4.0.0 - requires libotr >= 4.0.0

 pidgin-otr.spec |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/pidgin-otr.spec b/pidgin-otr.spec
index 81b13d3..c466d47 100644
--- a/pidgin-otr.spec
+++ b/pidgin-otr.spec
@@ -1,7 +1,8 @@
+%global snapshot 0
 Summary: Off-The-Record Messaging plugin for Pidgin
 Name: pidgin-otr
-Version: 3.2.1
-Release: 3%{?dist}
+Version: 4.0.0
+Release: 1%{?dist}
 Source: http://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
 Url: http://otr.cypherpunks.ca/
 License: GPLv2
@@ -9,11 +10,14 @@ Group: Applications/Internet
 Provides: gaim-otr = %{version}
 Obsoletes: gaim-otr < 3.0.1-0.7.20060712cvs
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: pidgin >= 2.0.0, libotr >= 3.2.0
+Requires: pidgin >= 2.0.0, libotr >= 4.0.0
 BuildRequires: glib2-devel, gtk2-devel, libgcrypt-devel >= 1.2.0
-BuildRequires: libgpg-error-devel, libotr-devel >= 3.1.0
+BuildRequires: libgpg-error-devel, libotr-devel >= 4.0.0
 BuildRequires: pidgin-devel >= 2.0.0, perl(XML::Parser), gettext
 BuildRequires: intltool
+%if %{snapshot}
+BuildRequires: libtool automake autoconf
+%endif
 
 %description 
 This is a Pidgin plugin which implements Off-the-Record (OTR) Messaging.
@@ -22,6 +26,11 @@ Pidgin.
 
 %prep
 %setup -q
+%if %{snapshot}
+aclocal
+intltoolize --force --copy
+autoreconf -s -i
+%endif
 
 %build
 
@@ -36,15 +45,14 @@ rm $RPM_BUILD_ROOT/%{_libdir}/pidgin/pidgin-otr.la
 # locale
 %find_lang %{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
-%defattr(-, root, root, 0755)
 %doc README COPYING
 %{_libdir}/pidgin/pidgin-otr.so
 
 %changelog
+* Sat Jul 27 2013 Paul Wouters <pwouters at redhat.com> - 4.0.0-1
+- Updated to 4.0.0 - requires libotr >= 4.0.0
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list