1%global snapshot 0
2Summary: Off-The-Record Messaging plugin for Pidgin
3Name: pidgin-otr
4Version: 4.0.0
5Release: 1%{?dist}
6Source: https://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
7Url: https://otr.cypherpunks.ca/
8License: GPLv2
9Group: Applications/Internet
10Provides: gaim-otr = %{version}
11Obsoletes: gaim-otr < 3.0.1-0.7.20060712cvs
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13Requires: pidgin >= 2.0.0, libotr >= 4.0.0
14BuildRequires: glib2-devel, gtk2-devel, libgcrypt-devel >= 1.2.0
15BuildRequires: libgpg-error-devel, libotr-devel >= 4.0.0
16BuildRequires: pidgin-devel >= 2.0.0, perl(XML::Parser), gettext
17BuildRequires: intltool
18%if %{snapshot}
19BuildRequires: libtool automake autoconf
20%endif
21
22%description
23This is a Pidgin plugin which implements Off-the-Record (OTR) Messaging.
24It is known to work (at least) under the Linux and Windows versions of
25Pidgin.
26
27%prep
28%setup -q
29%if %{snapshot}
30aclocal
31intltoolize --force --copy
32autoreconf -s -i
33%endif
34
35%build
36
37%configure
38make %{?_smp_mflags} all
39
40%install
41rm -rf $RPM_BUILD_ROOT
42make DESTDIR=$RPM_BUILD_ROOT install
43# libtool insists on creating this
44rm $RPM_BUILD_ROOT/%{_libdir}/pidgin/pidgin-otr.la
45# locale
46%find_lang %{name}
47
48%files -f %{name}.lang
49%doc README COPYING
50%{_libdir}/pidgin/pidgin-otr.so
51
52%changelog
53* Sat Jul 27 2013 Paul Wouters <pwouters@redhat.com> - 4.0.0-1
54- Updated to 4.0.0 - requires libotr >= 4.0.0
55
56* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-3
57- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
58
59* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
60- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
61
62* Mon May 14 2012 Paul Wouters <pwouters@redhat.com> - 3.2.1-1
63- Updated to 3.2.1. The only change is for CVE-2012-2369
64
65* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-5
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
67
68* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-4
69- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
70
71* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-3
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
73
74* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-2
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
76
77* Sun Jun 15 2008 Paul Wouters <paul@cypherpunks.ca> 3.2.0-1
78- Updated to 3.2.0
79
80* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.1.0-3
81- Autorebuild for GCC 4.3
82
83* Mon Aug  6 2007 Paul Wouters <paul@cypherpunks.ca> 3.1.0-2
84- Fixed Buildrequires
85- Versioned the gaim-otr Obsolete:
86- Changed license to GPLv2
87
88* Thu Aug  2 2007 Paul Wouters <paul@cypherpunks.ca> 3.1.0-1
89- Added locale support to spec file
90- Upgraded to current version
91- Added Obsoletes for gaim-otr, now that the package is called pidgin-otr
92
93* Fri May 11 2007 Stu Tomlinson <stu@nosnilmot.com> 3.0.1-0.5.20060712cvs
94- Actually fix it to work with Pidgin
95
96* Wed Apr 18 2007 Paul Wouters <paul@cypherpunks.ca> 3.0.1-0.4.20060921cvs
97- Support for the rename of gaim to pidgin
98
99* Sat Oct 28 2006 Paul Wouters <paul@cypherpunks.ca> 3.0.1-0.3.20060921cvs
100- Added patch for gaim 2.0.0-beta4
101
102* Mon Oct  2 2006 Paul Wouters <paul@cypherpunks.ca> 3.0.1-0.2.20060921cvs
103- rebuilt for unwind info generation, broken in gcc-4.1.1-21
104
105* Fri Sep 22 2006 Paul Wouters <paul@cypherpunks.ca> 3.0.1-0.1.20060921cvs
106- Made an error in the cvs version number, breaking the upgrade path.
107
108* Thu Sep 21 2006 Paul Wouters <paul@cypherpunks.ca> 3.0.0-0.5.20060921cvs
109- Bumped to build 5
110- gaim-devel package now exists and is needed
111- Various fixes to setup section for using versioned
112
113* Thu Jul 12 2006 Paul Wouters <paul@cypherpunks.ca> 3.0.1-0.1.20060712cvs
114- Upgrade to CVS version because no full release of gaim-otr supports
115  gaim version 2.x yet, and there is an API change between gaim 1.x and 2.x
116
117* Mon Oct 17 2005 Paul Wouters <paul@cypherpunks.ca> 3.0.0
118- Minor change to allow for new documentation files. Ensure
119  dependancy on at least libotr version 3.0.0
120
121* Fri Jun 17 2005 Tom "spot" Callaway <tcallawa@redhat.com>
122- reworked for Fedora Extras
123
124* Tue May  3 2005 Ian Goldberg <otr@cypherpunks.ca>
125- Bumped to version 2.0.2.
126
127* Wed Feb 23 2005 Ian Goldberg <otr@cypherpunks.ca>
128- Bumped to version 2.0.1.
129
130* Tue Feb  8 2005 Ian Goldberg <otr@cypherpunks.ca>
131- Bumped to version 2.0.0.
132
133* Wed Feb  2 2005 Ian Goldberg <otr@cypherpunks.ca>
134- Bumped to version 1.99.0.
135
136* Wed Jan 19 2005 Paul Wouters <paul@cypherpunks.ca>
137- Split spec file from libotr and added dependancies
138
139* Tue Dec 21 2004 Ian Goldberg <otr@cypherpunks.ca>
140- Bumped to version 1.0.2.
141
142* Fri Dec 17 2004 Paul Wouters <paul@cypherpunks.ca>
143- install fix for x86_64
144
145* Sun Dec 12 2004 Ian Goldberg <otr@cypherpunks.ca>
146- Bumped to version 1.0.0.
147
148* Fri Dec 10 2004 Ian Goldberg <otr@cypherpunks.ca>
149- Bumped to version 0.9.9rc2.
150
151* Thu Dec  9 2004 Ian Goldberg <otr@cypherpunks.ca>
152- Added CFLAGS to "make all", removed DESTDIR
153
154* Wed Dec  8 2004 Ian Goldberg <otr@cypherpunks.ca>
155- Bumped to version 0.9.9rc1.
156
157* Fri Dec  3 2004 Ian Goldberg <otr@cypherpunks.ca>
158- Bumped to version 0.9.1.
159
160* Wed Dec  1 2004 Paul Wouters <paul@cypherpunks.ca>
161- Bumped to version 0.9.0.
162- Fixed install for tools and cos
163- Added Obsoletes: target for otr-plugin so rpm-Uhv gaim-otr removes it.
164
165* Mon Nov 22 2004 Ian Goldberg <otr@cypherpunks.ca>
166- Bumped version to 0.8.1
167
168* Sun Nov 21 2004 Paul Wouters <paul@cypherpunks.ca>
169- Initial version
170
171