source: projects/specs/trunk/g/gwenhywfar/gwenhywfar-vl.spec @ 521

Revision 521, 4.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: A multi-platform helper library for other libraries
2Name: gwenhywfar
3Version: 3.11.3
4Release: 1%{?_dist_release}
5Group: System Environment/Libraries
6License: LGPLv2+
7Source: %{name}-%{version}.tar.gz
8URL: http://www.aquamaniac.de/sites/aqbanking/index.php
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10BuildRequires: openssl-devel
11BuildRequires: gnutls-devel
12BuildRequires: libgcrypt-devel
13BuildRequires: gettext
14
15%description
16This is Gwenhywfar, a multi-platform helper library for networking and
17security applications and libraries. It is heavily used by libchipcard
18and AqBanking/AqHBCI, the German online banking libraries.
19
20%package devel
21Summary: Gwenhywfar development kit
22Group: Development/Libraries
23Requires: %{name} = %{version}-%{release}
24Requires: pkgconfig
25%description devel
26This package contains gwenhywfar-config and header files for writing and
27compiling programs using Gwenhywfar.
28
29
30%prep
31%setup -q
32
33%build
34%configure --disable-static --with-openssl-libs=%{_libdir}
35#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
36#sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
37make %{?_smp_mflags}
38
39%install
40[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
41make DESTDIR=$RPM_BUILD_ROOT install
42
43find $RPM_BUILD_ROOT -name *.la -exec rm -f {} \;
44
45%clean
46[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
47
48%post -p /sbin/ldconfig
49
50%postun -p /sbin/ldconfig
51
52%files
53%defattr(-,root,root)
54%doc AUTHORS README COPYING ChangeLog
55%{_bindir}/gct-tool
56%{_libdir}/*.so.*
57%{_libdir}/%{name}
58%dir %{_datadir}/%{name}
59%config(noreplace) %{_datadir}/%{name}/ca-bundle.crt
60%{_datadir}/locale/*/LC_MESSAGES/gwenhywfar.mo
61%exclude %{_datadir}/%{name}/typemaker*
62
63
64%files devel
65%defattr(-,root,root)
66%exclude %{_bindir}/gct-tool
67%{_bindir}/*
68%{_includedir}/gwenhywfar3
69%{_libdir}/*.so
70%{_libdir}/pkgconfig/*
71%{_datadir}/aclocal/gwenhywfar.m4
72%{_datadir}/%{name}/typemaker*
73
74
75%changelog
76* Sat Feb 13 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.11.3-1
77- new upstream release
78
79* Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.6.0-1
80- new upstream release
81- built with gnutls-2.6.3
82
83* Sat Sep 27 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.4.1-1
84- new upstream release
85- applied new versioning policy
86
87* Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.2-0vl1
88- new upstream release
89
90* Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.1-2vl1
91- initial build for VineSeed
92
93* Wed Oct 10 2007 Bill Nottingham <notting@redhat.com> - 2.6.1-2
94- fix build, rebuild for buildid
95
96* Fri Aug  3 2007 Bill Nottingham <notting@redhat.com>
97- tweak license tag
98
99* Wed Jul 11 2007 Bill Nottingham <notting@redhat.com> - 2.6.1-1
100- update to 2.6.1
101
102* Mon Jun 11 2007 Bill Nottingham <notting@redhat.com> - 2.6.0-1
103- update to 2.6.0
104
105* Mon Mar 19 2007 Bill Nottingham <notting@redhat.com> - 2.5.4-1
106- update to 2.5.4
107
108* Thu Feb 22 2007 Bill Nottingham <notting@redhat.com> - 2.3.0-7
109- build for Extras
110
111* Wed Jan 10 2007 Bill Nottingham <notting@redhat.com> - 2.3.0-6
112- make gwen-public-ca.crt %%config(noreplace)
113
114* Tue Jan  9 2007 Bill Nottingham <notting@redhat.com> - 2.3.0-5
115- spec tweaks
116
117* Thu Sep  7 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-4
118- rebuild for fixed debuginfo (#205501)
119
120* Tue Sep  5 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-3
121- fix multilib conflicts (#205213)
122
123* Fri Jul 14 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-2
124- rather than modifying the m4 file, make gwenhywfar-config use pkgconfig
125
126* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.0-1.1
127- rebuild
128
129* Tue Jul 11 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-1
130- update to 2.3.0
131
132* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.99.2-1.2
133- bump again for double-long bug on ppc(64)
134
135* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.99.2-1.1
136- rebuilt for new gcc4.1 snapshot and glibc changes
137
138* Thu Dec 22 2005 Bill Nottingham <notting@redhat.com> 1.99.2-1
139- update to 1.99.2
140- use the pkgconfig file, not gwenhywfar-config
141
142* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
143- rebuilt
144
145* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 1.7.2-3
146- rebuilt against new openssl
147
148* Wed Mar  2 2005 Bill Nottingham <notting@redhat.com> 1.7.2-2
149- rebuild against new openssl
150
151* Wed Feb  9 2005 Bill Nottingham <notting@redhat.com> 1.7.2-1
152- initial packaging, adopt upstream package
Note: See TracBrowser for help on using the repository browser.