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

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat Mar 5 11:18:49 UTC 2005


Author: scop

Update of /cvs/extras/rpms/perl-XML-LibXSLT/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32412/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-XML-LibXSLT.spec 
Log Message:
auto-import perl-XML-LibXSLT-1.57-3 on branch devel from perl-XML-LibXSLT-1.57-3.src.rpm
https://bugzilla.redhat.com/149766


--- NEW FILE perl-XML-LibXSLT.spec ---
%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)}

Name:		perl-XML-LibXSLT
Version:	1.57
Release:	3
Summary:        Perl module for interfacing to GNOME's libxslt

Group:		Development/Libraries
License:	GPL or Artistic
URL:		http://search.cpan.org/dist/XML-LibXSLT/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-LibXSLT-1.57.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl >= 1:5.6.1, perl(XML::LibXML) >= 1.57
BuildRequires:	libxslt-devel >= 1.0.6 
Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module is a fast XSLT library, based on the Gnome libxslt engine
that you can find at http://www.xmlsoft.org/XSLT/

%prep
%setup -q -n XML-LibXSLT-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"

%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 Changes README benchmark.pl example
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/XML
%exclude %{perl_vendorarch}/XML/benchmark.pl
%{_mandir}/man3/*.3*

%changelog
* Sat Mar  5 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.57-3
- Drop pre-FC2 LD_RUN_PATH hack.
- Install benchmark.pl only as %%doc.

* Fri Feb 26 2005 Zing <shishz at hotpop.com> - 1.57-2
- QA from Ville Skyttä
-	BuildRequires XML::LibXML >= 1.57
-	BuildRequires libxslt-devel
-	put benchmark.pl in %%doc

* Fri Feb 25 2005 Zing <shishz at hotpop.com> - 1.57-1
- First build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-XML-LibXSLT/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Mar 2005 11:18:00 -0000	1.1
+++ .cvsignore	5 Mar 2005 11:18:47 -0000	1.2
@@ -0,0 +1 @@
+XML-LibXSLT-1.57.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-XML-LibXSLT/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Mar 2005 11:18:00 -0000	1.1
+++ sources	5 Mar 2005 11:18:47 -0000	1.2
@@ -0,0 +1 @@
+9b831bc5a97444103f345105f0f6fced  XML-LibXSLT-1.57.tar.gz




More information about the fedora-extras-commits mailing list