]> git.pld-linux.org Git - packages/fbpanel.git/commitdiff
- 4.2, moved configuration files to sysconfdir, dropped obsolete menu_style
authorfreetz <freetz@pld-linux.org>
Thu, 26 May 2005 11:25:37 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  and cleanup patches, menu watcher disabled for now (major plugins code re
  write)

Changed files:
    fbpanel.spec -> 1.19

fbpanel.spec

index 304667e62d3cd3330c1ee3832b8143ff04977823..21f52ec112e91a9ba0821e0e4f0536cadb299443 100644 (file)
@@ -1,17 +1,15 @@
 Summary:       Lightweight and NETWM compliant desktop panel
 Summary(pl):   Lekki i zgodny z NETWM panel
 Name:          fbpanel
-Version:       4.1
-Release:       4
+Version:       4.2
+Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/fbpanel/%{name}-%{version}.tgz
-# Source0-md5: 70c1b3f9682a0cce0d6b5477b2bc83e4
+# Source0-md5: af51c87c59964991b5885b90be1cec47
 Source1:       %{name}.menu.readme
 Patch0:                %{name}-build_fixes.patch
-Patch1:                %{name}-cleanup.patch
-Patch2:                %{name}-file_watcher.patch
-Patch3:                %{name}-menu_style.patch
+Patch1:                %{name}-file_watcher.patch
 URL:           http://fbpanel.sourceforge.net/
 BuildRequires: gtk+2-devel >= 2:2.4.0
 BuildRequires: pkgconfig
@@ -28,9 +26,7 @@ fbpanel to lekki i zgodny ze specyfikacj
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+#%patch1 -p1
 
 sed -i -e 's|/lib/fbpanel|/%{_lib}/fbpanel|' plugin.c
 
@@ -57,6 +53,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGELOG CREDITS README fbpanel.menu.readme
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/fbpanel
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/plugins
This page took 0.06841 seconds and 4 git commands to generate.