From f606bab9ed071dd07b23b815c0dd62d856783cb0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:36:08 +0100 Subject: [PATCH] automatic update by autodist [release 4.3.3-1mamba;Tue Oct 16 2012] --- README.md | 2 + gwenhywfar.spec | 116 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 gwenhywfar.spec diff --git a/README.md b/README.md index f2aca3c..f85448e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gwenhywfar +Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides you with some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. + diff --git a/gwenhywfar.spec b/gwenhywfar.spec new file mode 100644 index 0000000..f5982ac --- /dev/null +++ b/gwenhywfar.spec @@ -0,0 +1,116 @@ +Name: gwenhywfar +Version: 4.3.3 +Release: 1mamba +Summary: A tool to allow porting of software to different operating systems like Linux, *BSD, Windows etc. +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://gwenhywfar.sourceforge.net +Source: http://www2.aquamaniac.de/sites/download/download.php?package=01&release=67&file=01&dummy=gwenhywfar-%{version}.tar.gz +#Source: http://downloads.sourceforge.net/sourceforge/gwenhywfar/gwenhywfar-%{version}.tar.gz +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libgcc +BuildRequires: libgcrypt-devel +BuildRequires: libgdk-pixbuf-devel +BuildRequires: libglib-devel +BuildRequires: libgmp-devel +BuildRequires: libgnutls-devel +BuildRequires: libgpg-error-devel +BuildRequires: libgtk2-devel +BuildRequires: libnettle-devel +BuildRequires: libopenssl-devel +BuildRequires: libpango-devel +BuildRequires: libqt4-devel +BuildRequires: libstdc++6-devel +BuildRequires: libtasn1-devel +BuildRequires: libz-devel +BuildRequires: p11-kit-devel +BuildRequires: pkg-config +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides you with some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides you with some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. + +This package contains static libraries and header files need for development. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +#%config(noreplace) %{_sysconfdir}/gwen-public-ca.crt +%{_libdir}/libgwenhywfar.so.* +%{_libdir}/libgwengui-gtk2.so.* +%{_libdir}/libgwengui-qt4.so.* +%dir %{_libdir}/gwenhywfar/plugins +%{_libdir}/gwenhywfar/plugins/* +%dir %{_datadir}/gwenhywfar +%{_datadir}/gwenhywfar/ca-bundle.crt +%dir %{_datadir}/gwenhywfar/dialogs/ +%{_datadir}/gwenhywfar/dialogs/dlg_*.dlg +%dir %{_datadir}/gwenhywfar/typemaker2 +%dir %{_datadir}/gwenhywfar/typemaker2/c +%{_datadir}/gwenhywfar/typemaker2/c/*.tm2 +%doc AUTHORS COPYING + +%files devel +%defattr(-,root,root) +%{_bindir}/gsa +%{_bindir}/gct-tool +%{_bindir}/gwenhywfar-config +%{_bindir}/mklistdoc +%{_bindir}/typemaker +%{_bindir}/typemaker2 +%{_bindir}/xmlmerge +%dir %{_includedir}/gwenhywfar4 +%{_includedir}/gwenhywfar4/* +%{_libdir}/libgwenhywfar.so +%{_libdir}/libgwenhywfar.la +%{_libdir}/libgwengui-gtk2.la +%{_libdir}/libgwengui-gtk2.so +%{_libdir}/libgwengui-qt4.la +%{_libdir}/libgwengui-qt4.so +%{_exec_prefix}/lib/pkgconfig/*.pc +%{_datadir}/aclocal/gwenhywfar.m4 +%doc ChangeLog NEWS README README.DARWIN README.SOLARIS +%doc README.W32 TODO + +%changelog +* Tue Oct 16 2012 Automatic Build System 4.3.3-1mamba +- automatic update by autodist + +* Sat Jul 11 2009 Automatic Build System 2.6.2-1mamba +- automatic update by autodist + +* Thu May 07 2009 Silvan Calarco 1.19.2-1mamba +- package created by autospec