|
@@ -3,7 +3,7 @@
|
|
# Basic Information
|
|
# Basic Information
|
|
Name: perl-%{pkgname}
|
|
Name: perl-%{pkgname}
|
|
Version: 6.0.1
|
|
Version: 6.0.1
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: Artistic or GPL
|
|
License: Artistic or GPL
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Source0: http://search.cpan.org/CPAN/authors/id/D/DT/DTOWN/%{pkgname}-v%{version}.tar.gz
|
|
Source0: http://search.cpan.org/CPAN/authors/id/D/DT/DTOWN/%{pkgname}-v%{version}.tar.gz
|
|
@@ -45,7 +45,7 @@ Net::SNMP モジュールは、Simple Network Management Protocol へのオブ
|
|
%setup -q -n Net-SNMP-v6.0.1
|
|
%setup -q -n Net-SNMP-v6.0.1
|
|
|
|
|
|
%build
|
|
%build
|
|
-perl Makefile.PL
|
|
+perl Makefile.PL INSTALLDIRS="vendor"
|
|
%{__make}
|
|
%{__make}
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -78,5 +78,8 @@ find ${RPM_BUILD_ROOT}%{_mandir} -type f -exec %{__rm} -f {} ';'
|
|
%doc Changes LICENSE README
|
|
%doc Changes LICENSE README
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.0.1-2
|
|
|
|
+- rebuilt with perl-5.16.3.
|
|
|
|
+
|
|
* Sat Feb 25 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 6.0.1-1
|
|
* Sat Feb 25 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 6.0.1-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|