0.22 bump
This commit is contained in:
parent
8c6e63ac7f
commit
9132efab47
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ File-DesktopEntry-0.04.tar.gz
|
||||
/File-DesktopEntry-0.12.tar.gz
|
||||
/File-DesktopEntry-0.20.tar.gz
|
||||
/File-DesktopEntry-0.21.tar.gz
|
||||
/File-DesktopEntry-0.22.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-File-DesktopEntry
|
||||
Version: 0.21
|
||||
Version: 0.22
|
||||
Release: 1%{?dist}
|
||||
Summary: Object to handle .desktop files
|
||||
License: GPL+ or Artistic
|
||||
@ -7,10 +7,9 @@ Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/File-DesktopEntry/
|
||||
Source0: http://www.cpan.org/authors/id/M/MI/MICHIELB/File-DesktopEntry-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
@ -44,12 +43,11 @@ these files. For this module version 1.0 of the specification was used.
|
||||
%setup -q -n File-DesktopEntry-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -61,6 +59,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 11 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.22-1
|
||||
- 0.22 bump
|
||||
|
||||
* Thu Nov 26 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.21-1
|
||||
- 0.21 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user