source: projects/specs/branches/6/g/gwenhywfar/gwenhywfar-vl.spec @ 3002

Revision 3002, 4.5 KB checked in by inagaki, 13 years ago (diff)

update: gwenhywfar

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