rpms/perl-Lingua-Preferred/F-8 perl-Lingua-Preferred.spec, NONE, 1.1 sources, 1.1, 1.2

Chauvet Nicolas kwizart at fedoraproject.org
Wed Jul 2 21:02:04 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/perl-Lingua-Preferred/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18479

Modified Files:
	sources 
Added Files:
	perl-Lingua-Preferred.spec 
Log Message:
-initial import for F-8



--- NEW FILE perl-Lingua-Preferred.spec ---
Name:           perl-Lingua-Preferred
Version:        0.2.4
Release:        2%{?dist}
Summary:        Perl extension to choose a language

Group:          Development/Libraries
License:        GPLv2+ or Artistic
URL:            http://search.cpan.org/dist/Lingua-Preferred/
Source0:        http://search.cpan.org/CPAN/authors/id/E/ED/EDAVIS/Lingua-Preferred-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
# Correct for lots of packages, other common choices include eg. Module::Build
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Many web browsers let you specify which languages you understand.
Then they negotiate with the web server to get documents in the best
language possible.  This is something similar in Perl.


%prep
%setup -q -n Lingua-Preferred-%{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 {} ';'


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/Lingua
%{perl_vendorlib}/auto/Lingua
%{_mandir}/man3/*.3*


%changelog
* Thu May  1 2008 kwizart < kwizart at gmail.com > - 0.2.4-2
- Fix directory listed twice.

* Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 0.2.4-1
- Initial package for Fedora



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Lingua-Preferred/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jun 2008 14:48:24 -0000	1.1
+++ sources	2 Jul 2008 21:01:19 -0000	1.2
@@ -0,0 +1 @@
+37e883fafb05b1439de1121f41e8ad75  Lingua-Preferred-0.2.4.tar.gz




More information about the Fedora-perl-devel-list mailing list