Remove obsolete code from spec
This commit is contained in:
parent
acf871a221
commit
472a7bc5f2
@ -29,18 +29,14 @@ chmod -x examples/*
|
||||
./Build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog LICENSE README TODO examples
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
@ -49,6 +45,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
* Fri Jun 24 2011 Petr Pisar <ppisar@redhat.com> - 1.02-1
|
||||
- 1.02 bump
|
||||
- Move to vendor path
|
||||
- Remove BuildRoot and defattr
|
||||
|
||||
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.01-4
|
||||
- Perl mass rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user