rpms/sed/devel sed.spec,1.42,1.43

Petr Machata (pmachata) fedora-extras-commits at redhat.com
Thu Oct 4 17:57:47 UTC 2007


Author: pmachata

Update of /cvs/pkgs/rpms/sed/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19176

Modified Files:
	sed.spec 
Log Message:
- Clean up per merge review comments.



Index: sed.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sed/devel/sed.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- sed.spec	16 Aug 2007 11:29:36 -0000	1.42
+++ sed.spec	4 Oct 2007 17:57:15 -0000	1.43
@@ -9,15 +9,14 @@
 Release: 9%{?dist}
 License: GPLv2+
 Group: Applications/Text
-URL: http://www.gnu.org/software/sed/
+URL: http://sed.sourceforge.net/
 Source0: ftp://ftp.gnu.org/pub/gnu/sed/sed-%{version}.tar.gz
 Source1: http://sed.sourceforge.net/sedfaq.txt
 Patch0: sed-4.1.5-utf8performance.patch
 Patch1: sed-4.1.5-follow.patch
 Patch2: sed-4.1.5-copy.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: glibc >= 2.3.3-28, glibc-devel >= 2.3.3-28
-Requires: glibc >= 2.3.3-28
+BuildRequires: glibc-devel gawk
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -37,7 +36,7 @@
 %build
 %configure --without-included-regex
 make %{_smp_mflags}
-install -m 644 %{SOURCE1} sedfaq.txt
+install -m 644 -p %{SOURCE1} sedfaq.txt
 gzip -9 sedfaq.txt
 
 %check
@@ -47,8 +46,7 @@
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
-
-%makeinstall
+make DESTDIR=$RPM_BUILD_ROOT install
 rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
 
 %find_lang %{name}
@@ -66,14 +64,16 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc BUGS NEWS THANKS README AUTHORS sedfaq.txt.gz
+%doc BUGS NEWS THANKS README AUTHORS sedfaq.txt.gz COPYING COPYING.DOC
 %{_bindir}/sed
 %{_infodir}/*.info*
 %{_mandir}/man*/*
 
 %changelog
-* Thu Aug 16 2007 Petr Machata <pmachata at redhat.com> - 4.1.5-9
+* Thu Oct  4 2007 Petr Machata <pmachata at redhat.com> - 4.1.5-9
 - Fix licensing tag.
+- Clean up per merge review comments.
+- Resolves: #226404
 
 * Wed Feb  7 2007 Petr Machata <pmachata at redhat.com> - 4.1.5-8
 - tidy up the specfile per rpmlint comments




More information about the fedora-extras-commits mailing list