rpms/namazu/devel filter-requires-namazu.sh, 1.2, 1.3 namazu.spec, 1.10, 1.11

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Wed Nov 21 06:42:06 UTC 2007


Author: tagoh

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

Modified Files:
	filter-requires-namazu.sh namazu.spec 
Log Message:
* Wed Nov 21 2007 Akira TAGOH <tagoh at redhat.com> - 2.0.17-4
- Set the own script to __perl_requires.


Index: filter-requires-namazu.sh
===================================================================
RCS file: /cvs/pkgs/rpms/namazu/devel/filter-requires-namazu.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- filter-requires-namazu.sh	8 Mar 2006 06:10:31 -0000	1.2
+++ filter-requires-namazu.sh	21 Nov 2007 06:41:33 -0000	1.3
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-/usr/lib/rpm/find-requires $* | egrep -v 'perl\((nmzidx.pl|conf.pl|document.pl|time.pl|util.pl|var.pl)\)'
+/usr/lib/rpm/perl.req $* | egrep -v 'perl\((nmzidx.pl|conf.pl|document.pl|time.pl|util.pl|var.pl)\)'


Index: namazu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/namazu/devel/namazu.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- namazu.spec	20 Nov 2007 02:57:24 -0000	1.10
+++ namazu.spec	21 Nov 2007 06:41:33 -0000	1.11
@@ -4,7 +4,7 @@
 
 Name:		namazu
 Version:	2.0.17
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPLv2+
 URL:		http://www.namazu.org/
 BuildRequires:	perl >= 5.6.0, perl(NKF) >= 1.70, perl(Text::Kakasi) >= 1.00
@@ -20,7 +20,7 @@
 Patch2:		namazu-fixinutf8.patch
 Patch3:		namazu-multilib.patch
 
-%define __find_requires %{SOURCE1}
+%define __perl_requires %{SOURCE1}
 
 Summary:	Namazu is a full-text search engine
 Requires:	perl >= 5.6.0, perl(File::MMagic) >= 1.12, perl(NKF) >= 1.70
@@ -161,6 +161,9 @@
 
 
 %changelog
+* Wed Nov 21 2007 Akira TAGOH <tagoh at redhat.com> - 2.0.17-4
+- Set the own script to __perl_requires.
+
 * Tue Nov 20 2007 Akira TAGOH <tagoh at redhat.com> - 2.0.17-3
 - Get rid of -L at libdir@ from nmz-config because it's a standard library
   directory. (#342641)




More information about the fedora-extras-commits mailing list