~ubuntu-branches/ubuntu/natty/pidgin-otr/natty-updates

« back to all changes in this revision

Viewing changes to packaging/fedora/pidgin-otr.spec

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut VARENE
  • Date: 2008-07-10 17:34:32 UTC
  • mfrom: (2.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080710173432-aqx359odj7cp182a
Tags: 3.2.0-2
Make key generation use /dev/urandom (Closes: #489523)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary: Off-The-Record Messaging plugin for pidgin
 
2
Name: pidgin-otr
 
3
Version: 3.1.0
 
4
Release: 1%{?dist}
 
5
Source: http://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
 
6
Url: http://otr.cypherpunks.ca/
 
7
License: GPL
 
8
Group: Applications/Internet
 
9
Provides: gaim-otr = %{version}
 
10
Obsoletes: gaim-otr
 
11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
12
Requires: pidgin >= 2.0.0, libotr >= 3.1.0
 
13
BuildRequires: glib2-devel, gtk2-devel, libgcrypt-devel >= 1.2.0, libgpg-error-devel, pidgin-devel >= 2.0.0, libotr-devel >= 3.1.0, libpurple-devel 
 
14
 
 
15
%description 
 
16
 
 
17
This is a pidgin plugin which implements Off-the-Record (OTR) Messaging.
 
18
It is known to work (at least) under the Linux and Windows versions of
 
19
pidgin (2.x).
 
20
 
 
21
%prep
 
22
%setup -q
 
23
 
 
24
%build
 
25
 
 
26
%configure 
 
27
make %{?_smp_mflags} all
 
28
 
 
29
 
 
30
%install
 
31
rm -rf $RPM_BUILD_ROOT
 
32
make DESTDIR=$RPM_BUILD_ROOT install
 
33
# libtool insists on creating this
 
34
rm $RPM_BUILD_ROOT/%{_libdir}/pidgin/pidgin-otr.la
 
35
# locale
 
36
%find_lang %{name}
 
37
 
 
38
%clean
 
39
rm -rf $RPM_BUILD_ROOT
 
40
 
 
41
%files -f %{name}.lang
 
42
%defattr(-, root, root, 0755)
 
43
%doc README COPYING
 
44
%{_libdir}/pidgin/pidgin-otr.so
 
45
 
 
46
%changelog
 
47
* Thu Jul 26 2007 Paul Wouters <paul@cypherpunks.ca> 3.1.0-preview2
 
48
- Added locale support to spec file
 
49
- Upgraded to current version
 
50
- Added Obsoletes for gaim-otr, now that the package is called pidgin-otr
 
51
 
 
52
* Mon Oct 17 2005 Paul Wouters <paul@cypherpunks.ca> 3.0.0
 
53
- Minor change to allow for new documentation files. Ensure
 
54
  dependancy on at least libotr version 3.0.0
 
55
 
 
56
* Fri Jun 17 2005 Tom "spot" Callaway <tcallawa@redhat.com>
 
57
- reworked for Fedora Extras
 
58
 
 
59
* Tue May  3 2005 Ian Goldberg <otr@cypherpunks.ca>
 
60
- Bumped to version 2.0.2.
 
61
* Wed Feb 23 2005 Ian Goldberg <otr@cypherpunks.ca>
 
62
- Bumped to version 2.0.1.
 
63
* Tue Feb  8 2005 Ian Goldberg <otr@cypherpunks.ca>
 
64
- Bumped to version 2.0.0.
 
65
* Wed Feb  2 2005 Ian Goldberg <otr@cypherpunks.ca>
 
66
- Bumped to version 1.99.0.
 
67
* Wed Jan 19 2005 Paul Wouters <paul@cypherpunks.ca>
 
68
- Split spec file from libotr and added dependancies
 
69
* Tue Dec 21 2004 Ian Goldberg <otr@cypherpunks.ca>
 
70
- Bumped to version 1.0.2.
 
71
* Fri Dec 17 2004 Paul Wouters <paul@cypherpunks.ca>
 
72
- instll fix for x86_64
 
73
* Sun Dec 12 2004 Ian Goldberg <otr@cypherpunks.ca>
 
74
- Bumped to version 1.0.0.
 
75
* Fri Dec 10 2004 Ian Goldberg <otr@cypherpunks.ca>
 
76
- Bumped to version 0.9.9rc2. 
 
77
* Thu Dec  9 2004 Ian Goldberg <otr@cypherpunks.ca>
 
78
- Added CFLAGS to "make all", removed DESTDIR
 
79
* Wed Dec  8 2004 Ian Goldberg <otr@cypherpunks.ca>
 
80
- Bumped to version 0.9.9rc1. 
 
81
* Fri Dec  3 2004 Ian Goldberg <otr@cypherpunks.ca>
 
82
- Bumped to version 0.9.1. 
 
83
* Wed Dec  1 2004 Paul Wouters <paul@cypherpunks.ca>
 
84
- Bumped to version 0.9.0. 
 
85
- Fixed install for tools and cos
 
86
- Added Obsoletes: target for otr-plugin so rpm-Uhv gaim-otr removes it.
 
87
* Mon Nov 22 2004 Ian Goldberg <otr@cypherpunks.ca>
 
88
- Bumped version to 0.8.1
 
89
* Sun Nov 21 2004 Paul Wouters <paul@cypherpunks.ca>
 
90
- Initial version
 
91