]> git.pld-linux.org Git - packages/fbpanel.git/blobdiff - fbpanel.spec
- file watcher/cleanup patchs added, updated build_fixes patch (moved
[packages/fbpanel.git] / fbpanel.spec
index 5a2bb656461420c585b10e329b42f3e841bb39b2..0b2c774a11aaedb785ae73eff79e9fd09758cddc 100644 (file)
@@ -2,13 +2,15 @@ Summary:      Lightweight and NETWM compliant desktop panel
 Summary(pl):   Lekki i zgodny z NETWM panel
 Name:          fbpanel
 Version:       4.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/fbpanel/%{name}-%{version}.tgz
 # Source0-md5: 70c1b3f9682a0cce0d6b5477b2bc83e4
 Source1:       %{name}.menu.readme
 Patch0:                %{name}-build_fixes.patch
+Patch1:                %{name}-cleanup.patch
+Patch2:                %{name}-file_watcher.patch
 URL:           http://fbpanel.sourceforge.net/
 BuildRequires: gtk+2-devel >= 1:2.4.0
 BuildRequires: pkgconfig
@@ -24,6 +26,8 @@ fbpanel to lekki i zgodny ze specyfikacj
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 # no auto* tools here
@@ -48,5 +52,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGELOG CREDITS README fbpanel.menu.readme
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/%{name}/plugins
 %{_datadir}/%{name}
 %{_mandir}/man1/fbpanel*
This page took 0.067564 seconds and 4 git commands to generate.