diff --git a/Data-Random-0.05.tar.bz2 b/Data-Random-0.05.tar.bz2 deleted file mode 100644 index bd37366..0000000 --- a/Data-Random-0.05.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e5c6ad73c1f65825539152678abaab87c796bb55fa11fa09fef4253d3d48f6c -size 168833 diff --git a/Data-Random-0.05.tar.gz b/Data-Random-0.05.tar.gz new file mode 100644 index 0000000..002258c --- /dev/null +++ b/Data-Random-0.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1def0ac0147009d3ff07140a7cd6fb0672469af118b8eda530dcd15f21747362 +size 147055 diff --git a/perl-Data-Random.changes b/perl-Data-Random.changes index 6bae213..ffc94b8 100644 --- a/perl-Data-Random.changes +++ b/perl-Data-Random.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Sep 2 13:18:47 UTC 2011 - coolo@suse.com + +- add Non-Commercial to the license for the word list + +------------------------------------------------------------------- +Fri Sep 2 13:08:14 UTC 2011 - coolo@suse.com + +- updated to 0.05 + ------------------------------------------------------------------- Wed Dec 1 13:31:38 UTC 2010 - coolo@novell.com diff --git a/perl-Data-Random.spec b/perl-Data-Random.spec index 731218a..979b842 100644 --- a/perl-Data-Random.spec +++ b/perl-Data-Random.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Random (Version 0.05) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,40 +15,27 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Data-Random -%define cpan_name Data-Random -Summary: Perl module to generate random data Version: 0.05 Release: 1 -License: GPL+ or Artistic -Group: Development/Libraries/Perl +License: GPL+ or Artistic and Non-Commercial +%define cpan_name Data-Random +Summary: Perl module to generate random data Url: http://search.cpan.org/dist/Data-Random/ -#Source: http://www.cpan.org/modules/by-module/Data/Data-Random-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +Group: Development/Libraries/Perl +Source: http://www.cpan.org/authors/id/A/AD/ADEO/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Date::Calc) -BuildRequires: perl(GD) +%{perl_requires} %description A module used to generate random data. Useful mostly for test programs. -Authors: --------- - Adekunle Olonoh, koolade@users.sourceforge.net - %prep %setup -q -n %{cpan_name}-%{version} -# rpmlint: -# script-without-shebang -find -type f -name "*.pm" -exec %{__chmod} 0644 {} \; -# spurious-executable-perm -%{__chmod} 0644 README* +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -59,18 +46,14 @@ find -type f -name "*.pm" -exec %{__chmod} 0644 {} \; %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-,root,root,-) +%defattr(-,root,root,755) %doc Changes README README2.linux.words README.linux.words %changelog