rpms/kile-i18n/devel kile-i18n.spec,1.1,1.2

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


Author: thias

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

Modified Files:
	kile-i18n.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: kile-i18n.spec
===================================================================
RCS file: /cvs/extras/rpms/kile-i18n/devel/kile-i18n.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kile-i18n.spec	13 Jan 2005 15:39:01 -0000	1.1
+++ kile-i18n.spec	5 Mar 2005 21:10:22 -0000	1.2
@@ -1,11 +1,11 @@
 # $Id$
 
 Summary: i18n support for Kile
-Name: 	 kile-i18n 
-Group:	 Applications/Office
+Name:    kile-i18n
+Group:   Applications/Office
 Version: 1.7
 Release: 3
-Source:  http://dl.sourceforge.net/sourceforge/kile/kile-i18n-1.7.tar.bz2 
+Source:  http://dl.sourceforge.net/sourceforge/kile/kile-i18n-1.7.tar.bz2
 URL:     http://kile.sourceforge.net/
 License: GPL
 # Should be noarch, but doesn't currently work -- Rex
@@ -13,10 +13,10 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libtool
-BuildRequires: kdelibs-devel >= 6:3.2 
+BuildRequires: kdelibs-devel >= 6:3.2
 BuildRequires: gettext
 
-Requires: kile >= 0:1.7 
+Requires: kile >= 1.7
 
 
 %description
@@ -24,21 +24,21 @@
 
 
 %prep
-%setup -q 
+%setup -q
 
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
 
-%configure 
+%configure
 
-make %{?_smp_mflags} 
+make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT 
+make install DESTDIR=$RPM_BUILD_ROOT
 
 # Replace absolute symlinks with relative ones
 pushd $RPM_BUILD_ROOT%{_docdir}/HTML
@@ -55,7 +55,7 @@
 
 ## File lists
 # locale's
-%find_lang kile 
+%find_lang kile
 # HTML
 for lang_dir in $RPM_BUILD_ROOT%{_docdir}/HTML/* ; do
   lang=$(basename $lang_dir)
@@ -79,6 +79,6 @@
 * Tue Nov 20 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.7-0.fdr.2
 - cleanup file lists
 
-* Mon Oct 18 2004 Rex Dieter <rexdieter at sf.net> 1.7-0.fdr.1 
+* Mon Oct 18 2004 Rex Dieter <rexdieter at sf.net> 1.7-0.fdr.1
 - 1.7
 




More information about the fedora-extras-commits mailing list