From 5a9d6b2183bf6d5c611df2f36b3066d90663624f Mon Sep 17 00:00:00 2001 From: freetz Date: Mon, 2 May 2005 17:27:20 +0000 Subject: [PATCH] - file watcher/cleanup patchs added, updated build_fixes patch (moved plugins to libdir), rel.2 Changed files: fbpanel.spec -> 1.14 --- fbpanel.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fbpanel.spec b/fbpanel.spec index 5a2bb65..0b2c774 100644 --- a/fbpanel.spec +++ b/fbpanel.spec @@ -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* -- 2.43.0