]> git.pld-linux.org Git - packages/PerlPanel.git/blame - PerlPanel.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/PerlPanel.git] / PerlPanel.spec
CommitLineData
2dda96cd 1#
c53386f8 2# TODO:
a428bd6d 3# - spec! new R: perl(X11::FreeDesktop::DesktopEntry)
c53386f8 4# - split themes into subpkgs (low priority)
a428bd6d 5#
f12fd162 6Summary: Panel program written in Perl
49c5b205 7Summary(pl.UTF-8): Panel napisany w Perlu
f12fd162 8Name: PerlPanel
c53386f8 9Version: 0.9.1
2dda96cd 10Release: 0.1
f12fd162 11License: GPL v2
12Group: X11/Applications
50fae5f6 13Source0: http://jodrell.net/files/perlpanel/dist/%{version}/%{name}-%{version}.tar.gz
c53386f8 14# Source0-md5: 4ed35b89add1cb3c67f1d2cab6780ef7
f12fd162 15URL: http://jodrell.net/projects/perlpanel/
c53386f8 16BuildRequires: perl-Locale-gettext
17BuildRequires: perl-XML-Simple
a428bd6d 18BuildRequires: perl-devel >= 1:5.8.0
0932f0bb 19BuildRequires: rpm-perlprov >= 4.1-13
d729a61f 20Requires: hicolor-icon-theme
3cc9d466 21Requires: perl-Glib >= 1.031
f9c05a77 22Requires: perl-Gtk2 >= 1.031
feb3b386 23Requires: perl-XML-Parser
24Requires: perl-XML-Simple
f12fd162 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28PerlPanel is an attempt to build a useable, lean panel program (like
e427582b 29GNOME's gnome-panel and KDE's Kicker) in Perl, using Gtk2.
f12fd162 30
61cfb7b9
JR
31%description -l pl.UTF-8
32PerlPanel jest próbą stworzenia łatwego w użyciu, lekkiego panela
33(podobnego do panela GNOME i Kickera z KDE) w Perlu, przy użyciu Gtk2.
f12fd162 34
35%prep
36%setup -q
f12fd162 37
38%build
c1138128 39%{__make} \
d0656125 40 PREFIX=%{_prefix}
a428bd6d 41
f12fd162 42%install
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
c1138128 46 DESTDIR=$RPM_BUILD_ROOT \
c53386f8 47 PREFIX=%{_prefix}
a428bd6d 48
d0656125 49%find_lang %{name} --all-name
f12fd162 50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
d0656125 54%files -f %{name}.lang
f12fd162 55%defattr(644,root,root,755)
56%doc ChangeLog doc/README
57%attr(755,root,root) %{_bindir}/*
58%{_libdir}/perlpanel
c1138128 59%{_datadir}/perlpanel
2dda96cd 60%{_iconsdir}/Bluecurve/48x48/apps/*
d729a61f 61%{_iconsdir}/hicolor/48x48/apps/*
2dda96cd 62%{_iconsdir}/crystalsvg/48x48/apps/*
f12fd162 63%{_mandir}/man1/*
f9c05a77 64%{_mandir}/man3/*
This page took 0.105085 seconds and 4 git commands to generate.