ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/free/rpms/wormsofprey-data/F-13/wormsofprey-data.spec
Revision: 1.2
Committed: Fri Jul 25 19:59:44 2008 UTC (4 years, 9 months ago) by jwrdegoede
Branch: MAIN
CVS Tags: F-10-split, wormsofprey-data-20051221-2_fc10
Changes since 1.1: +5 -2 lines
Log Message:
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 20051221-2
- Release bump for rpmfusion

Line File contents
1 %define real_version 2005-12-21
2
3 Name: wormsofprey-data
4 Version: 20051221
5 Release: 2%{?dist}
6 Summary: Data for worms of prey
7 Group: Amusements/Games
8 License: GPL+
9 URL: http://wormsofprey.org
10 Source0: http://wormsofprey.org/download/wopdata-%{real_version}.tar.bz2
11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12 BuildArch: noarch
13 Requires: wormsofprey >= 0.4.3
14
15 %description
16 Data for the game worms of prey
17
18
19 %prep
20 %setup -q -n wopdata-%{real_version}
21
22
23 # %build
24 # nothing to Build, data only!
25
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 mkdir -p $RPM_BUILD_ROOT%{_datadir}/wormsofprey
30 cp -r * $RPM_BUILD_ROOT%{_datadir}/wormsofprey
31
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36
37 %files
38 %defattr(-,root,root,-)
39 %{_datadir}/wormsofprey/*
40
41
42 %changelog
43 * Fri Jul 25 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 20051221-2
44 - Release bump for rpmfusion
45
46 * Wed Aug 9 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 20051221-1%{?dist}
47 - Initial Fedora Extras package