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