[Pkg-privacy-commits] [pidgin-otr] 178/255: Fedora spec file for 4.x from Paul Wouters <paul at cypherpunks.ca>
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:51:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch experimental
in repository pidgin-otr.
commit 08da50510ad237ed5e9e7a90576725a01dfaef21
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date: Sun Jul 28 21:40:14 2013 -0400
Fedora spec file for 4.x from Paul Wouters <paul at cypherpunks.ca>
---
packaging/fedora/pidgin-otr.spec | 112 +++++++++++++++++++++++++++++++--------
1 file changed, 90 insertions(+), 22 deletions(-)
diff --git a/packaging/fedora/pidgin-otr.spec b/packaging/fedora/pidgin-otr.spec
index 15fa31f..c466d47 100644
--- a/packaging/fedora/pidgin-otr.spec
+++ b/packaging/fedora/pidgin-otr.spec
@@ -1,4 +1,5 @@
-Summary: Off-The-Record Messaging plugin for pidgin
+%global snapshot 0
+Summary: Off-The-Record Messaging plugin for Pidgin
Name: pidgin-otr
Version: 4.0.0
Release: 1%{?dist}
@@ -7,32 +8,35 @@ Url: http://otr.cypherpunks.ca/
License: GPLv2
Group: Applications/Internet
Provides: gaim-otr = %{version}
-Obsoletes: gaim-otr
+Obsoletes: gaim-otr < 3.0.1-0.7.20060712cvs
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: pidgin >= 2.0.0, libotr >= 4.0.0
BuildRequires: glib2-devel, gtk2-devel, libgcrypt-devel >= 1.2.0
-BuildRequires: libgpg-error-devel, pidgin-devel >= 2.0.0
-BuildRequires: libotr-devel >= 4.0.0, perl(XML::Parser), gettext
+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.
+This is a Pidgin plugin which implements Off-the-Record (OTR) Messaging.
It is known to work (at least) under the Linux and Windows versions of
-pidgin (2.x).
+Pidgin.
%prep
%setup -q
+%if %{snapshot}
+aclocal
+intltoolize --force --copy
+autoreconf -s -i
+%endif
%build
-if [ \! -f configure ]; then
- echo "Building from pre-release"
- intltoolize --force --copy
- autoreconf -s -i
-fi
%configure
make %{?_smp_mflags} all
-
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
@@ -41,25 +45,75 @@ 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
-* Thu Jun 11 2009 Paul Wouters <paul at xelerance.com> - 4.0.0-1
-- Upgraded to 4.0.0.
-- Updated buildrequires
-- Fix license tag
+* 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
+
+* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Mon May 14 2012 Paul Wouters <pwouters at redhat.com> - 3.2.1-1
+- Updated to 3.2.1. The only change is for CVE-2012-2369
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.0-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-* Thu Jul 26 2007 Paul Wouters <paul at cypherpunks.ca> 3.1.0-preview2
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Jun 15 2008 Paul Wouters <paul at cypherpunks.ca> 3.2.0-1
+- Updated to 3.2.0
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.1.0-3
+- Autorebuild for GCC 4.3
+
+* Mon Aug 6 2007 Paul Wouters <paul at cypherpunks.ca> 3.1.0-2
+- Fixed Buildrequires
+- Versioned the gaim-otr Obsolete:
+- Changed license to GPLv2
+
+* Thu Aug 2 2007 Paul Wouters <paul at cypherpunks.ca> 3.1.0-1
- Added locale support to spec file
- Upgraded to current version
- Added Obsoletes for gaim-otr, now that the package is called pidgin-otr
+* Fri May 11 2007 Stu Tomlinson <stu at nosnilmot.com> 3.0.1-0.5.20060712cvs
+- Actually fix it to work with Pidgin
+
+* Wed Apr 18 2007 Paul Wouters <paul at cypherpunks.ca> 3.0.1-0.4.20060921cvs
+- Support for the rename of gaim to pidgin
+
+* Sat Oct 28 2006 Paul Wouters <paul at cypherpunks.ca> 3.0.1-0.3.20060921cvs
+- Added patch for gaim 2.0.0-beta4
+
+* Mon Oct 2 2006 Paul Wouters <paul at cypherpunks.ca> 3.0.1-0.2.20060921cvs
+- rebuilt for unwind info generation, broken in gcc-4.1.1-21
+
+* Fri Sep 22 2006 Paul Wouters <paul at cypherpunks.ca> 3.0.1-0.1.20060921cvs
+- Made an error in the cvs version number, breaking the upgrade path.
+
+* Thu Sep 21 2006 Paul Wouters <paul at cypherpunks.ca> 3.0.0-0.5.20060921cvs
+- Bumped to build 5
+- gaim-devel package now exists and is needed
+- Various fixes to setup section for using versioned
+
+* Thu Jul 12 2006 Paul Wouters <paul at cypherpunks.ca> 3.0.1-0.1.20060712cvs
+- Upgrade to CVS version because no full release of gaim-otr supports
+ gaim version 2.x yet, and there is an API change between gaim 1.x and 2.x
+
* Mon Oct 17 2005 Paul Wouters <paul at cypherpunks.ca> 3.0.0
- Minor change to allow for new documentation files. Ensure
dependancy on at least libotr version 3.0.0
@@ -69,34 +123,48 @@ rm -rf $RPM_BUILD_ROOT
* Tue May 3 2005 Ian Goldberg <otr at cypherpunks.ca>
- Bumped to version 2.0.2.
+
* Wed Feb 23 2005 Ian Goldberg <otr at cypherpunks.ca>
- Bumped to version 2.0.1.
+
* Tue Feb 8 2005 Ian Goldberg <otr at cypherpunks.ca>
- Bumped to version 2.0.0.
+
* Wed Feb 2 2005 Ian Goldberg <otr at cypherpunks.ca>
- Bumped to version 1.99.0.
+
* Wed Jan 19 2005 Paul Wouters <paul at cypherpunks.ca>
- Split spec file from libotr and added dependancies
+
* Tue Dec 21 2004 Ian Goldberg <otr at cypherpunks.ca>
- Bumped to version 1.0.2.
+
* Fri Dec 17 2004 Paul Wouters <paul at cypherpunks.ca>
-- instll fix for x86_64
+- install fix for x86_64
+
* Sun Dec 12 2004 Ian Goldberg <otr at cypherpunks.ca>
- Bumped to version 1.0.0.
+
* Fri Dec 10 2004 Ian Goldberg <otr at cypherpunks.ca>
- Bumped to version 0.9.9rc2.
+
* Thu Dec 9 2004 Ian Goldberg <otr at cypherpunks.ca>
- Added CFLAGS to "make all", removed DESTDIR
+
* Wed Dec 8 2004 Ian Goldberg <otr at cypherpunks.ca>
- Bumped to version 0.9.9rc1.
+
* Fri Dec 3 2004 Ian Goldberg <otr at cypherpunks.ca>
- Bumped to version 0.9.1.
+
* Wed Dec 1 2004 Paul Wouters <paul at 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 at cypherpunks.ca>
- Bumped version to 0.8.1
+
* Sun Nov 21 2004 Paul Wouters <paul at cypherpunks.ca>
- Initial version
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pidgin-otr.git
More information about the Pkg-privacy-commits
mailing list