rpms/perl-gettext/devel perl-gettext.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Tue Nov 1 17:46:52 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-gettext/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20914/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-gettext.spec 
Log Message:
auto-import perl-gettext-1.05-5 on branch devel from perl-gettext-1.05-5.src.rpm


--- NEW FILE perl-gettext.spec ---
Name:           perl-gettext
Version:        1.05
Release:        5%{?dist}
Summary:        Interface to gettext family of functions

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/gettext/
Source0:        http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	gettext
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

Obsoletes:	perl-Locale-gettext

%description
The gettext module permits access from perl to the gettext() family of 
functions for retrieving message strings from databases constructed to
internationalize software.

%prep
%setup -q -n gettext-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
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 f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
%{perl_vendorarch}/auto/Locale
%{perl_vendorarch}/Locale
%{_mandir}/man3/*.3*


%changelog
* Tue Oct 01 2005 Ralf Corsepius <rc040203 at freenet.de> - 1.05-5
- FE import.
- Add Obsoletes: perl-Locale-gettext.

* Tue Oct 01 2005 Ralf Corsepius <rc040203 at freenet.de> - 1.05-4
- Rename package to perl-gettext.
- Remove "Require: perl".

* Mon Aug 20 2005 Ralf Corsepius <ralf at links2linux.de> - 1.05-3
- Add Provides: perl-gettext (RH bugzilla PR 165885).

* Tue Aug 09 2005 Ralf Corsepius <ralf at links2linux.de> - 1.05-2
- Add BuildRequires: gettext.

* Sun Aug 07 2005 Ralf Corsepius <ralf at links2linux.de> - 1.05-1
- FE submission.

* Thu Aug 04 2005 Ralf Corsepius <ralf at links2linux.de> - 1.05-0
- Initial rpm.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-gettext/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Nov 2005 17:45:51 -0000	1.1
+++ .cvsignore	1 Nov 2005 17:46:50 -0000	1.2
@@ -0,0 +1 @@
+gettext-1.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-gettext/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Nov 2005 17:45:51 -0000	1.1
+++ sources	1 Nov 2005 17:46:50 -0000	1.2
@@ -0,0 +1 @@
+f3d3f474a1458f37174c410dfef61a46  gettext-1.05.tar.gz




More information about the fedora-extras-commits mailing list