]> git.pld-linux.org Git - packages/Autodia.git/commitdiff
- prepared for perl-5.8.0; release 2
authorradek <radek@pld-linux.org>
Sun, 2 Mar 2003 15:09:26 +0000 (15:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Autodia.spec -> 1.5

Autodia.spec

index 46e5d74f5fb885fa817939317f68a864c3fb7bc9..0215b7c0ca99e79b0ddd1e4044470dd368b5d661 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Autodia - producing an XML documents from source code or data
 Summary(pl):   Autodia - tworzenie dokumentów XML z kodu ¼ród³owego lub danych
 Name:          Autodia
 Version:       1.3
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Tools
 Source0:       http://droogs.org/autodia/download/%{name}-%{version}.tar.gz
@@ -29,7 +29,8 @@ C++, Javy i PHP. Ten program poprzednio nazywa
 %setup -q -n %{name}-%{version}
 
 %build
-perl Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
 %{__make}
 
 %{__make} test
@@ -37,7 +38,8 @@ perl Makefile.PL
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -46,6 +48,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_bindir}/*
-%{perl_sitelib}/Autodia.pm
-%{perl_sitelib}/Autodia
+%{perl_vendorlib}/Autodia.pm
+%{perl_vendorlib}/Autodia
 %{_mandir}/man3/*
This page took 0.07164 seconds and 4 git commands to generate.