Compare commits

..

3 commits

Author SHA1 Message Date
Bill Nottingham
281a5ff1a8 Retire wmpuzzle - no maintainer 2013-03-12 00:35:26 -04:00
Dennis Gilmore
3f4574f83d - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:13:24 -06:00
Mario Blättermann
b143e7528f Initial commit 2012-08-20 21:01:13 +02:00
3 changed files with 1 additions and 42 deletions

1
dead.package Normal file
View file

@ -0,0 +1 @@
This package was retired on 2013-03-11 due to a lack of a willing Fedora maintainer.

View file

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

View file

@ -1,41 +0,0 @@
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