]> git.pld-linux.org Git - packages/Autodia.git/blobdiff - Autodia.spec
- massive attack: adding Source-md5
[packages/Autodia.git] / Autodia.spec
index 46e5d74f5fb885fa817939317f68a864c3fb7bc9..3db6238c2858cc858d9fcd591bc0144a7648c864 100644 (file)
@@ -3,10 +3,11 @@ 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
+# Source0-md5: 4f3cf8c2aa81df384d961027b67a2462
 URL:           http://droogs.org/autodia/
 BuildRequires: rpm-perlprov
 #Requires:     dia
@@ -29,7 +30,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 +39,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 +49,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.078709 seconds and 4 git commands to generate.