~ubuntu-branches/ubuntu/vivid/pidgin-otr/vivid-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut VARENE
  • Date: 2007-05-08 17:21:54 UTC
  • Revision ID: james.westby@ubuntu.com-20070508172154-rl73hykhkfbbvhzm
Tags: upstream-3.0.0+cvs20070508
ImportĀ upstreamĀ versionĀ 3.0.0+cvs20070508

Show diffs side-by-side

added added

removed removed

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