From 70b71c402af518993ed5f367ee3d76e7b0269bf8 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 02:57:47 +0100 Subject: [PATCH] automatic version update by autodist [release 4.13.0-1mamba;Thu Apr 17 2014] --- README.md | 1 + ksnakeduel.spec | 154 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 155 insertions(+) create mode 100644 ksnakeduel.spec diff --git a/README.md b/README.md index d46ba2e..d8fa958 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # ksnakeduel +Snake-like Games. diff --git a/ksnakeduel.spec b/ksnakeduel.spec new file mode 100644 index 0000000..0eb976d --- /dev/null +++ b/ksnakeduel.spec @@ -0,0 +1,154 @@ +Name: ksnakeduel +Version: 4.13.0 +Release: 1mamba +Summary: Snake-like Games +Group: Graphical Desktop/Applications/Games +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/ksnakeduel-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: kdelibs-devel +BuildRequires: libgcc +BuildRequires: libkdegames-devel +BuildRequires: libqt4-devel +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +BuildRequires: automoc4 +BuildRequires: cmake +Provides: kdesnake +Obsoletes: kdesnake +Provides: ktron +Obsoletes: ktron +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Snake-like Games. + +## remove the devel blocks if this package does not provide development stuff +%package devel +Group: Development/Libraries +Summary: Development files for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Requires: kdelibs-devel + +%description devel +This package contains libraries and header files for developing applications that use %{name}. + +%debug_package + +%prep +%setup -q + +%build +%cmake_kde4 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post +## remove the following line if no dynamic libraries are provided by this package +/sbin/ldconfig +## remove the following line if this package has no hicolor icons +touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1 +## remove the following line if this package has no oxygen icons +touch --no-create %{_kde4_icondir}/oxygen >/dev/null 2>&1 +exit 0 + +%posttrans +## remove the following line if no dynamic libraries are provided by this package +/sbin/ldconfig +update-desktop-database -q >/dev/null 2>&1 +update-mime-database %{_kde4_mimedir} >/dev/null 2>&1 +## remove the following line if this package has no hicolor icons +gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1 +## remove the following line if this package has no oxygen icons +gtk-update-icon-cache %{_kde4_icondir}/oxygen >/dev/null 2>&1 +exit 0 + +%postun +## remove the following line if no dynamic libraries are provided by this package +/sbin/ldconfig +if [ $1 -eq 0 ]; then + update-desktop-database -q >/dev/null 2>&1 + update-mime-database %{_kde4_mimedir} >/dev/null 2>&1 +## remove the following two lines if this package has no hicolor icons + touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1 + gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1 +## remove the following two lines if this package has no oxygen icons + touch --no-create %{_kde4_icondir}/oxygen >/dev/null 2>&1 + gtk-update-icon-cache %{_kde4_icondir}/oxygen >/dev/null 2>&1 +fi +exit 0 + +%files +%defattr(-,root,root) +%{_kde4_bindir}/kdesnake +%{_kde4_bindir}/ktron +%{_kde4_xdgappsdir}/kdesnake.desktop +%{_kde4_xdgappsdir}/ktron.desktop +%{_kde4_datadir}/ktron/ktronui.rc +%{_kde4_datadir}/ktron/themes/default.desktop +%{_kde4_datadir}/ktron/themes/default.png +%{_kde4_datadir}/ktron/themes/default.svgz +%{_kde4_datadir}/ktron/themes/neon.desktop +%{_kde4_datadir}/ktron/themes/neon.png +%{_kde4_datadir}/ktron/themes/neon.svg +%{_kde4_kcfgdir}/ktron.kcfg +%config %{_kde4_configdir}/ktron.knsrc +%doc %lang(en) %{_kde4_htmldir}/en/ktron/common +%doc %lang(en) %{_kde4_htmldir}/en/ktron/index.cache.bz2 +%doc %lang(en) %{_kde4_htmldir}/en/ktron/index.docbook +%doc %lang(en) %{_kde4_htmldir}/en/ktron/settings-general.png +%doc %lang(en) %{_kde4_htmldir}/en/ktron/settings-theme.png +%{_kde4_icondir}/hicolor/*/apps/kdesnake.png +%{_kde4_icondir}/hicolor/*/apps/ktron.png +%doc COPYING COPYING.DOC + +%changelog +* Thu Apr 17 2014 Automatic Build System 4.13.0-1mamba +- automatic version update by autodist + +* Thu Apr 03 2014 Automatic Build System 4.12.4-1mamba +- automatic version update by autodist + +* Wed Mar 05 2014 Automatic Build System 4.12.3-1mamba +- automatic version update by autodist + +* Wed Feb 05 2014 Automatic Build System 4.12.2-1mamba +- automatic version update by autodist + +* Tue Jan 14 2014 Automatic Build System 4.12.1-1mamba +- automatic version update by autodist + +* Thu Dec 19 2013 Automatic Build System 4.12.0-1mamba +- automatic version update by autodist + +* Thu Dec 05 2013 Automatic Build System 4.11.4-1mamba +- automatic version update by autodist + +* Wed Nov 06 2013 Automatic Build System 4.11.3-1mamba +- automatic version update by autodist + +* Wed Oct 02 2013 Automatic Build System 4.11.2-1mamba +- automatic version update by autodist + +* Wed Sep 04 2013 Automatic Build System 4.11.1-1mamba +- automatic version update by autodist + +* Wed Aug 14 2013 Automatic Build System 4.11.0-1mamba +- automatic version update by autodist + +* Tue Jul 02 2013 Automatic Build System 4.10.5-1mamba +- automatic version update by autodist + +* Sat Jun 08 2013 Silvan Calarco 4.10.4-1mamba +- package created by silvan using the webbuild interface