Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Mario Blättermann
fbcb86265d Initial commit 2012-08-20 21:02:17 +02:00
3 changed files with 43 additions and 0 deletions

1
.gitignore vendored
View file

@ -0,0 +1 @@
/wmpuzzle-0.5.1.tar.gz

View file

@ -0,0 +1 @@
c256494f02828d70ce496d4bc37c7094 wmpuzzle-0.5.1.tar.gz

41
wmpuzzle.spec Normal file
View file

@ -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@fedoraproject.org> 0.5.1-1
- initial version