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

Revision 12489, 5.4 KB checked in by tomop, 4 years ago (diff)

updated 4 packages

gnupg2-2.2.23-1

libgcrypt-1.8.6-1

libgpg-error-1.39-1

libksba-1.4.0-1

Line 
1Summary: A library to access X.509 and CMS data structures.
2Summary(ja): X.509 および CMS データ構造にアクセスするためのライブラリ
3Name:    libksba
4Version: 1.4.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* Sat Sep 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4.0-1
102- new upstream release.
103
104* Sun Mar 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.3.5-2
105- rebuilt with current environment.
106
107* Mon Mar 20 2017 IWAI, Masaharu <iwaim.sub@gmail.com> - 1.3.5-1
108- update to 1.3.5
109- update URL tag
110- add Packager tag
111
112* Sat May 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.3.4-1
113- new upstream release.
114
115* Sat Jan 17 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.3.2-1
116- updated to 1.3.2
117- built on current VineSeed
118
119* Sun Jun 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.3-3
120- rebuild with Vine6 environment
121
122* Thu Sep 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.3-2
123- new upstream release, based on 1.0.3-2 from Fedora 9
124- Vine's previous changelogs as follows:
125  - Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com> 0.4.7-1vl5
126  - applied new versioning policy, spec in utf-8
127  - removed *.la
128  - Sun Mar  7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.7-0vl1
129  - initial build
130
131
132* Thu Apr 03 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.3-2
133- multiarch conflicts (#342201)
134
135* Tue Feb 12 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.3-1
136- libksba-1.0.3
137
138* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.2-4
139- respin (gcc43)
140
141* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-3
142- BR: gawk
143
144* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-2
145- respin (ppc32, BuildID)
146- License: GPLv3
147
148* Fri Jul 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-1
149- libksba-1.0.2
150
151* Fri Dec 01 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.1-1
152- libksba-1.0.1
153
154* Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.0-1.1
155- respin
156
157* Thu Aug 31 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.0-1
158- libksba-1.0.0
159
160* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.15-3
161- fc6 respin
162
163* Tue Jun 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.15-2
164- 0.9.15
165
166* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-2.1
167- fc5: gcc/glibc respin
168
169* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-2
170- remove hacks
171- drop self Obsoletes
172
173* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-1
174- 0.9.13
175
176* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-3
177- botched Obsoletes good, let's try again.
178
179* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-2
180- revert to 0.9.11 (0.9.12 makes gnupg2 fail on x86_64) using Obsoletes
181  to avoid Epoch or other ugly means.
182
183* Mon Aug  8 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.12-1
184- 0.9.12
185- --disable-static
186
187* Thu Apr 21 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-1
188- 0.9.11
189- drop upstreamed acquote patch
190
191* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.9-2
192- rebuilt
193
194* Tue Feb  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9.9-1
195- Minus BR libtool, add epoch to -devel req, fix underquoted ksba.m4.
196
197* Fri Oct 22 2004 Rex Dieter <rexdieter[AT]users.sf.net> 0:0.9.9-0.fdr.2
198- remove hard-coded .gz from %%post/%%postun
199- add %%check section
200
201* Tue Oct 19 2004 Rex Dieter <rexdieter[AT]users.sf.net> 0:0.9.9-0.fdr.1
202- 0.9.9
203
204* Thu Mar 20 2003 Ville Skytt<ville.skytta at iki.fi> - 0.4.7-0.fdr.1
205- Update to 0.4.7, and to current Fedora guidelines.
206- Exclude %%{_libdir}/*.la.
207
208* Wed Feb 12 2003 Warren Togami <warren@togami.com> 0.4.6-1.fedora.3
209- temporary workaround to lib/dir conflict problem
210
211* Sat Feb  8 2003 Ville Skytt<ville.skytta at iki.fi> - 0.4.6-1.fedora.1
212- First Fedora release.
Note: See TracBrowser for help on using the repository browser.