summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-09-07 08:19:49 +0200
committerRemi Collet <fedora@famillecollet.com>2014-09-07 08:19:49 +0200
commitede2368d3d1792f7e68e59a8c0933fa006d1d7cf (patch)
tree277dc5536cdf4d8bf53513718672eb96dba2158c
parentfb8600f696499c97d87b15a48a87df85e1fbf972 (diff)
perl-Gtk2-AppIndicator: fix BR and cleaup from review #1138980
-rw-r--r--perl-Gtk2-AppIndicator.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/perl-Gtk2-AppIndicator.spec b/perl-Gtk2-AppIndicator.spec
index 8ded2be..2d56813 100644
--- a/perl-Gtk2-AppIndicator.spec
+++ b/perl-Gtk2-AppIndicator.spec
@@ -9,7 +9,7 @@
Name: perl-Gtk2-AppIndicator
Version: 0.15
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Perl extension for libappindicator
# From Copyright: Distributed under the same license as perl.
License: GPL+ or Artistic
@@ -19,7 +19,13 @@ Source0: http://www.cpan.org/modules/by-module/Gtk2/Gtk2-AppIndicator-%{v
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(AutoLoader)
+BuildRequires: perl(Carp)
+BuildRequires: perl(Exporter)
BuildRequires: perl(Gtk2)
+BuildRequires: perl(XSLoader)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(appindicator-0.1)
@@ -46,7 +52,6 @@ make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \; -print
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; -print
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; -print
%{_fixperms} %{buildroot}/*
@@ -60,10 +65,13 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; -print
%license LICENSE COPYRIGHT
%doc Changes README
%{perl_vendorarch}/auto/Gtk2
-%{perl_vendorarch}/Gtk2/*
+%{perl_vendorarch}/Gtk2
%{_mandir}/man3/Gtk2*
%changelog
+* Sun Sep 7 2014 Remi Collet <remi@fedoraproject.org> 0.15-2
+- fix BR and cleaup from review #1138980
+
* Sun Sep 7 2014 Remi Collet <remi@fedoraproject.org> 0.15-1
- initial package \ No newline at end of file