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

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Wed Aug 10 06:54:55 UTC 2005


Author: corsepiu

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

Added Files:
	.cvsignore Makefile perl-Locale-gettext.spec sources 
Log Message:
manually import, because cvs-import has failed


--- NEW FILE .cvsignore ---
gettext-1.05.tar.gz


***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'

--- NEW FILE perl-Locale-gettext.spec ---
Name:           perl-Locale-gettext
Version:        1.05
Release:        2%{?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:  perl
BuildRequires:	gettext
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%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 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.


--- NEW FILE sources ---
f3d3f474a1458f37174c410dfef61a46  gettext-1.05.tar.gz




More information about the scm-commits mailing list