|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Graph
|
|
|
|
|
Version: 0.84
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Perl module for dealing with graphs, the abstract data structures
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -46,7 +46,7 @@ find $RPM_BUILD_ROOT -type f -a \( -name .packlist \
|
|
|
|
|
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check || :
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jun 4 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.84-3
|
|
|
|
|
- Remove old check construct that prevents build in F-10+ (#449571)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 08 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.84-2
|
|
|
|
|
- rebuild for new perl
|
|
|
|
|
|
|
|
|
|