Move to vendor path
This commit is contained in:
parent
02c8e5f9f8
commit
acf871a221
@ -25,7 +25,7 @@ replacement.
|
|||||||
chmod -x examples/*
|
chmod -x examples/*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=core
|
%{__perl} Build.PL installdirs=vendor
|
||||||
./Build
|
./Build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -42,12 +42,13 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc ChangeLog LICENSE README TODO examples
|
%doc ChangeLog LICENSE README TODO examples
|
||||||
%{perl_privlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jun 24 2011 Petr Pisar <ppisar@redhat.com> - 1.02-1
|
* Fri Jun 24 2011 Petr Pisar <ppisar@redhat.com> - 1.02-1
|
||||||
- 1.02 bump
|
- 1.02 bump
|
||||||
|
- Move to vendor path
|
||||||
|
|
||||||
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.01-4
|
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.01-4
|
||||||
- Perl mass rebuild
|
- Perl mass rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user