source: projects/specs/branches/6/lib/libk/libksba/libksba-vl.spec @ 10663

Revision 10663, 5.1 KB checked in by tomop, 8 years ago (diff)

libksba-1.3.4-1

Line 
1Summary: A library to access X.509 and CMS data structures.
2Summary(ja): X.509 および CMS データ構造にアクセスするためのライブラリ
3Name:    libksba
4Version: 1.3.4
5Release: 1%{?_dist_release}
6
7License: GPLv3/LGPLv3
8Group:   System Environment/Libraries
9URL:     http://www.gnupg.org/
10
11Vendor: Project Vine
12Distribution: Vine Linux
13
14Source0: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2
15Source1: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2.sig
16
17# quick-n-dirty hack to ksba-config, TODO: consider using pkgconfig instead
18Patch1: libksba-1.3.0-multilib.patch
19
20BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
21BuildRequires: gawk
22BuildRequires: libgpg-error-devel >= 1.22
23
24%description
25KSBA is a library designed to build software based on the X.509 and
26CMS protocols.
27
28%package devel
29Summary: Development headers and libraries for %{name}
30Summary(ja): %{name} 用開発ヘッダ/ライブラリ
31Group: Development/Libraries
32Requires: %{name} = %{version}-%{release}
33Requires(post): /sbin/install-info
34Requires(preun): /sbin/install-info
35
36%description devel
37%{summary}.
38
39
40%prep
41%setup -q
42%patch1 -p1 -b .multilib
43
44
45%build
46%configure \
47  --disable-dependency-tracking \
48  --disable-static
49
50make %{?_smp_mflags}
51
52
53%install
54rm -rf $RPM_BUILD_ROOT
55make install DESTDIR=$RPM_BUILD_ROOT
56
57rm -f $RPM_BUILD_ROOT%{_infodir}/dir
58rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
59
60%check
61make check
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66
67%post -p /sbin/ldconfig
68
69%postun -p /sbin/ldconfig
70
71%post devel
72install-info %{_infodir}/ksba.info %{_infodir}/dir ||:
73
74%postun devel
75if [ $1 -eq 0 ]; then
76    install-info --delete %{_infodir}/ksba.info %{_infodir}/dir ||:
77fi
78
79
80%files
81%defattr(-,root,root,-)
82%doc AUTHORS ChangeLog* COPYING* NEWS README* THANKS
83%{_libdir}/lib*.so.*
84
85%files devel
86%defattr(-,root,root,-)
87%{_bindir}/ksba-config
88%{_libdir}/lib*.so
89%{_includedir}/*
90%{_datadir}/aclocal/*
91%{_infodir}/*
92
93
94%changelog
95* Sat May 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.3.4-1
96- new upstream release.
97
98* Sat Jan 17 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.3.2-1
99- updated to 1.3.2
100- built on current VineSeed
101
102* Sun Jun 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.3-3
103- rebuild with Vine6 environment
104
105* Thu Sep 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.3-2
106- new upstream release, based on 1.0.3-2 from Fedora 9
107- Vine's previous changelogs as follows:
108  - Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com> 0.4.7-1vl5
109  - applied new versioning policy, spec in utf-8
110  - removed *.la
111  - Sun Mar  7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.7-0vl1
112  - initial build
113
114
115* Thu Apr 03 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.3-2
116- multiarch conflicts (#342201)
117
118* Tue Feb 12 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.3-1
119- libksba-1.0.3
120
121* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.2-4
122- respin (gcc43)
123
124* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-3
125- BR: gawk
126
127* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-2
128- respin (ppc32, BuildID)
129- License: GPLv3
130
131* Fri Jul 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-1
132- libksba-1.0.2
133
134* Fri Dec 01 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.1-1
135- libksba-1.0.1
136
137* Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.0-1.1
138- respin
139
140* Thu Aug 31 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.0-1
141- libksba-1.0.0
142
143* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.15-3
144- fc6 respin
145
146* Tue Jun 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.15-2
147- 0.9.15
148
149* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-2.1
150- fc5: gcc/glibc respin
151
152* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-2
153- remove hacks
154- drop self Obsoletes
155
156* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-1
157- 0.9.13
158
159* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-3
160- botched Obsoletes good, let's try again.
161
162* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-2
163- revert to 0.9.11 (0.9.12 makes gnupg2 fail on x86_64) using Obsoletes
164  to avoid Epoch or other ugly means.
165
166* Mon Aug  8 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.12-1
167- 0.9.12
168- --disable-static
169
170* Thu Apr 21 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-1
171- 0.9.11
172- drop upstreamed acquote patch
173
174* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.9-2
175- rebuilt
176
177* Tue Feb  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9.9-1
178- Minus BR libtool, add epoch to -devel req, fix underquoted ksba.m4.
179
180* Fri Oct 22 2004 Rex Dieter <rexdieter[AT]users.sf.net> 0:0.9.9-0.fdr.2
181- remove hard-coded .gz from %%post/%%postun
182- add %%check section
183
184* Tue Oct 19 2004 Rex Dieter <rexdieter[AT]users.sf.net> 0:0.9.9-0.fdr.1
185- 0.9.9
186
187* Thu Mar 20 2003 Ville Skytt<ville.skytta at iki.fi> - 0.4.7-0.fdr.1
188- Update to 0.4.7, and to current Fedora guidelines.
189- Exclude %%{_libdir}/*.la.
190
191* Wed Feb 12 2003 Warren Togami <warren@togami.com> 0.4.6-1.fedora.3
192- temporary workaround to lib/dir conflict problem
193
194* Sat Feb  8 2003 Ville Skytt<ville.skytta at iki.fi> - 0.4.6-1.fedora.1
195- First Fedora release.
Note: See TracBrowser for help on using the repository browser.