source: projects/specs/trunk/lib/liba/libassuan/libassuan-vl.spec @ 11044

Revision 11044, 5.9 KB checked in by iwaim, 7 years ago (diff)

libassuan 2.4.3-1

Line 
1Name:    libassuan
2Summary: GnuPG IPC library
3Version: 2.4.3
4Release: 1%{?_dist_release}
5
6License: LGPLv2+ and GPLv3+
7URL:     https://www.gnupg.org/related_software/libassuan/index.html
8Group:   System Environment/Libraries
9
10Vendor: Project Vine
11Distribution: Vine Linux
12Packager: iwaim
13
14Source0: ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-%{version}.tar.bz2
15Source1: ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-%{version}.tar.bz2.sig
16Patch1:  libassuan-1.0.5-multilib.patch
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-root
19BuildRequires: gawk
20BuildRequires: libgpg-error-devel >= 1.4
21#BuildRequires: pth-devel
22
23%description
24This is the IPC library used by GnuPG 2, GPGME and a few other
25packages.
26
27%package devel
28Summary: GnuPG IPC library
29Group: Development/Libraries
30#Requires: pth-devel
31Requires: %{name} = %{version}
32Requires(post): /sbin/install-info
33Requires(preun): /sbin/install-info
34Obsoletes: %{name}-static < %{version}-%{release}
35Provides:  %{name}-static = %{version}-%{release}
36
37%description devel
38This is the IPC static library used by GnuPG 2, GPGME and a few other
39packages.
40
41This package contains files needed to develop applications using %{name}.
42
43
44%prep
45%setup -q
46
47%patch1 -p1 -b .multilib
48
49
50%build
51#ifarch x86_64
52export CFLAGS="%{optflags} -fPIC"
53#endif
54%configure
55
56make %{?_smp_mflags}
57
58
59%install
60rm -rf %{buildroot}
61
62make install DESTDIR=%{buildroot}
63
64## Unpackaged files
65rm -f %{buildroot}%{_infodir}/dir
66rm -f %{buildroot}%{_libdir}/libassuan.la
67
68%check
69make check
70
71
72%post devel
73/sbin/install-info %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || :
74
75%preun devel
76if [ $1 -eq 0 ]; then
77  /sbin/install-info --delete %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || :
78fi
79
80
81%clean
82rm -rf %{buildroot}
83
84
85%files
86%defattr(-,root,root,-)
87%doc AUTHORS ChangeLog COPYING.LIB NEWS README THANKS TODO
88%{_libdir}/libassuan.so.*
89
90%files devel
91%defattr(-,root,root,-)
92%doc AUTHORS ChangeLog COPYING.LIB NEWS README THANKS TODO
93%{_bindir}/libassuan-config
94%{_includedir}/*
95%{_libdir}/libassuan.so
96%{_datadir}/aclocal/*
97%{_infodir}/assuan.info*
98
99%changelog
100* Mon Mar 20 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 2.4.3-1
101- update to 2.4.3
102- update URL tag
103- add Packager tag
104
105* Sat May 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.2-1
106- new upstream release.
107
108* Fri Jul 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.1-1
109- new upstream release.
110
111* Tue Apr  5 2011 IWAI, Masaharu <iwai@alib.jp> 2.0.0-1
112- major version up to 2.0
113- create libassuan package
114- add BuildRequires: libgpg-error-devel >= 1.4
115- drop %%{_libdir}/lib*.a in %%files
116
117* Mon Apr  4 2011 IWAI, Masaharu <iwai@alib.jp> 1.0.5-4
118- update multilib patch (Patch1) from Fedora libassuan1-1.0.5-6
119 -  better (upstreamable) multilib patch
120- fix License tag - the documentation is GPLv3+
121
122* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.5-3
123- Initial build for Vine Linux
124
125* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
126- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
127
128* Sat Jun 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.5-1
129- libassuan-1.0.5
130
131* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-4
132- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
133
134* Thu Apr 03 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.4-3
135- multiarch conflicts (#341911)
136
137* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.4-2
138- respin (gcc43)
139
140* Wed Dec 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.4-1
141- libassuan-1.0.4
142- License: LGPLv2+
143- disable useless -debuginfo (static libs only)
144
145* Sun Aug 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.3-2
146- BR: gawk (to reenable pth support)
147
148* Fri Aug 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.3-1
149- libassuan-1.0.3
150- License: LGPLv2
151
152* Thu Aug 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.2-2
153- License: LGPLv3 (clarification, changed from LGPLv2 1.0.1 -> 1.0.2)
154
155* Fri Jul 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.2-1
156- libassuan-1.0.2
157- rename -static -> -devel
158
159* Sat Nov 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 1.0.1-1
160- libassuan-1.0.1
161
162* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 1.0.0-1
163- libassuan-1.0.0
164- rename -devel -> -static (+Obsoletes/Provides: %%name-devel)
165
166* Wed Oct 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.9.3-2
167- another libassuan.m4 patch
168
169* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.9.3-1
170- 0.9.3
171- BR: pth-devel, -devel: Requires: pth-devel
172
173* Wed Oct 04 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.9.2-1
174- 0.9.2
175
176* Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.ne> - 0.9.0-3
177- respin
178
179* Tue Sep 26 2006 Rex Dieter <rexdieter[AT]users.sf.net - 0.9.0-2
180- -devel: Provides: %%name-static
181- 0.9.0
182
183* Mon Aug 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.10-3
184- fc6 respin
185
186* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net>
187- fc5: gcc/glibc respin
188
189* Mon Jul  4 2005 Michael Schwendt <mschwendt[at]users.sf.net> - 0.6.10-2
190- Build PIC only for x86_64.
191
192* Fri Jul  1 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.6.10-1
193- 0.6.10, macro patch no longer needed (#162262).
194
195* Sun May  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.6.9-4
196- rebuilt
197
198* Fri Mar 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.6.9-3
199- Fix FC4 build and source URLs.
200
201* Thu Feb  3 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.6.9-2
202- Build PIC to fix x86_64 linking.
203
204* Thu Jan 06 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.9-1
205- 0.6.9
206
207* Sat Oct 23 2004 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.7-0.fdr.3
208- *really* fix description this time.
209
210* Fri Oct 22 2004 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.7-0.fdr.2
211- remove "We decided..." part of description
212- remove hard-coded .gz info references
213- Req(preun)->Preq(postun): /sbin/install-info
214
215* Thu Oct 21 2004 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.7-0.fdr.1
216- cleanup, make presentable.
217
218* Tue Oct 19 2004 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.7-0.fdr.0
219- first try
Note: See TracBrowser for help on using the repository browser.