rpms/perl-Locale-Maketext-Simple/devel perl-Locale-Maketext-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Wed Apr 12 20:08:31 UTC 2006


Author: steve

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Locale-Maketext-Simple.spec 
Log Message:
auto-import perl-Locale-Maketext-Simple-0.12-2 on branch devel from perl-Locale-Maketext-Simple-0.12-2.src.rpm


--- NEW FILE perl-Locale-Maketext-Simple.spec ---
Name:           perl-Locale-Maketext-Simple
Version:        0.12
Release:        2%{?dist}
Summary:        Simple interface to Locale::Maketext::Lexicon
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Locale-Maketext-Simple/
Source0:        http://www.cpan.org/authors/id/A/AU/AUTRIJUS/Locale-Maketext-Simple-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Locale::Maketext::Lexicon) >= 0.20
Requires:       perl(Locale::Maketext::Lexicon) >= 0.20
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module is a simple wrapper around Locale::Maketext::Lexicon, designed
to alleviate the need of creating Language Classes for module authors.

%prep
%setup -q -n Locale-Maketext-Simple-%{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+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
rm -f t/0-signature.t
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon Apr 10 2006 Steven Pritchard <steve at kspei.com> 0.12-2
- Explicitly require perl(Locale::Maketext::Lexicon).

* Sat Apr 08 2006 Steven Pritchard <steve at kspei.com> 0.12-1
- Specfile autogenerated by cpanspec 1.64.
- Remove Module::Signature test.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-Maketext-Simple/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Apr 2006 20:07:29 -0000	1.1
+++ .cvsignore	12 Apr 2006 20:08:31 -0000	1.2
@@ -0,0 +1 @@
+Locale-Maketext-Simple-0.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-Maketext-Simple/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Apr 2006 20:07:29 -0000	1.1
+++ sources	12 Apr 2006 20:08:31 -0000	1.2
@@ -0,0 +1 @@
+9a65312da2ae8d59f898151f9c044383  Locale-Maketext-Simple-0.12.tar.gz




More information about the fedora-extras-commits mailing list