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

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 21:10:23 UTC 2005


Author: thias

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

Modified Files:
	gonvert.spec 
Log Message:
Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.



Index: gonvert.spec
===================================================================
RCS file: /cvs/extras/rpms/gonvert/devel/gonvert.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gonvert.spec	27 Nov 2004 18:35:05 -0000	1.4
+++ gonvert.spec	5 Mar 2005 21:10:21 -0000	1.5
@@ -1,7 +1,7 @@
 Name:           gonvert
 Version:        0.2.11
 Release:        1
-Summary:        Units conversion utility.
+Summary:        Units conversion utility
 
 Group:          Applications/Engineering
 License:        GPL
@@ -17,21 +17,21 @@
 BuildArch:      noarch
 
 %description
-gonvert is a conversion utility that allows conversion between many units 
-like CGS, Ancient, Imperial with many categories like length, mass, numbers, 
-etc. All units converted values shown at once as you type. Easy to add/change 
-your own units. Written in Python,pygtk,libgade. 
+gonvert is a conversion utility that allows conversion between many units
+like CGS, Ancient, Imperial with many categories like length, mass, numbers,
+etc. All units converted values shown at once as you type. Easy to add/change
+your own units. Written in Python,pygtk,libgade.
 
 
-%prep 
+%prep
 %setup -q
 
 
-%build 
+%build
 make %{?_smp_mflags}
 
 
-%install 
+%install
 rm -rf ${RPM_BUILD_ROOT}
 %makeinstall
 
@@ -45,12 +45,12 @@
   gonvert.desktop
 
 
-%clean 
+%clean
 rm -rf ${RPM_BUILD_ROOT}
 
 
-%files 
-%defattr(-,root,root,-) 
+%files
+%defattr(-,root,root,-)
 %doc doc/CHANGELOG doc/COPYING doc/FAQ doc/THANKS doc/TODO
 %{_bindir}/*
 %{_datadir}/applications/fedora-%{name}.desktop
@@ -62,7 +62,7 @@
 %changelog
 * Sat Nov 27 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.2.11-1
 - Bump release/Spec Cleanup.
- 
+
 * Thu Oct 21 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.2.11-0.fdr.1
 - 2.11.
 




More information about the fedora-extras-commits mailing list