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

Revision 9144, 5.6 KB checked in by inagaki, 9 years ago (diff)

2014-12-11 Ryoichi INAGAKI <ryo1@…>

  • cryptsetup, gwenhywfar, vpnc: rebuilt


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