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

Revision 6774, 5.5 KB checked in by Takemikaduchi, 12 years ago (diff)

libalkimia, libdbi: new package
others: new upstream release

Line 
1Summary: A multi-platform helper library for other libraries
2Name: gwenhywfar
3Version: 4.3.3
4Release: 1%{?_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%{_datadir}/%{name}
81%config(noreplace) %{_datadir}/%{name}/ca-bundle.crt
82%{_datadir}/locale/*/LC_MESSAGES/gwenhywfar.mo
83%exclude %{_datadir}/%{name}/typemaker*
84
85%files devel
86%defattr(-,root,root)
87%exclude %{_bindir}/gct-tool
88%{_bindir}/*
89%{_includedir}/gwenhywfar4
90%{_libdir}/*.so
91%{_libdir}/pkgconfig/*.pc
92%{_datadir}/aclocal/gwenhywfar.m4
93%{_datadir}/%{name}/typemaker*
94
95%files gui-gtk2
96%defattr(-,root,root)
97%{_libdir}/libgwengui-gtk2.so.*
98
99%files gui-qt4
100%defattr(-,root,root)
101%{_libdir}/libgwengui-qt4.so.*
102
103
104%changelog
105* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.3.3-1
106- new upstream release
107- add BuildRequires: gtk2-devel, qt4-devel
108- create gui-gtk2, gui-qt4 subpackages (based on Fedora)
109
110* Sun Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.11.3-3
111- rebuilt with openssl-1.0.0d
112
113* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 3.11.3-2
114- rebuilt with rpm-4.8.1 for pkg-config
115
116* Sat Feb 13 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.11.3-1
117- new upstream release
118
119* Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.6.0-1
120- new upstream release
121- built with gnutls-2.6.3
122
123* Sat Sep 27 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.4.1-1
124- new upstream release
125- applied new versioning policy
126
127* Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.2-0vl1
128- new upstream release
129
130* Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.1-2vl1
131- initial build for VineSeed
132
133* Wed Oct 10 2007 Bill Nottingham <notting@redhat.com> - 2.6.1-2
134- fix build, rebuild for buildid
135
136* Fri Aug  3 2007 Bill Nottingham <notting@redhat.com>
137- tweak license tag
138
139* Wed Jul 11 2007 Bill Nottingham <notting@redhat.com> - 2.6.1-1
140- update to 2.6.1
141
142* Mon Jun 11 2007 Bill Nottingham <notting@redhat.com> - 2.6.0-1
143- update to 2.6.0
144
145* Mon Mar 19 2007 Bill Nottingham <notting@redhat.com> - 2.5.4-1
146- update to 2.5.4
147
148* Thu Feb 22 2007 Bill Nottingham <notting@redhat.com> - 2.3.0-7
149- build for Extras
150
151* Wed Jan 10 2007 Bill Nottingham <notting@redhat.com> - 2.3.0-6
152- make gwen-public-ca.crt %%config(noreplace)
153
154* Tue Jan  9 2007 Bill Nottingham <notting@redhat.com> - 2.3.0-5
155- spec tweaks
156
157* Thu Sep  7 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-4
158- rebuild for fixed debuginfo (#205501)
159
160* Tue Sep  5 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-3
161- fix multilib conflicts (#205213)
162
163* Fri Jul 14 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-2
164- rather than modifying the m4 file, make gwenhywfar-config use pkgconfig
165
166* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.0-1.1
167- rebuild
168
169* Tue Jul 11 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-1
170- update to 2.3.0
171
172* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.99.2-1.2
173- bump again for double-long bug on ppc(64)
174
175* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.99.2-1.1
176- rebuilt for new gcc4.1 snapshot and glibc changes
177
178* Thu Dec 22 2005 Bill Nottingham <notting@redhat.com> 1.99.2-1
179- update to 1.99.2
180- use the pkgconfig file, not gwenhywfar-config
181
182* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
183- rebuilt
184
185* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 1.7.2-3
186- rebuilt against new openssl
187
188* Wed Mar  2 2005 Bill Nottingham <notting@redhat.com> 1.7.2-2
189- rebuild against new openssl
190
191* Wed Feb  9 2005 Bill Nottingham <notting@redhat.com> 1.7.2-1
192- initial packaging, adopt upstream package
Note: See TracBrowser for help on using the repository browser.