SPECS: wesnoth-addons.spec - more campaigns
uzsolt
uzsolt at pld-linux.org
Fri Feb 13 18:17:04 CET 2009
Author: uzsolt Date: Fri Feb 13 17:17:03 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- more campaigns
---- Files affected:
SPECS:
wesnoth-addons.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/wesnoth-addons.spec
diff -u SPECS/wesnoth-addons.spec:1.7 SPECS/wesnoth-addons.spec:1.8
--- SPECS/wesnoth-addons.spec:1.7 Thu Feb 12 21:08:39 2009
+++ SPECS/wesnoth-addons.spec Fri Feb 13 18:16:57 2009
@@ -29,6 +29,14 @@
# Source57-md5: 0ec18cd1bb05e4e50b89bf737bc26584
Source58: http://files.wesnoth.org/addons/%{wesnothver}/Hallowed_Glade.tar.bz2
# Source58-md5: 1f7e93aac990a9464b468eaf1324f55b
+Source59: http://files.wesnoth.org/addons/%{wesnothver}/Attack_of_the_Undead.tar.bz2
+# Source59-md5: accb8cf6a0e40a8967e0e1b310db5fd4
+Source60: http://files.wesnoth.org/addons/%{wesnothver}/Children_of_Dragons.tar.bz2
+# Source60-md5: 367f07f62957d1efa8f987376b784927
+Source61: http://files.wesnoth.org/addons/%{wesnothver}/Forgotten_Legacy.tar.bz2
+# Source61-md5: 2701c604d16783cd1e9f8f5a220ba2cc
+Source62: http://files.wesnoth.org/addons/%{wesnothver}/Griffoon_Lads.tar.bz2
+# Source62-md5: 59d5795e79b5aea75a7578e061c7ffc5
URL: http://www.wesnoth.org/addons/1.4/
Requires: wesnoth >= %{wesnothver}
BuildArch: noarch
@@ -173,6 +181,50 @@
%description camp-hallowed_glade -l hu.UTF-8
Harc a sötétség serege ellen egy veszélyes lelet újrateremtéséért.
+%package camp-attack_of_the_undead
+Summary: Play as a mage to protect your city from the undead
+Summary(hu.UTF-8): Egy mágusként kell megvédened a városodat az élőholtak ellen
+Group: X11/Applications/Games
+
+%description camp-attack_of_the_undead
+Play as a mage to protect your city from the undead.
+
+%description camp-attack_of_the_undead -l hu.UTF-8
+Egy mágusként kell megvédened a városodat az élőholtak ellen.
+
+%package camp-children_of_dragons
+Summary: Lead the Drakes as they search for a new homeland
+Summary(hu.UTF-8): Vezesd a sárkányokat új haza kereséséhez
+Group: X11/Applications/Games
+
+%description camp-children_of_dragons
+Lead the Drakes as they search for a new homeland.
+
+%description camp-children_of_dragons
+Vezesd a sárkányokat új haza kereséséhez.
+
+%package camp-the_forgotten_legacy
+Summary: This is a campaign focusing on the saurian faction
+Summary(hu.UTF-8): Ez egy küldetés a gyík fajra összpontosítva
+Group: X11/Applications/Games
+
+%description camp-the_forgotten_legacy
+This is a campaign focusing on the saurian faction.
+
+%description camp-the_forgotten_legacy
+Ez egy küldetés a gyík fajra összpontosítva.
+
+%package camp-the_griffon_lads
+Summary: Follow the adventures of The Griffoon Lads in the Far North
+Summary(hu.UTF-8): Kövesd a Griffoon Fiúkat a Messzi Északon
+Group: X11/Applications/Games
+
+%description camp-the_griffon_lads
+Follow the adventures of The Griffoon Lads in the Far North.
+
+%description camp-the_griffon_lads -l hu.UTF-8
+Kövesd a Griffoon Fiúkat a Messzi Északon.
+
%prep
install -d wesnoth-addons
cd wesnoth-addons
@@ -187,6 +239,10 @@
%{__tar} xf %{SOURCE56}
%{__tar} xf %{SOURCE57}
%{__tar} xf %{SOURCE58}
+%{__tar} xf %{SOURCE59}
+%{__tar} xf %{SOURCE60}
+%{__tar} xf %{SOURCE61}
+%{__tar} xf %{SOURCE62}
find -name COPYING.txt -exec rm {} \;
@@ -209,6 +265,10 @@
%{__cp} -r The_Three_Elves $RPM_BUILD_ROOT%{wesnothcamp}
%{__cp} -r Trolls $RPM_BUILD_ROOT%{wesnothcamp}
%{__cp} -r Hallowed_Glade $RPM_BUILD_ROOT%{wesnothcamp}
+%{__cp} -r Attack_of_the_Undead $RPM_BUILD_ROOT%{wesnothcamp}
+%{__cp} -r Children_of_Dragons $RPM_BUILD_ROOT%{wesnothcamp}
+%{__cp} -r Forgotten_Legacy $RPM_BUILD_ROOT%{wesnothcamp}
+%{__cp} -r Griffoon_Lads $RPM_BUILD_ROOT%{wesnothcamp}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -257,6 +317,22 @@
%defattr(644,root,root,755)
%{wesnothcamp}/Hallowed_Glade
+%files camp-attack_of_the_undead
+%defattr(644,root,root,755)
+%{wesnothcamp}/Attack_of_the_Undead
+
+%files camp-children_of_dragons
+%defattr(644,root,root,755)
+%{wesnothcamp}/Children_of_Dragons
+
+%files camp-the_forgotten_legacy
+%defattr(644,root,root,755)
+%{wesnothcamp}/Forgotten_Legacy
+
+%files camp-the_griffon_lads
+%defattr(644,root,root,755)
+%{wesnothcamp}/Griffoon_Lads
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -264,6 +340,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2009/02/13 17:16:57 uzsolt
+- more campaigns
+
Revision 1.7 2009/02/12 20:08:39 uzsolt
- more camps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wesnoth-addons.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list