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

Revision 12331, 5.3 KB checked in by tomop, 4 years ago (diff)

updated 10 packages

fuse-2.9.9-1

gmp-6.2.0-1

gnupg2-2.2.19-1

libassuan-2.5.3-2

libgcrypt-1.8.5-1

libgpg-error-1.37-1

libksba-1.3.5-2

npth-1.6-1

pinentry-1.1.0-2

strongswan-5.8.2-1

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