source: projects/specs/branches/6/lib/libo/libotr/libotr-vl.spec @ 6208

Revision 6208, 4.5 KB checked in by inagaki, 12 years ago (diff)

update: libcaptury, libfli, libmal, libnova, libotr, libqalculate, libvncserver and pilot-link

Line 
1Name: libotr
2Summary: Off-The-Record Messaging library and toolkit
3Version: 3.2.0
4Release: 7%{?_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* Mon May 21 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.2.0-7
76- rebuild with rpm-4.8.1-3
77
78* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.2.0-6
79- rebuilt wirh rpm-4.8.1 for pkg-config
80
81* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.2.0-5
82- Initial build for Vine Linux
83
84* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-4
85- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
86
87* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-3
88- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
89
90* Thu Aug  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.2.0-2
91- fix license tag
92
93* Sun Jun 15 2008 Paul Wouters <paul@cypherpunks.ca> 3.2.0-1
94- Upgraded to 3.2.0
95
96* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.1.0-2
97- Autorebuild for GCC 4.3
98
99* Wed Aug  1 2007 Paul Wouters <paul@cypherpunks.ca> 3.1.0-1
100- Upgraded to current version
101- Updated URLS and configure line
102
103* Mon Sep 11 2006 Paul Wouters <paul@cypherpunks.ca> 3.0.0-2
104- Rebuild requested for PT_GNU_HASH support from gcc
105
106* Mon Oct 17 2005 Paul Wouters <paul@cypherpunks.ca> 3.0.0-1
107- Minor change to allow for new documentation files. Fixed Requires:
108
109* Sat Jun 19 2005 Paul Wouters <paul@cypherpunks.ca>
110- Fixed defattr, groups, description and duplicate files in devel
111
112* Fri Jun 17 2005 Tom "spot" Callaway <tcallawa@redhat.com>
113- reworked for Fedora Extras
114
115* Tue May  3 2005 Ian Goldberg <ian@cypherpunks.ca>
116- Bumped version number to 2.0.2
117* Wed Feb 16 2005 Ian Goldberg <ian@cypherpunks.ca>
118- Bumped version number to 2.0.1
119* Tue Feb  8 2005 Ian Goldberg <ian@cypherpunks.ca>
120- Bumped version number to 2.0.0
121* Wed Feb  2 2005 Ian Goldberg <ian@cypherpunks.ca>
122- Added libotr.m4 to the devel package
123- Bumped version number to 1.99.0
124* Wed Jan 19 2005 Paul Wouters <paul@cypherpunks.ca>
125- Updated spec file for the gaim-otr libotr split
126* Tue Dec 21 2004 Ian Goldberg <otr@cypherpunks.ca>
127- Bumped to version 1.0.2.
128* Fri Dec 17 2004 Paul Wouters <paul@cypherpunks.ca>
129- instll fix for x86_64
130* Sun Dec 12 2004 Ian Goldberg <otr@cypherpunks.ca>
131- Bumped to version 1.0.0.
132* Fri Dec 10 2004 Ian Goldberg <otr@cypherpunks.ca>
133- Bumped to version 0.9.9rc2.
134* Thu Dec  9 2004 Ian Goldberg <otr@cypherpunks.ca>
135- Added CFLAGS to "make all", removed DESTDIR
136* Wed Dec  8 2004 Ian Goldberg <otr@cypherpunks.ca>
137- Bumped to version 0.9.9rc1.
138* Fri Dec  3 2004 Ian Goldberg <otr@cypherpunks.ca>
139- Bumped to version 0.9.1.
140* Wed Dec  1 2004 Paul Wouters <paul@cypherpunks.ca>
141- Bumped to version 0.9.0.
142- Fixed install for tools and cos
143- Added Obsoletes: target for otr-plugin so rpm-Uhv gaim-otr removes it.
144* Mon Nov 22 2004 Ian Goldberg <otr@cypherpunks.ca>
145- Bumped version to 0.8.1
146* Sun Nov 21 2004 Paul Wouters <paul@cypherpunks.ca>
147- Initial version
148
Note: See TracBrowser for help on using the repository browser.