]> git.pld-linux.org Git - packages/PerlPanel.git/blobdiff - PerlPanel.spec
- well it's time for buggy 0.8.0
[packages/PerlPanel.git] / PerlPanel.spec
index 6533cf848ba8b41072ac7e432cbbc701d374b579..99623394e91df8ebc7b7dbae257f0f492e974d4b 100644 (file)
@@ -1,13 +1,16 @@
+#
+# TODO: split themes into subpkgs
+#
 %include       /usr/lib/rpm/macros.perl
 Summary:       Panel program written in Perl
 Summary(pl):   Panel napisany w Perlu
 Name:          PerlPanel
-Version:       0.6.0
-Release:       1
+Version:       0.8.0
+Release:       0.1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://jodrell.net/files/%{name}-%{version}.tar.gz
-# Source0-md5: 62a321db167ce6e6c164ad66f1096879
+Source0:       http://jodrell.net/files/perlpanel/%{name}-%{version}.tar.gz
+# Source0-md5: b70fd6840305ea9aac33f478e42a72b2
 Patch0:                %{name}-DESTDIR.patch
 URL:           http://jodrell.net/projects/perlpanel/
 BuildRequires: perl-devel >= 1:5.8.0
@@ -30,6 +33,7 @@ PerlPanel jest pr
 %prep
 %setup -q
 %patch0 -p1
+%{__perl} -pi -e 's/TrayManager/TrayIcon/g' lib/PerlPanel/Applet/NotificationArea.pm
 
 %build
 %{__make} \
@@ -40,7 +44,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       PREFIX=%{_prefix}
+       PREFIX=%{_prefix} \
+       CONFDIR=%{_sysconfdir}
        
 %find_lang %{name} --all-name
 
@@ -51,8 +56,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog doc/README
 %attr(755,root,root) %{_bindir}/*
+%config %{_sysconfdir}/*
 %{_libdir}/perlpanel
 %{_datadir}/perlpanel
+%{_iconsdir}/Bluecurve/48x48/apps/*
 %{_iconsdir}/hicolor/48x48/apps/*
+%{_iconsdir}/crystalsvg/48x48/apps/*
 %{_mandir}/man1/*
 %{_mandir}/man3/*
This page took 0.037302 seconds and 4 git commands to generate.