source: projects/specs/tags/6_0_REL/lib/libo/libotr/libotr-vl.spec @ 1884

Revision 1884, 4.4 KB checked in by inagaki, 14 years ago (diff)

update: libgadu, libmsn, libotr, libqalculate, qzion, strigi

Line 
1Name: libotr
2Summary: Off-The-Record Messaging library and toolkit
3Version: 3.2.0
4Release: 6%{?_dist_release}
5
6Group: System Environment/Libraries
7License: GPLv2 and LGPLv2
8URL: http://otr.cypherpunks.ca/
9
10Source0: http://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildRequires: libgcrypt-devel >= 1.2.0
14BuildRequires: libgpg-error-devel
15Requires: libgcrypt >= 1.2.0
16Provides: libotr-toolkit = %{version}
17Obsoletes: libotr-toolkit < %{version}
18
19%description
20Off-the-Record Messaging Library and Toolkit
21This is a library and toolkit which implements Off-the-Record (OTR) Messaging.
22OTR allows you to have private conversations over IM by providing Encryption,
23Authentication, Deniability and Perfect forward secrecy.
24
25%package devel
26Summary: Development library and include files for libotr
27Group: Development/Libraries
28Requires: %{name} = %{version}-%{release}
29Requires: libgcrypt-devel >= 1.2.0
30Requires: pkgconfig
31
32%description devel
33The devel package contains the libotr library and the include files
34
35%prep
36%setup -q
37
38%build
39%configure --with-pic --disable-rpath --disable-static
40make %{?_smp_mflags} all
41
42%install
43rm -rf $RPM_BUILD_ROOT
44make \
45    DESTDIR=$RPM_BUILD_ROOT \
46    LIBINSTDIR=%{_libdir} \
47    install
48rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%post -p /sbin/ldconfig
54
55%postun -p /sbin/ldconfig
56
57%files
58%defattr(-,root,root)
59%doc AUTHORS README COPYING COPYING.LIB NEWS Protocol*
60%{_libdir}/libotr.so.*
61%{_bindir}/*
62%{_mandir}/man1/*
63
64%files devel
65%defattr(-,root,root,-)
66%doc ChangeLog
67%{_libdir}/libotr.so
68%{_libdir}/pkgconfig/libotr.pc
69%dir %{_includedir}/libotr
70%{_includedir}/libotr/*
71%{_datadir}/aclocal/*
72
73
74%changelog
75* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.2.0-6
76- rebuilt wirh rpm-4.8.1 for pkg-config
77
78* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.2.0-5
79- Initial build for Vine Linux
80
81* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-4
82- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
83
84* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-3
85- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
86
87* Thu Aug  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.2.0-2
88- fix license tag
89
90* Sun Jun 15 2008 Paul Wouters <paul@cypherpunks.ca> 3.2.0-1
91- Upgraded to 3.2.0
92
93* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.1.0-2
94- Autorebuild for GCC 4.3
95
96* Wed Aug  1 2007 Paul Wouters <paul@cypherpunks.ca> 3.1.0-1
97- Upgraded to current version
98- Updated URLS and configure line
99
100* Mon Sep 11 2006 Paul Wouters <paul@cypherpunks.ca> 3.0.0-2
101- Rebuild requested for PT_GNU_HASH support from gcc
102
103* Mon Oct 17 2005 Paul Wouters <paul@cypherpunks.ca> 3.0.0-1
104- Minor change to allow for new documentation files. Fixed Requires:
105
106* Sat Jun 19 2005 Paul Wouters <paul@cypherpunks.ca>
107- Fixed defattr, groups, description and duplicate files in devel
108
109* Fri Jun 17 2005 Tom "spot" Callaway <tcallawa@redhat.com>
110- reworked for Fedora Extras
111
112* Tue May  3 2005 Ian Goldberg <ian@cypherpunks.ca>
113- Bumped version number to 2.0.2
114* Wed Feb 16 2005 Ian Goldberg <ian@cypherpunks.ca>
115- Bumped version number to 2.0.1
116* Tue Feb  8 2005 Ian Goldberg <ian@cypherpunks.ca>
117- Bumped version number to 2.0.0
118* Wed Feb  2 2005 Ian Goldberg <ian@cypherpunks.ca>
119- Added libotr.m4 to the devel package
120- Bumped version number to 1.99.0
121* Wed Jan 19 2005 Paul Wouters <paul@cypherpunks.ca>
122- Updated spec file for the gaim-otr libotr split
123* Tue Dec 21 2004 Ian Goldberg <otr@cypherpunks.ca>
124- Bumped to version 1.0.2.
125* Fri Dec 17 2004 Paul Wouters <paul@cypherpunks.ca>
126- instll fix for x86_64
127* Sun Dec 12 2004 Ian Goldberg <otr@cypherpunks.ca>
128- Bumped to version 1.0.0.
129* Fri Dec 10 2004 Ian Goldberg <otr@cypherpunks.ca>
130- Bumped to version 0.9.9rc2.
131* Thu Dec  9 2004 Ian Goldberg <otr@cypherpunks.ca>
132- Added CFLAGS to "make all", removed DESTDIR
133* Wed Dec  8 2004 Ian Goldberg <otr@cypherpunks.ca>
134- Bumped to version 0.9.9rc1.
135* Fri Dec  3 2004 Ian Goldberg <otr@cypherpunks.ca>
136- Bumped to version 0.9.1.
137* Wed Dec  1 2004 Paul Wouters <paul@cypherpunks.ca>
138- Bumped to version 0.9.0.
139- Fixed install for tools and cos
140- Added Obsoletes: target for otr-plugin so rpm-Uhv gaim-otr removes it.
141* Mon Nov 22 2004 Ian Goldberg <otr@cypherpunks.ca>
142- Bumped version to 0.8.1
143* Sun Nov 21 2004 Paul Wouters <paul@cypherpunks.ca>
144- Initial version
145
Note: See TracBrowser for help on using the repository browser.