|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
Name: perl-Graph
|
|
|
|
|
Version: 0.83
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: A Perl module for dealing with graphs, the abstract data structures
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: http://search.cpan.org/dist/Graph/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/J/JH/JHI/Graph-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 23 2007 Alex Lancaster <alexl@users.sourceforge.net> 0.83-3
|
|
|
|
|
- License tag to GPL+ or Artistic as per new guidelines.
|
|
|
|
|
|
|
|
|
|
* Sat Aug 18 2007 Alex Lancaster <alexl@users.sourceforge.net> 0.83-2
|
|
|
|
|
- Add missing BR: perl(Test::More)
|
|
|
|
|
|
|
|
|
|