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

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Jan 28 16:43:47 UTC 2005


Author: thias

Update of /cvs/extras/rpms/perl-libintl/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv24750/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-libintl.spec 
Log Message:
auto-import perl-libintl-1.11-2 on branch devel from perl-libintl-1.11-2.src.rpm


--- NEW FILE perl-libintl.spec ---
%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
%define real_name libintl-perl

Summary: Internationalization library for Perl, compatible with gettext
Name: perl-libintl
Version: 1.11
Release: 2
License: LGPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/libintl-perl/
Source: http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/libintl-perl-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl
Provides: perl-libintl-perl = %{version}-%{release}
Provides: perl(Locale::gettext_xs)
BuildArch: noarch

%description
The package libintl-perl is an internationalization library for Perl that
aims to be compatible with the Uniforum message translations system as
implemented for example in GNU gettext.


%prep
%setup -n libintl-perl-%{version}


%build
%{__perl} Makefile.PL \
    PREFIX="%{buildroot}%{_prefix}" \
    INSTALLDIRS="vendor"
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}
%makeinstall

### Clean up buildroot
%{__rm} -rf %{buildroot}%{perl_archlib} \
            %{buildroot}%{perl_vendorarch}


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-, root, root, 0755)
%doc ChangeLog COPYING* NEWS README THANKS TODO
%{perl_vendorlib}/Locale/
%{_mandir}/man?/*


%changelog
* Tue Nov  9 2004 Matthias Saou <http://freshrpms.net/> 1.11-2
- Fix : Added perl(Locale::gettext_xs) provides.

* Thu Nov  4 2004 Matthias Saou <http://freshrpms.net/> 1.11-1
- Initial RPM release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-libintl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Jan 2005 16:43:10 -0000	1.1
+++ .cvsignore	28 Jan 2005 16:43:45 -0000	1.2
@@ -0,0 +1 @@
+libintl-perl-1.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-libintl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Jan 2005 16:43:10 -0000	1.1
+++ sources	28 Jan 2005 16:43:45 -0000	1.2
@@ -0,0 +1 @@
+091e05542e36f030c785f2919f05b73f  libintl-perl-1.11.tar.gz




More information about the fedora-extras-commits mailing list