|
@@ -1,6 +1,6 @@
|
|
Name: perl-B-Keywords
|
|
Name: perl-B-Keywords
|
|
Version: 1.12
|
|
Version: 1.12
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Summary: Lists of reserved barewords and symbol names
|
|
Summary: Lists of reserved barewords and symbol names
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
License: GPL+ or Artistic
|
|
License: GPL+ or Artistic
|
|
@@ -32,11 +32,11 @@ make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
+rm -rf %{buildroot}
|
|
-make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
+make pure_install DESTDIR=%{buildroot}
|
|
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} ';' 2>/dev/null
|
|
+find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
|
|
-%{_fixperms} $RPM_BUILD_ROOT
|
|
+%{_fixperms} %{buildroot}
|
|
|
|
|
|
|
|
|
|
%check
|
|
%check
|
|
@@ -44,7 +44,7 @@ make test
|
|
|
|
|
|
|
|
|
|
%clean
|
|
%clean
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
+rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%files
|
|
%files
|
|
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.12-2
|
|
|
|
+- rebuild
|
|
|
|
+
|
|
* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.12-1
|
|
* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.12-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|