rpms/wesnoth/devel wesnoth.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 19:55:56 UTC 2005


Author: thias

Update of /cvs/extras/rpms/wesnoth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8058/wesnoth/devel

Modified Files:
	wesnoth.spec 
Log Message:
Mass letter "u", "v" and "w" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: wesnoth.spec
===================================================================
RCS file: /cvs/extras/rpms/wesnoth/devel/wesnoth.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wesnoth.spec	10 Dec 2004 22:03:12 -0000	1.4
+++ wesnoth.spec	5 Mar 2005 19:55:54 -0000	1.5
@@ -1,25 +1,24 @@
 Name:           wesnoth
 Version:        0.8
 Release:        2
-Epoch:          0
-Summary:        Battle for Wesnoth is a fantasy turn-based strategy game.
+Summary:        Battle for Wesnoth, a fantasy turn-based strategy game
 
-Group:         	Amusements/Games
+Group:          Amusements/Games
 License:        GPL
 URL:            http://www.wesnoth.org
 Source0:        http://www.wesnoth.org/files/wesnoth-0.8.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  SDL-devel, SDL_image-devel, SDL_mixer-devel
-BuildRequires:	SDL_ttf-devel, SDL_net-devel, freetype-devel
-BuildRequires:	desktop-file-utils
+BuildRequires:  SDL_ttf-devel, SDL_net-devel, freetype-devel
+BuildRequires:  desktop-file-utils
 
 %description
-%{summary}
+%{summary}.
 
-Battle for control of villages, using variety of units which have advantages 
-and disadvantages in different types of terrains and against different types 
-of attacks. Units gain experience and advance levels, and are carried over 
+Battle for control of villages, using variety of units which have advantages
+and disadvantages in different types of terrains and against different types
+of attacks. Units gain experience and advance levels, and are carried over
 from one scenario to the next campaign.
 
 %prep
@@ -28,10 +27,10 @@
 
 %build
 %configure --disable-dependency-tracking \
-	   --enable-server \
-	   --enable-editor
+           --enable-server \
+           --enable-editor
 
-make %{?_smp_mflags} 
+make %{?_smp_mflags}
 
 
 %install
@@ -39,9 +38,9 @@
 %makeinstall
 
 desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
-		     --mode="0644" --vendor fedora \
-		     --add-category="X-Fedora" icons/%{name}.desktop
-# add icon for menus		     
+                     --mode="0644" --vendor fedora \
+                     --add-category="X-Fedora" icons/%{name}.desktop
+# add icon for menus
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps
 install -m 644 images/%{name}-icon.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps
 




More information about the scm-commits mailing list