0.20 bump
This commit is contained in:
parent
cd06124d5f
commit
e145d57cf5
@ -1,11 +0,0 @@
|
||||
diff -up File-MimeInfo-0.19/Makefile.PL.orig File-MimeInfo-0.19/Makefile.PL
|
||||
--- File-MimeInfo-0.19/Makefile.PL.orig 2013-10-08 10:50:32.742363190 +0200
|
||||
+++ File-MimeInfo-0.19/Makefile.PL 2013-10-08 10:50:47.525496537 +0200
|
||||
@@ -33,6 +33,7 @@ WriteMakefile
|
||||
'test' => {
|
||||
'TESTS' => "t/*.t"
|
||||
},
|
||||
+ 'EXE_FILES' => [ 'mimetype', 'mimeopen' ],
|
||||
META_MERGE => {
|
||||
resources => {
|
||||
repository => 'https://github.com/mbeijen/File-MimeInfo',
|
||||
@ -1,14 +1,11 @@
|
||||
Name: perl-File-MimeInfo
|
||||
Version: 0.19
|
||||
Version: 0.20
|
||||
Release: 1%{?dist}
|
||||
Summary: Determine file type and open application
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/File-MimeInfo/
|
||||
Source0: http://www.cpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-%{version}.tar.gz
|
||||
|
||||
# RT#89328 mimetype, mimeopen should be set as executable files
|
||||
Patch0: File-MimeInfo-0.19-exe_files.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
@ -46,7 +43,6 @@ implement the freedesktop specification for a shared MIME database.
|
||||
|
||||
%prep
|
||||
%setup -q -n File-MimeInfo-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@ -69,6 +65,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 09 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.20-1
|
||||
- 0.20 bump
|
||||
|
||||
* Tue Oct 08 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.19-1
|
||||
- 0.19 bump, make is used instead of Build
|
||||
- Fix RT#89328
|
||||
|
||||
Loading…
Reference in New Issue
Block a user