]> git.pld-linux.org Git - packages/perl-Gtk2-TrayIcon.git/blame - perl-Gtk2-TrayIcon.spec
- rebuild with perl 5.30.0
[packages/perl-Gtk2-TrayIcon.git] / perl-Gtk2-TrayIcon.spec
CommitLineData
89614e5f 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
019105ee 5%include /usr/lib/rpm/macros.perl
e64fb968 6%define pnam Gtk2-TrayIcon
b118ffe9 7Summary: Gtk2::TrayIcon - Perl interface to the EggTrayIcon library
eaef1404 8Summary(pl.UTF-8): Gtk2::TrayIcon - interfejs perlowy do biblioteki EggTrayIcon
8cf17d75 9Name: perl-Gtk2-TrayIcon
21b276bf 10Version: 0.06
9ec7bc72 11Release: 15
21b276bf 12License: LGPL v2+
888de1b2 13Group: Development/Languages/Perl
14Source0: http://dl.sourceforge.net/gtk2-perl/%{pnam}-%{version}.tar.gz
21b276bf 15# Source0-md5: 522c328f14681a25d76eeaf317e05049
888de1b2 16URL: http://gtk2-perl.sourceforge.net/
17BuildRequires: libglade2-devel >= 2.0.0
888de1b2 18BuildRequires: perl-Glib >= 1.00
8cf17d75 19BuildRequires: perl-Gtk2 >= 1.00
21b276bf
JB
20BuildRequires: perl-ExtUtils-Depends >= 0.1
21BuildRequires: perl-ExtUtils-PkgConfig >= 0.1
888de1b2 22BuildRequires: perl-devel >= 1:5.8.0
23BuildRequires: rpm-perlprov >= 4.1-13
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
b118ffe9 27Gtk2::TrayIcon module allows a Perl developer to embed an arbitrary
28widget in a System Tray like the GNOME notification area.
8cf17d75 29
8e03d8d0
JR
30%description -l pl.UTF-8
31Moduł Gtk2::TrayIcon umożliwia programistom perlowym umieszczanie
b118ffe9 32dowolnych kontrolek w Zasobniku Systemowym (System Tray), takim jak w
33obszarze powiadamiania GNOME.
888de1b2 34
35%prep
36%setup -q -n %{pnam}-%{version}
37
38%build
39%{__perl} Makefile.PL \
40 INSTALLDIRS=vendor
41
42%{__make} \
58043cd8 43 CC="%{__cc}" \
888de1b2 44 OPTIMIZE="%{rpmcflags}"
45
46%{?with_tests:%{__make} test}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
21b276bf 51%{__make} pure_install \
888de1b2 52 DESTDIR=$RPM_BUILD_ROOT
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
21b276bf 59%doc ChangeLog README TODO
888de1b2 60%{perl_vendorarch}/Gtk2/TrayIcon.pm
61%dir %{perl_vendorarch}/Gtk2/TrayIcon
8cf17d75 62%{perl_vendorarch}/Gtk2/TrayIcon/Install
888de1b2 63%dir %{perl_vendorarch}/auto/Gtk2/TrayIcon
64%attr(755,root,root) %{perl_vendorarch}/auto/Gtk2/TrayIcon/*.so
21b276bf 65%{_mandir}/man3/Gtk2::TrayIcon*.3pm*
This page took 0.055004 seconds and 4 git commands to generate.