rpms/recode/FC-4 recode.spec,1.2,1.3

Zoltan Kota (zkota) fedora-extras-commits at redhat.com
Fri Aug 26 07:05:00 UTC 2005


Author: zkota

Update of /cvs/extras/rpms/recode/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32411/FC-4

Modified Files:
	recode.spec 
Log Message:
specfile cleanup



Index: recode.spec
===================================================================
RCS file: /cvs/extras/rpms/recode/FC-4/recode.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- recode.spec	27 May 2005 03:05:33 -0000	1.2
+++ recode.spec	26 Aug 2005 07:04:58 -0000	1.3
@@ -1,15 +1,16 @@
-Summary: Conversion between character sets and surfaces.
+Summary: Conversion between character sets and surfaces
 Name: recode
 Version: 3.6
-Release: 17
+Release: 18%{?dist}
 License: GPL
 Group: Applications/File
-Source: ftp://ftp.iro.umontreal.ca/pub/recode/recode-%{version}.tar.gz
-Patch: recode.patch
+Source: http://recode.progiciels-bpi.ca/archives/recode-%{version}.tar.gz
+Patch0: recode.patch
 Patch1: recode-3.6-getcwd.patch
-Url: http://www.iro.umontreal.ca/contrib/recode/HTML/
-Prereq: /sbin/install-info /sbin/ldconfig
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Url: http://recode.progiciels-bpi.ca/
+Requires: /sbin/install-info /sbin/ldconfig
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 
 %description
 The `recode' converts files between character sets and usages.
@@ -20,7 +21,7 @@
 are supported.
 
 %package devel
-Summary: Header files and static libraries for development using recode.
+Summary: Header files and static libraries for development using recode
 Group: Development/Libraries
 Requires: %{name} = %{version}
 
@@ -34,12 +35,12 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 %patch1 -p1 -b .getcwd
 
 %build
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -47,8 +48,6 @@
 %makeinstall
 %find_lang %{name}
 
-gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/recode.info*
-
 # remove unpackaged file from the buildroot
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
@@ -83,6 +82,10 @@
 %{_includedir}/*
 
 %changelog
+* Fri Aug 26 2005 Zoltan Kota <z.kota[AT]gmx.net> 3.6-18
+- add dist tag
+- specfile cleanup
+
 * Thu May 26 2005 Bill Nottingham <notting at redhat.com> 3.6-17
 - rebuild for Extras
 




More information about the fedora-extras-commits mailing list