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

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


Author: thias

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

Modified Files:
	sopwith.spec 
Log Message:
Mass letter "s" 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: sopwith.spec
===================================================================
RCS file: /cvs/extras/rpms/sopwith/devel/sopwith.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sopwith.spec	10 Dec 2004 22:03:11 -0000	1.4
+++ sopwith.spec	5 Mar 2005 19:28:28 -0000	1.5
@@ -1,8 +1,7 @@
 Name:           sopwith
 Version:        1.7.1
 Release:        1
-Epoch:          0
-Summary:        SDL port of sopwith
+Summary:        SDL port of the sopwith game
 
 Group:          Amusements/Games
 License:        GPL
@@ -11,26 +10,22 @@
 Source1:        sopwith.png
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# -----------------------------------------------------------------------------
 
 BuildRequires:  gtk2-devel, SDL-devel, desktop-file-utils
 
 %description
-This is a port of the classic computer game "Sopwith" to run on modern 
-computers and operating systems. 
+This is a port of the classic computer game "Sopwith" to run on modern
+computers and operating systems.
 
-# -----------------------------------------------------------------------------
 
 %prep
 %setup -q -n sdl_sopwith-%{version}
 
-# -----------------------------------------------------------------------------
 
 %build
 %configure
 make %{?_smp_mflags}
 
-# -----------------------------------------------------------------------------
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -57,14 +52,12 @@
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
 cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps
 
-# -----------------------------------------------------------------------------
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-# -----------------------------------------------------------------------------
 
-%files 
+%files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING FAQ NEWS README TODO doc/keys.txt doc/origdoc.txt doc/readme.txt
 %{_bindir}/sopwith
@@ -73,7 +66,6 @@
 %{_datadir}/applications/*%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
 
-# -----------------------------------------------------------------------------
 
 %changelog
 * Wed Jun 18 2003 Adrian Reber <adrian at lisas.de> - 0:1.7.1-0.fdr.1




More information about the scm-commits mailing list