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

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sat Sep 17 04:38:44 UTC 2005


Author: corsepiu

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Locale-Maketext-Lexicon-filter-provides.sh 
	perl-Locale-Maketext-Lexicon.spec 
Log Message:
auto-import perl-Locale-Maketext-Lexicon-0.49-1 on branch devel from perl-Locale-Maketext-Lexicon-0.49-1.src.rpm


--- NEW FILE perl-Locale-Maketext-Lexicon-filter-provides.sh ---
#!/bin/sh

/usr/lib/rpm/perl.prov $* |\
    sed -e '/perl(MyParser/d'


--- NEW FILE perl-Locale-Maketext-Lexicon.spec ---
Name: 		perl-Locale-Maketext-Lexicon
Version: 	0.49
Release: 	1%{?dist}
Summary: 	Locale::Maketext::Lexicon Perl module
License:	GPL or Artistic
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/Locale-Maketext-Lexicon/
Source0: 	http://www.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/Locale-Maketext-Lexicon-0.49.tar.gz
Source1: 	%{name}-filter-provides.sh
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

%description
Locale::Maketext::Lexicon provides lexicon-handling backends for
Locale::Maketext to read from other localization formats, such as PO files,
MO files, or from databases via the "Tie" interface.

%prep
%setup -q -n Locale-Maketext-Lexicon-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%clean
rm -rf $RPM_BUILD_ROOT

%check
make test

%files
%defattr(-,root,root,-)
%doc AUTHORS Changes README
%{_bindir}/*
%{_mandir}/man1/*
%{perl_vendorlib}/Locale
%{_mandir}/man3/*

%changelog
* Tue Sep 13 2005 Ralf Corsepius <rc040203 at freenet.de> - 0.49-1
- FE submission.

* Sun Sep 04 2005 Ralf Corsepius <ralf at links2linux.de> - 0.49-0.pm.1
- Cosmetics.

* Sat May 07 2005 Ralf Corsepius <ralf at links2linux.de> - 0.49-0.pm.0
- Update to 0.49

* Tue Mar 22 2005 Ralf Corsepius <ralf at links2linux.de> - 0.48-0.pm.2
- Initial packman version.
- Update to FE standards.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-Maketext-Lexicon/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Sep 2005 04:37:42 -0000	1.1
+++ .cvsignore	17 Sep 2005 04:38:42 -0000	1.2
@@ -0,0 +1 @@
+Locale-Maketext-Lexicon-0.49.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-Maketext-Lexicon/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Sep 2005 04:37:42 -0000	1.1
+++ sources	17 Sep 2005 04:38:42 -0000	1.2
@@ -0,0 +1 @@
+c9a37ce122e02163a4589db84ee6f08b  Locale-Maketext-Lexicon-0.49.tar.gz




More information about the fedora-extras-commits mailing list