Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5541b2155 |
3 changed files with 43 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -0,0 +1 @@
|
|||
/wmpuzzle-0.5.1.tar.gz
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
c256494f02828d70ce496d4bc37c7094 wmpuzzle-0.5.1.tar.gz
|
||||
41
wmpuzzle.spec
Normal file
41
wmpuzzle.spec
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue