0.22 bump

This commit is contained in:
Jitka Plesnikova 2015-12-11 14:38:58 +01:00
parent 8c6e63ac7f
commit 9132efab47
3 changed files with 8 additions and 6 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ File-DesktopEntry-0.04.tar.gz
/File-DesktopEntry-0.12.tar.gz /File-DesktopEntry-0.12.tar.gz
/File-DesktopEntry-0.20.tar.gz /File-DesktopEntry-0.20.tar.gz
/File-DesktopEntry-0.21.tar.gz /File-DesktopEntry-0.21.tar.gz
/File-DesktopEntry-0.22.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-File-DesktopEntry Name: perl-File-DesktopEntry
Version: 0.21 Version: 0.22
Release: 1%{?dist} Release: 1%{?dist}
Summary: Object to handle .desktop files Summary: Object to handle .desktop files
License: GPL+ or Artistic License: GPL+ or Artistic
@ -7,10 +7,9 @@ Group: Development/Libraries
URL: http://search.cpan.org/dist/File-DesktopEntry/ URL: http://search.cpan.org/dist/File-DesktopEntry/
Source0: http://www.cpan.org/authors/id/M/MI/MICHIELB/File-DesktopEntry-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/M/MI/MICHIELB/File-DesktopEntry-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: findutils
BuildRequires: make BuildRequires: make
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# Run-time: # 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} %setup -q -n File-DesktopEntry-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=$RPM_BUILD_ROOT make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -delete
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
@ -61,6 +59,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %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 * Thu Nov 26 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.21-1
- 0.21 bump - 0.21 bump

View File

@ -1 +1 @@
734869458f52b9ccdc84a2cdee48c42c File-DesktopEntry-0.21.tar.gz 57083f2e009967f875ad05c6c5db1467 File-DesktopEntry-0.22.tar.gz