]> git.pld-linux.org Git - packages/PerlPanel.git/blob - PerlPanel.spec
- 0.1.0
[packages/PerlPanel.git] / PerlPanel.spec
1 Summary:        Panel program written in Perl
2 Summary(pl):    Panel napisany w Perlu
3 Name:           PerlPanel
4 Version:        0.1.0
5 Release:        0.1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://jodrell.net/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  2b0724b09c0f332a24c509adad3ae791
10 Patch0:         %{name}-DESTDIR.patch
11 URL:            http://jodrell.net/projects/perlpanel/
12 BuildRequires:  perl-tools-pod
13 Requires:       perl-Gnome2-Wnck
14 Requires:       perl-Gtk2
15 Requires:       perl-XML-Simple
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 PerlPanel is an attempt to build a useable, lean panel program (like
20 GNOME's gnome-panel and KDE's Kicker) in Perl, using Gtk2.
21
22 %description -l pl
23 PerlPanel jest prób± stworzenia ³atwego w u¿yciu, lekkiego panela
24 (podobnego do panela GNOME i Kickera z KDE) w Perlu, przy u¿yciu Gtk2.
25
26 %prep
27 %setup -q
28 %patch -p1
29
30 %build
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc ChangeLog doc/README
45 %attr(755,root,root) %{_bindir}/*
46 %{_libdir}/perlpanel
47 %{_pixmapsdir}/*
48 %{_mandir}/man1/*
This page took 0.057715 seconds and 4 git commands to generate.