[puzzle-master/f15/master] Initial import (#701785).

Timur Kristóf venemo at fedoraproject.org
Thu May 5 22:47:25 UTC 2011


commit 25a75ac1a866f267ff872a02a64449c4f1ebde69
Author: Timur Kristóf <venemo at msn.com>
Date:   Fri May 6 00:47:13 2011 +0200

    Initial import (#701785).

 .gitignore         |    1 +
 puzzle-master.spec |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5c1f606 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/puzzle-master-1.2.2.tar.gz
diff --git a/puzzle-master.spec b/puzzle-master.spec
new file mode 100644
index 0000000..963855f
--- /dev/null
+++ b/puzzle-master.spec
@@ -0,0 +1,51 @@
+Name:           puzzle-master
+Version:        1.2.2
+Release:        2%{?dist}
+Summary:        Fun and addictive jigsaw puzzle game
+
+Group:          Amusements/Games
+License:        EUPL 1.1
+URL:            http://gitorious.org/colorful-apps/puzzle-master
+# The upstream release tarballs can be found here:
+Source0:        http://venemo.fedorapeople.org/sources/%{name}-%{version}.tar.gz
+# You can also re-generate this tarball from the SCM:
+# %{name} refers to the package name and %{version} to the release version 
+# git clone git://gitorious.org/colorful-apps/%{name}.git; cd %{name};
+# git archive --format=tar --prefix=%{name}-%{version}/ v%{version} | gzip -n > %{name}-%{version}.tar.gz
+
+BuildRequires: pkgconfig(QtCore), pkgconfig(QtGui), pkgconfig(QtOpenGL)
+BuildRequires: desktop-file-utils
+
+%description 
+%{name} is a jigsaw puzzle game that lets you use your own
+images (and contains some built-in ones) for generating puzzles.
+You can decide the size and thus the difficulty of the puzzle.
+
+%prep
+%setup -q
+
+%build
+# This will find qmake on both Fedora and MeeGo
+qmake-qt4 || qmake
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make INSTALL_ROOT=$RPM_BUILD_ROOT install
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/%{name}
+%attr(644,root,root) %{_datadir}/applications/%{name}.desktop
+%attr(644,root,root) %{_datadir}/pixmaps/%{name}.png
+%doc LICENSE
+
+%changelog
+* Sun May 4 2011 Timur Kristóf <venemo at fedoraproject.org> 1.2.2-2
+- Fixed the issues raised during the review process, see
+  https://bugzilla.redhat.com/show_bug.cgi?id=701785
+
+* Sun May 3 2011 Timur Kristóf <venemo at fedoraproject.org> 1.2.2-1
+- Initial version of the RPM package, using latest upstream 1.2.2 version.
+
diff --git a/sources b/sources
index e69de29..ae5987c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5834a31b685c7ad1fd0c56dae01970dc  puzzle-master-1.2.2.tar.gz


More information about the scm-commits mailing list