[swell-foop] Initial import

Yanko Kaneti yaneti at fedoraproject.org
Sat Mar 23 13:40:33 UTC 2013


commit d0b8143f00fc03688b70c07e0b7162e5171828ec
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Sat Mar 23 15:40:17 2013 +0200

    Initial import

 .gitignore      |    1 +
 sources         |    1 +
 swell-foop.spec |   72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 74 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0291e34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/swell-foop-3.7.92.tar.xz
diff --git a/sources b/sources
index e69de29..dc7dd25 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5007aa6e2855a07a96ab6e39538fc9e9  swell-foop-3.7.92.tar.xz
diff --git a/swell-foop.spec b/swell-foop.spec
new file mode 100644
index 0000000..cbec07a
--- /dev/null
+++ b/swell-foop.spec
@@ -0,0 +1,72 @@
+Name:           swell-foop
+Version:        3.7.92
+Release:        1%{?dist}
+Summary:        GNOME colored tiles puzzle game
+
+License:        GPLv2+ and GFDL
+URL:            http://projects.gnome.org/gnome-games/
+Source0:        http://download.gnome.org/sources/swell-foop/3.7/swell-foop-%{version}.tar.xz
+
+BuildRequires:  gtk3-devel
+BuildRequires:  clutter-gtk-devel
+BuildRequires:  intltool
+BuildRequires:  itstool
+BuildRequires:  desktop-file-utils
+
+Obsoletes: gnome-games-swell-foop < 1:3.7.92-1
+
+%description
+Clear the screen by removing groups of colored and shaped tiles
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
+
+%find_lang %{name} --all-name --with-gnome
+
+
+%post
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%postun
+if [ $1 -eq 0 ]; then
+  touch --no-create %{_datadir}/icons/hicolor &> /dev/null
+  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+fi
+
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
+
+
+%files -f %{name}.lang
+%doc COPYING
+%{_datadir}/glib-2.0/schemas/org.gnome.swell-foop.gschema.xml
+%{_datadir}/applications/swell-foop.desktop
+%{_bindir}/swell-foop
+%{_datadir}/swell-foop
+%{_datadir}/icons/hicolor/*/apps/swell-foop.*
+
+
+%changelog
+* Tue Mar 19 2013 Yanko Kaneti <yaneti at declera.com> - 3.7.92-1
+- Update to 3.7.92
+
+* Tue Feb 19 2013 Yanko Kaneti <yaneti at declera.com> - 3.7.90-1
+- New upstream release 3.7.90
+- Fix desktop file
+
+* Fri Feb 15 2013 Yanko Kaneti <yaneti at declera.com> - 3.7.4-1
+- Initial packaging of standalone swell-foop


More information about the scm-commits mailing list