]> git.pld-linux.org Git - packages/A3Com.git/commitdiff
- release 2: updated for perl-5.8
authorradek <radek@pld-linux.org>
Sun, 11 May 2003 21:10:36 +0000 (21:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    A3Com.spec -> 1.4

A3Com.spec

index 247d1a5bc53cf3520976e7fdb8ef4f9f6a7f5b77..7e13ff496e861717391983c0f8f5286a71d87be3 100644 (file)
@@ -3,7 +3,7 @@ Summary:        A3Com - manipulation of 3Com SuperStack II
 Summary(pl):   A3Com - manipulacje 3Com SuperStack II
 Name:          A3Com
 Version:       0.2.3
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Networking/Utilities
 Source0:       http://www.kernel.org/pub/software/admin/A3Com/%{name}-%{version}.tar.bz2
@@ -59,7 +59,8 @@ for i in A3Com/*; do
 done
 
 # Make modules:
-perl Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
 %{__make}
 
 %install
@@ -83,4 +84,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(777,root,root) %dir /var/lib/A3Com
 %attr(644,root,root) %{_sysconfdir}/a3com.conf
 %attr(755,root,root) %{_bindir}/*
-%{perl_sitelib}/A3Com/*.pm
+%{perl_vendorlib}/A3Com/*.pm
This page took 0.065379 seconds and 4 git commands to generate.