Tomáš Chvátal 2013-10-08 16:19:39 +00:00 committed by Git OBS Bridge
commit 44fc949643
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 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,24 +16,20 @@
# #
Name: perl-File-ShareDir-Install Name: perl-File-ShareDir-Install
Version: 0.04 Version: 0.05
Release: 1 Release: 0
License: GPL-1.0+ or Artistic-1.0
%define cpan_name File-ShareDir-Install %define cpan_name File-ShareDir-Install
Summary: Install shared files 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 Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/G/GW/GWYN/File-ShareDir-Install-%{version}.tar.gz Url: http://search.cpan.org/dist/File-ShareDir-Install/
BuildRequires: perl(File::Spec) Source: http://www.cpan.org/authors/id/G/GW/GWYN/%{cpan_name}-%{version}.tar.gz
BuildRequires: perl(IO::Dir) BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
Requires: perl(File::Spec) #BuildRequires: perl(File::ShareDir::Install)
Requires: perl(IO::Dir)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires} %{perl_requires}
%description %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 distribution. It is a companion module to the File::ShareDir manpage, which
allows you to locate these files after installation. allows you to locate these files after installation.
It is a port the Module::Install::Share manpage to the ExtUtils::MakeMaker It is a port of the Module::Install::Share manpage to the
manpage with the improvement of only installing the files you want; '.svn' ExtUtils::MakeMaker manpage with the improvement of only installing the
and other source-control junk will be ignored. files you want; '.svn' and other source-control junk will be ignored.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
@ -60,11 +56,8 @@ and other source-control junk will be ignored.
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(644,root,root,755) %defattr(-,root,root,755)
%doc Changes README %doc Changes README
%changelog %changelog