rpms/perl-Locale-Maketext-Lexicon/FC-4 .cvsignore, 1.2, 1.3 perl-Locale-Maketext-Lexicon.spec, 1.2, 1.3 sources, 1.2, 1.3 perl-Locale-Maketext-Lexicon-filter-provides.sh, 1.1, NONE

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sun Nov 13 08:49:12 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Locale-Maketext-Lexicon/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1260

Modified Files:
	.cvsignore perl-Locale-Maketext-Lexicon.spec sources 
Removed Files:
	perl-Locale-Maketext-Lexicon-filter-provides.sh 
Log Message:
- Upsteam update.
- Add docs to %%doc
- Inline provides-filter script into spec.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-Maketext-Lexicon/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	17 Sep 2005 04:38:42 -0000	1.2
+++ .cvsignore	13 Nov 2005 08:49:10 -0000	1.3
@@ -1 +1 @@
-Locale-Maketext-Lexicon-0.49.tar.gz
+Locale-Maketext-Lexicon-0.50.tar.gz


Index: perl-Locale-Maketext-Lexicon.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-Maketext-Lexicon/FC-4/perl-Locale-Maketext-Lexicon.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Locale-Maketext-Lexicon.spec	17 Sep 2005 04:43:11 -0000	1.2
+++ perl-Locale-Maketext-Lexicon.spec	13 Nov 2005 08:49:10 -0000	1.3
@@ -1,16 +1,13 @@
 Name: 		perl-Locale-Maketext-Lexicon
-Version: 	0.49
-Release: 	2%{?dist}
+Version: 	0.50
+Release: 	1%{?dist}
 Summary: 	Extract translatable strings from source
 License:	GPL or Artistic
 Group: 		Development/Libraries
 URL: 		http://search.cpan.org/dist/Locale-Maketext-Lexicon/
-Source0: 	http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/Locale-Maketext-Lexicon-0.49.tar.gz
-Source1: 	%{name}-filter-provides.sh
+Source0: 	http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/Locale-Maketext-Lexicon-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-%define __perl_provides %{SOURCE1}
-
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch: noarch
 
@@ -22,6 +19,15 @@
 %prep
 %setup -q -n Locale-Maketext-Lexicon-%{version}
 
+cat << \EOF > %{name}-prov
+#!/bin/sh
+%{__perl_provides} $* |\
+    sed -e '/perl(MyParser/d'
+
+EOF
+%define __perl_provides %{_builddir}/Locale-Maketext-Lexicon-%{version}/%{name}-prov
+chmod +x %{__perl_provides}
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -42,12 +48,18 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS Changes README
+%doc docs
 %{_bindir}/*
 %{_mandir}/man1/*
 %{perl_vendorlib}/Locale
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov 13 2005 Ralf Corsepius <rc040203 at freenet.de> - 0.50-1
+- Upsteam update.
+- Add docs to %%doc
+- Inline provides-filter script into spec.
+
 * Sat Sep 17 2005 Ralf Corsepius <rc040203 at freenet.de> - 0.49-2
 - Spec file cleanup.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-Maketext-Lexicon/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	17 Sep 2005 04:38:42 -0000	1.2
+++ sources	13 Nov 2005 08:49:10 -0000	1.3
@@ -1 +1 @@
-c9a37ce122e02163a4589db84ee6f08b  Locale-Maketext-Lexicon-0.49.tar.gz
+6e387db5b65bcd59b8335ff1e6910d55  Locale-Maketext-Lexicon-0.50.tar.gz


--- perl-Locale-Maketext-Lexicon-filter-provides.sh DELETED ---




More information about the fedora-extras-commits mailing list