# # TODO: # - check Rs # Summary: Panel program written in Perl Summary(pl): Panel napisany w Perlu Name: PerlPanel Version: 0.0.5 Release: 0.1 License: GPL v2 Group: X11/Applications Source0: http://jodrell.net/files/%{name}-%{version}.tar.gz # Source0-md5: 322a3eafe09e590c796280f1084f7134 Patch0: %{name}-DESTDIR.patch URL: http://jodrell.net/projects/perlpanel/ BuildRequires: perl-tools-pod Requires: perl-Gtk2 Requires: perl-XML-Simple BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description PerlPanel is an attempt to build a useable, lean panel program (like Gnome's gnome-panel and KDE's Kicker) in Perl, using Gtk2. %description -l pl PerlPanel jest prób± stworzenia łatwego w użyciu, lekkiego panela (podobnego do panela GNOME i Kickera z KDE) w Perlu, przy uzyciu Gtk2. %prep %setup -q %patch -p1 %build %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc ChangeLog doc/README %attr(755,root,root) %{_bindir}/* %{_libdir}/perlpanel %{_datadir}/pixmaps/* %{_mandir}/man1/*