Spec cleanup
This commit is contained in:
parent
fea9632f2f
commit
5f8fb0671d
@ -1,7 +1,7 @@
|
||||
Name: perl-Devel-StackTrace
|
||||
Summary: Perl module implementing stack trace and stack trace frame objects
|
||||
Version: 1.11
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: Artistic or GPL
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Devel-StackTrace
|
||||
@ -35,7 +35,6 @@ make %{?_smp_mflags}
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
@ -52,7 +51,10 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 10 2005 Ralf Corsepius <ralf@links2linux.de> - 1.11-2
|
||||
* Wed Aug 10 2005 Ralf Corsepius <ralf@links2linux.de> - 1.11-4
|
||||
- Spec cleanup.
|
||||
|
||||
* Wed Aug 10 2005 Ralf Corsepius <ralf@links2linux.de> - 1.11-3
|
||||
- Add %%defattr.
|
||||
|
||||
* Wed Aug 10 2005 Ralf Corsepius <ralf@links2linux.de> - 1.11-2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user