[wmpuzzle/f17] Initial commit

Mario Blättermann mariobl at fedoraproject.org
Mon Aug 20 19:02:08 UTC 2012


commit b5541b21550d399571b3a4ab507e3c80e33cfa4b
Author: Mario Blättermann <mario.blaettermann at gmail.com>
Date:   Mon Aug 20 21:02:49 2012 +0200

    Initial commit

 .gitignore    |    1 +
 sources       |    1 +
 wmpuzzle.spec |   41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ddeeaed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wmpuzzle-0.5.1.tar.gz
diff --git a/sources b/sources
index e69de29..6c88240 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c256494f02828d70ce496d4bc37c7094  wmpuzzle-0.5.1.tar.gz
diff --git a/wmpuzzle.spec b/wmpuzzle.spec
new file mode 100644
index 0000000..215b38d
--- /dev/null
+++ b/wmpuzzle.spec
@@ -0,0 +1,41 @@
+Name:           wmpuzzle
+Version:        0.5.1
+Release:        1%{?dist}
+Summary:        A 4x4 puzzle on a 64x64 mini window
+
+License:        GPLv2
+URL:            http://people.debian.org/~godisch/wmpuzzle/
+Source0:        http://people.debian.org/~godisch/wmpuzzle/%{name}-%{version}.tar.gz
+
+BuildRequires:  libXext-devel
+BuildRequires:  libXpm-devel
+
+%description
+wmpuzzle provides a 4x4 puzzle on a 64x64 mini window. You can puzzle any
+XPM image you wish.
+
+
+%prep
+%setup -q
+
+
+%build
+cd src
+%configure
+make %{?_smp_mflags}
+
+
+%install
+cd src
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%files
+%doc CHANGES COPYING README
+%{_bindir}/%{name}
+%{_mandir}/man6/%{name}.6.*
+
+
+%changelog
+
+* Sun Jul 22 2012 Mario Blättermann <mariobl at fedoraproject.org> 0.5.1-1
+- initial version


More information about the scm-commits mailing list