]> git.pld-linux.org Git - packages/perl-XML-LibXML.git/commitdiff
- BR: pkgconfig (needed to detect current gdome2 using gdome-config) auto/ac/perl-XML-LibXML-1_54_3-4
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Oct 2003 08:00:59 +0000 (08:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics, use standard glob exclusion

Changed files:
    perl-XML-LibXML.spec -> 1.30

perl-XML-LibXML.spec

index 02d538cd94405e8fc59720f61b75d2f69fd6ef74..8854ecb520fe4e74a2beb31f4393047513383784 100644 (file)
@@ -27,6 +27,7 @@ BuildRequires:        perl-XML-LibXML-Common
 BuildRequires: perl-XML-NamespaceSupport >= 1.07
 BuildRequires: perl-XML-SAX >= 0.11
 BuildRequires: perl-devel >= 5.6.1
+BuildRequires: pkgconfig
 BuildRequires: rpm-perlprov >= 4.1-13
 Requires:      libxml2 >= 2.4.8
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -68,7 +69,8 @@ wiele pracy, aby umo
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
-%{__make} OPTIMIZE="%{rpmcflags}"
+%{__make} \
+       OPTIMIZE="%{rpmcflags}"
 
 # dtd test fails for unknown reason
 %{?_with_tests:%{__make} test}
@@ -77,7 +79,8 @@ wiele pracy, aby umo
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 install example/{*.pl,*.xml,*.dtd,*.xhtml} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
@@ -102,14 +105,14 @@ umask 022
 %defattr(644,root,root,755)
 %doc Changes README
 %{perl_vendorarch}/XML/LibXML.pm
-%{perl_vendorarch}/XML/LibXML/[^S]*.pm
+%{perl_vendorarch}/XML/LibXML/[!S]*.pm
 %{perl_vendorarch}/auto/XML/LibXML/LibXML.bs
 %attr(755,root,root) %{perl_vendorarch}/auto/XML/LibXML/LibXML.so
 %{_mandir}/man3/XML::LibXML.3pm*
-%{_mandir}/man3/XML::LibXML::[^S]*
+%{_mandir}/man3/XML::LibXML::[!S]*
 %dir %{_examplesdir}/%{name}-%{version}
 %attr(755,root,root) %{_examplesdir}/%{name}-%{version}/x*.pl
-%{_examplesdir}/%{name}-%{version}/[^x]*
+%{_examplesdir}/%{name}-%{version}/[!x]*
 
 %files SAX
 %defattr(644,root,root,755)
This page took 0.048451 seconds and 4 git commands to generate.