diff --git a/File-ShareDir-Install-0.04.tar.gz b/File-ShareDir-Install-0.04.tar.gz deleted file mode 100644 index a5aaa30..0000000 --- a/File-ShareDir-Install-0.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec7705ad3566d6897e5f17a001acb24d6c300f579f990fe359da661668a0fe91 -size 4781 diff --git a/File-ShareDir-Install-0.05.tar.gz b/File-ShareDir-Install-0.05.tar.gz new file mode 100644 index 0000000..617fd14 --- /dev/null +++ b/File-ShareDir-Install-0.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc36003909fc5ffd16b97243a7cef79d4bddd69a9401e00e43bdf3cb9c0c799d +size 5097 diff --git a/perl-File-ShareDir-Install.changes b/perl-File-ShareDir-Install.changes index a4f926b..a608a9f 100644 --- a/perl-File-ShareDir-Install.changes +++ b/perl-File-ShareDir-Install.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 4 09:14:20 UTC 2013 - coolo@suse.com + +- updated to 0.05 + - Tweak doco and fix typos + ------------------------------------------------------------------- Fri Nov 18 13:36:04 UTC 2011 - coolo@suse.com diff --git a/perl-File-ShareDir-Install.spec b/perl-File-ShareDir-Install.spec index 90f2f91..ca92a5b 100644 --- a/perl-File-ShareDir-Install.spec +++ b/perl-File-ShareDir-Install.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-ShareDir-Install # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -16,24 +16,20 @@ # - Name: perl-File-ShareDir-Install -Version: 0.04 -Release: 1 -License: GPL-1.0+ or Artistic-1.0 +Version: 0.05 +Release: 0 %define cpan_name File-ShareDir-Install Summary: Install shared files -Url: http://search.cpan.org/dist/File-ShareDir-Install/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/G/GW/GWYN/File-ShareDir-Install-%{version}.tar.gz -BuildRequires: perl(File::Spec) -BuildRequires: perl(IO::Dir) +Url: http://search.cpan.org/dist/File-ShareDir-Install/ +Source: http://www.cpan.org/authors/id/G/GW/GWYN/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -Requires: perl(File::Spec) -Requires: perl(IO::Dir) -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch +#BuildRequires: perl(File::ShareDir::Install) %{perl_requires} %description @@ -41,9 +37,9 @@ File::ShareDir::Install allows you to install read-only data files from a distribution. It is a companion module to the File::ShareDir manpage, which allows you to locate these files after installation. -It is a port the Module::Install::Share manpage to the ExtUtils::MakeMaker -manpage with the improvement of only installing the files you want; '.svn' -and other source-control junk will be ignored. +It is a port of the Module::Install::Share manpage to the +ExtUtils::MakeMaker manpage with the improvement of only installing the +files you want; '.svn' and other source-control junk will be ignored. %prep %setup -q -n %{cpan_name}-%{version} @@ -60,11 +56,8 @@ and other source-control junk will be ignored. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes README %changelog