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

Revision 9198, 4.6 KB checked in by inagaki, 9 years ago (diff)

2014-12-31 Ryoichi INAGAKI <ryo1@…>

  • cadaver, davfs2: updated spec
  • libconfuse, libotr: updated
  • python-ldap: rebuilt


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