source: projects/specs/trunk/lib/libo/libotr/libotr-vl.spec @ 521

Revision 521, 4.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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