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

Revision 1978, 4.4 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

Line 
1Summary: A multi-platform helper library for other libraries
2Name: gwenhywfar
3Version: 3.11.3
4Release: 2%{?_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 Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 3.11.3-2
77- rebuilt with rpm-4.8.1 for pkg-config
78
79* Sat Feb 13 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.11.3-1
80- new upstream release
81
82* Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.6.0-1
83- new upstream release
84- built with gnutls-2.6.3
85
86* Sat Sep 27 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.4.1-1
87- new upstream release
88- applied new versioning policy
89
90* Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.2-0vl1
91- new upstream release
92
93* Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.1-2vl1
94- initial build for VineSeed
95
96* Wed Oct 10 2007 Bill Nottingham <notting@redhat.com> - 2.6.1-2
97- fix build, rebuild for buildid
98
99* Fri Aug  3 2007 Bill Nottingham <notting@redhat.com>
100- tweak license tag
101
102* Wed Jul 11 2007 Bill Nottingham <notting@redhat.com> - 2.6.1-1
103- update to 2.6.1
104
105* Mon Jun 11 2007 Bill Nottingham <notting@redhat.com> - 2.6.0-1
106- update to 2.6.0
107
108* Mon Mar 19 2007 Bill Nottingham <notting@redhat.com> - 2.5.4-1
109- update to 2.5.4
110
111* Thu Feb 22 2007 Bill Nottingham <notting@redhat.com> - 2.3.0-7
112- build for Extras
113
114* Wed Jan 10 2007 Bill Nottingham <notting@redhat.com> - 2.3.0-6
115- make gwen-public-ca.crt %%config(noreplace)
116
117* Tue Jan  9 2007 Bill Nottingham <notting@redhat.com> - 2.3.0-5
118- spec tweaks
119
120* Thu Sep  7 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-4
121- rebuild for fixed debuginfo (#205501)
122
123* Tue Sep  5 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-3
124- fix multilib conflicts (#205213)
125
126* Fri Jul 14 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-2
127- rather than modifying the m4 file, make gwenhywfar-config use pkgconfig
128
129* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.0-1.1
130- rebuild
131
132* Tue Jul 11 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-1
133- update to 2.3.0
134
135* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.99.2-1.2
136- bump again for double-long bug on ppc(64)
137
138* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.99.2-1.1
139- rebuilt for new gcc4.1 snapshot and glibc changes
140
141* Thu Dec 22 2005 Bill Nottingham <notting@redhat.com> 1.99.2-1
142- update to 1.99.2
143- use the pkgconfig file, not gwenhywfar-config
144
145* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
146- rebuilt
147
148* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 1.7.2-3
149- rebuilt against new openssl
150
151* Wed Mar  2 2005 Bill Nottingham <notting@redhat.com> 1.7.2-2
152- rebuild against new openssl
153
154* Wed Feb  9 2005 Bill Nottingham <notting@redhat.com> 1.7.2-1
155- initial packaging, adopt upstream package
Note: See TracBrowser for help on using the repository browser.