rpms/xplanet/devel xplanet.spec,1.5,1.6

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 20:07:11 UTC 2005


Author: thias

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

Modified Files:
	xplanet.spec 
Log Message:
Mass letter "x"," y" and "z" 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: xplanet.spec
===================================================================
RCS file: /cvs/extras/rpms/xplanet/devel/xplanet.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xplanet.spec	11 Dec 2004 12:49:45 -0000	1.5
+++ xplanet.spec	5 Mar 2005 20:07:09 -0000	1.6
@@ -1,8 +1,5 @@
-# %define _unpackaged_files_terminate_build	1
-
 Summary: Render a planetary image into an X window
 Name: xplanet
-Epoch: 0
 Version: 1.0.1
 Release: 5
 License: GPL
@@ -23,30 +20,25 @@
 planets may also be displayed. The Xplanet home page has links to
 locations with map files.
 
-#---------------------------------------------------------------------
 
 %prep
 %setup
 %patch -p0
 
-#---------------------------------------------------------------------
 
 %build
 %configure
 make %{?_smp_mflags}
 
-#---------------------------------------------------------------------
 
 %install
 rm -rf %{buildroot}
-make DESTDIR=%{buildroot} install 
+make DESTDIR=%{buildroot} install
 
-#---------------------------------------------------------------------
 
 %clean
 rm -rf %{buildroot}
 
-#---------------------------------------------------------------------
 
 %files
 %defattr(-,root,root)
@@ -55,7 +47,6 @@
 %{_mandir}/man1/*
 %{_datadir}/xplanet
 
-#---------------------------------------------------------------------
 
 %changelog
 * Sun May 11 2003 Juha Ylitalo <jylitalo at iki.fi> - 0:1.0.1-0.fdr.5




More information about the fedora-extras-commits mailing list