source: projects/specs/trunk/lib/libk/libksba/libksba-vl.spec @ 12522

Revision 12522, 5.5 KB checked in by tomop, 3 years ago (diff)

updated 16 packages

SDL2-2.0.14-1

gmp-6.2.1-1

gnupg2-2.2.27-1

gnutls-3.7.0-1

golang-1.15.7-1

iputils-20210202-1

libassuan-2.5.4-1

libgcrypt-1.9.1-1

libgpg-error-1.41-1

libksba-1.5.0-1

libusb1-1.0.24-1

nettle-3.7-1

npth-1.6-2

pcsc-lite-1.9.0-1

python3-3.8.7-1

tcpdump-4.9.3-2

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