Remove obsolete code from spec

This commit is contained in:
Petr Písař 2011-06-24 13:51:08 +02:00
parent acf871a221
commit 472a7bc5f2

View File

@ -29,18 +29,14 @@ chmod -x examples/*
./Build ./Build
%install %install
rm -rf $RPM_BUILD_ROOT
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
./Build test ./Build test
%files %files
%defattr(-,root,root,-)
%doc ChangeLog LICENSE README TODO examples %doc ChangeLog LICENSE README TODO examples
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/* %{_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 * Fri Jun 24 2011 Petr Pisar <ppisar@redhat.com> - 1.02-1
- 1.02 bump - 1.02 bump
- Move to vendor path - Move to vendor path
- Remove BuildRoot and defattr
* 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