Stephan Kulow 2013-10-04 15:11:04 +00:00 committed by Git OBS Bridge
parent 07d4c9e740
commit d1e8890f45
4 changed files with 22 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec7705ad3566d6897e5f17a001acb24d6c300f579f990fe359da661668a0fe91
size 4781

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc36003909fc5ffd16b97243a7cef79d4bddd69a9401e00e43bdf3cb9c0c799d
size 5097

View File

@ -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

View File

@ -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+ or Artistic
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