]> git.pld-linux.org Git - packages/perl-Gtk2-TrayManager.git/blame - perl-Gtk2-TrayManager.spec
rebuild with perl 5.32
[packages/perl-Gtk2-TrayManager.git] / perl-Gtk2-TrayManager.spec
CommitLineData
bb11e870 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
bb11e870 5%define pdir Gtk2
6%define pnam TrayManager
7Summary: Gtk2::TrayManager - Perl bindings for EggTrayManager
78ad70c0 8Summary(pl.UTF-8): Gtk2::TrayManager - Dowiązania Perla dla EggTrayManager
bb11e870 9Name: perl-Gtk2-TrayManager
10Version: 0.05
c59ebde2 11Release: 16
bb11e870 12License: LGPL
13Group: Development/Languages/Perl
14Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
15# Source0-md5: 88cf41ab0d72572ac3d2e9ab9b3ab8f0
16URL: http://gtk2-perl.sourceforge.net/
17BuildRequires: libglade2-devel >= 2.0.0
18BuildRequires: perl-Glib >= 1.00
19BuildRequires: perl-Gtk2 >= 1.00
20BuildRequires: perl-devel >= 1:5.8.0
21BuildRequires: perl-ExtUtils-Depends
22BuildRequires: perl-ExtUtils-PkgConfig
23BuildRequires: rpm-perlprov >= 4.1-13
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27Gtk2::TrayManager allows a Perl developer to create notification area
28applications.
29
9201328f
JR
30%description -l pl.UTF-8
31Gtk2::TrayManager pozwala programistom perlowym na tworzenie programów
32wykorzystujących obszar powiadamiania.
bb11e870 33
34%prep
35%setup -q -n %{pdir}-%{pnam}-%{version}
36
37%build
38%{__perl} Makefile.PL \
39 INSTALLDIRS=vendor
40
41%{__make} \
70f3c7f3 42 CC="%{__cc}" \
bb11e870 43 OPTIMIZE="%{rpmcflags}"
44
45%{?with_tests:%{__make} test}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%{perl_vendorarch}/Gtk2/TrayManager.pm
59%dir %{perl_vendorarch}/Gtk2/TrayManager
60%{perl_vendorarch}/Gtk2/TrayManager/Install
61%dir %{perl_vendorarch}/auto/Gtk2/TrayManager
62%attr(755,root,root) %{perl_vendorarch}/auto/Gtk2/TrayManager/*.so
bb11e870 63%{_mandir}/man3/*
This page took 0.113137 seconds and 4 git commands to generate.