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

Revision 11046, 5.2 KB checked in by iwaim, 7 years ago (diff)

libksba 1.3.5-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: 1%{?_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: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2
16Source1: ftp://ftp.gnupg.org/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%doc AUTHORS ChangeLog* COPYING* NEWS README* THANKS
84%{_libdir}/lib*.so.*
85
86%files devel
87%defattr(-,root,root,-)
88%{_bindir}/ksba-config
89%{_libdir}/lib*.so
90%{_includedir}/*
91%{_datadir}/aclocal/*
92%{_infodir}/*
93
94
95%changelog
96* Mon Mar 20 2017 IWAI, Masaharu <iwaim.sub@gmail.com> - 1.3.5-1
97- update to 1.3.5
98- update URL tag
99- add Packager tag
100
101* Sat May 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.3.4-1
102- new upstream release.
103
104* Sat Jan 17 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.3.2-1
105- updated to 1.3.2
106- built on current VineSeed
107
108* Sun Jun 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.3-3
109- rebuild with Vine6 environment
110
111* Thu Sep 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.3-2
112- new upstream release, based on 1.0.3-2 from Fedora 9
113- Vine's previous changelogs as follows:
114  - Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com> 0.4.7-1vl5
115  - applied new versioning policy, spec in utf-8
116  - removed *.la
117  - Sun Mar  7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.7-0vl1
118  - initial build
119
120
121* Thu Apr 03 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.3-2
122- multiarch conflicts (#342201)
123
124* Tue Feb 12 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.3-1
125- libksba-1.0.3
126
127* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.2-4
128- respin (gcc43)
129
130* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-3
131- BR: gawk
132
133* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-2
134- respin (ppc32, BuildID)
135- License: GPLv3
136
137* Fri Jul 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-1
138- libksba-1.0.2
139
140* Fri Dec 01 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.1-1
141- libksba-1.0.1
142
143* Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.0-1.1
144- respin
145
146* Thu Aug 31 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.0-1
147- libksba-1.0.0
148
149* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.15-3
150- fc6 respin
151
152* Tue Jun 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.15-2
153- 0.9.15
154
155* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-2.1
156- fc5: gcc/glibc respin
157
158* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-2
159- remove hacks
160- drop self Obsoletes
161
162* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-1
163- 0.9.13
164
165* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-3
166- botched Obsoletes good, let's try again.
167
168* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-2
169- revert to 0.9.11 (0.9.12 makes gnupg2 fail on x86_64) using Obsoletes
170  to avoid Epoch or other ugly means.
171
172* Mon Aug  8 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.12-1
173- 0.9.12
174- --disable-static
175
176* Thu Apr 21 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-1
177- 0.9.11
178- drop upstreamed acquote patch
179
180* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.9-2
181- rebuilt
182
183* Tue Feb  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9.9-1
184- Minus BR libtool, add epoch to -devel req, fix underquoted ksba.m4.
185
186* Fri Oct 22 2004 Rex Dieter <rexdieter[AT]users.sf.net> 0:0.9.9-0.fdr.2
187- remove hard-coded .gz from %%post/%%postun
188- add %%check section
189
190* Tue Oct 19 2004 Rex Dieter <rexdieter[AT]users.sf.net> 0:0.9.9-0.fdr.1
191- 0.9.9
192
193* Thu Mar 20 2003 Ville Skytt<ville.skytta at iki.fi> - 0.4.7-0.fdr.1
194- Update to 0.4.7, and to current Fedora guidelines.
195- Exclude %%{_libdir}/*.la.
196
197* Wed Feb 12 2003 Warren Togami <warren@togami.com> 0.4.6-1.fedora.3
198- temporary workaround to lib/dir conflict problem
199
200* Sat Feb  8 2003 Ville Skytt<ville.skytta at iki.fi> - 0.4.6-1.fedora.1
201- First Fedora release.
Note: See TracBrowser for help on using the repository browser.