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