SPECS: gwenhywfar.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sun Oct 23 22:50:54 CEST 2005
Author: qboosh Date: Sun Oct 23 20:50:54 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
gwenhywfar.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gwenhywfar.spec
diff -u /dev/null SPECS/gwenhywfar.spec:1.1
--- /dev/null Sun Oct 23 22:50:54 2005
+++ SPECS/gwenhywfar.spec Sun Oct 23 22:50:49 2005
@@ -0,0 +1,129 @@
+# $Revision$, $Date$
+Summary: Gwenhywfar - a multi-platform helper library for networking and security
+Summary(pl): Gwenhywfar - wieloplatformowa biblioteka pomocnicza do sieci i bezpieczeństwa
+Name: gwenhywfar
+Version: 1.19.0
+Release: 1
+License: LGPL v2.1+ with OpenSSL linking exception
+Group: Libraries
+Source0: http://dl.sourceforge.net/gwenhywfar/%{name}-%{version}.tar.gz
+# Source0-md5: 4d2db7c53084dc7df10deb30c1e1fc8e
+URL: http://gwenhywfar.sourceforge.net/
+BuildRequires: libstdc++-devel
+BuildRequires: ncurses-ext-devel
+BuildRequires: openssl-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is Gwenhywfar, a multi-platform helper library for networking and
+security applications and libraries. It is used by:
+ - Libchipcard2 (http://www.libchipcard.de/),
+ - OpenHBCI2 (http://www.openhbci.de/),
+ - Simthetic, the simulation tool (http://simthetic.sourceforge.net/)
+ - AqBanking/AqHBCI (http://www.aquamaniac.de/aqbanking/).
+
+%description -l pl
+To jest Gwenhywfar - wieloplatformowa biblioteka pomocnicza do
+aplikacji i bibliotek związanych z siecią i bezpieczeństwem. Jest
+używana przez:
+ - Libchipcard2 (http://www.libchipcard.de/),
+ - OpenHBCI2 (http://www.openhbci.de/),
+ - narzędzie do symulacji Simthetic (http://simthetic.sourceforge.net/)
+ - AqBanking/AqHBCI (http://www.aquamaniac.de/aqbanking/).
+
+%package devel
+Summary: Header files for Gwenhywfar library
+Summary(pl): Pliki nagłówkowe biblioteki Gwenhywfar
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: openssl-devel
+# for gwenui only
+#Requires: ncurses-ext-devel
+# for gwenpp only
+#Requires: libstdc++-devel
+
+%description devel
+Header files for Gwenhywfar library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki Gwenhywfar.
+
+%package static
+Summary: Static Gwenhywfar library
+Summary(pl): Statyczna biblioteka Gwenhywfar
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static Gwenhywfar library.
+
+%description static -l pl
+Statyczna biblioteka Gwenhywfar.
+
+%prep
+%setup -q
+
+%build
+%configure \
+ CPPFLAGS="-I/usr/include/ncurses" \
+ --enable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/gwenhywfar/plugins/*/*/*.{la,a}
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/dlgtest
+%attr(755,root,root) %{_bindir}/gct-tool
+%attr(755,root,root) %{_bindir}/mklistdoc
+%attr(755,root,root) %{_bindir}/typemaker
+%attr(755,root,root) %{_bindir}/xmlmerge
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%dir %{_libdir}/gwenhywfar
+%dir %{_libdir}/gwenhywfar/plugins
+%dir %{_libdir}/gwenhywfar/plugins/*
+%dir %{_libdir}/gwenhywfar/plugins/*/crypttoken
+%attr(755,root,root) %{_libdir}/gwenhywfar/plugins/*/crypttoken/*.so*
+%{_libdir}/gwenhywfar/plugins/*/crypttoken/*.xml
+%dir %{_libdir}/gwenhywfar/plugins/*/dbio
+%attr(755,root,root) %{_libdir}/gwenhywfar/plugins/*/dbio/*.so*
+%{_libdir}/gwenhywfar/plugins/*/dbio/*.xml
+%{_sysconfdir}/gwen-public-ca.crt
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/gwenhywfar-config
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/gwenhywfar
+%{_includedir}/gwenpp
+%{_aclocaldir}/gwenhywfar.m4
+%{_pkgconfigdir}/gwenhywfar.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/23 20:50:49 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list