From 64e52b86a956e20d7ea19a60b0511ab0393da7c6 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: May 25 2008 04:12:57 +0000 Subject: - Update to 1.6.2 --- diff --git a/.cvsignore b/.cvsignore index 06fe2ff..6327394 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-notes-plugin-1.6.1.tar.bz2 +xfce4-notes-plugin-1.6.2.tar.gz diff --git a/sources b/sources index 93f7d0d..dce1e22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be2e9006e2a033c722243e4afc1cfc2a xfce4-notes-plugin-1.6.1.tar.bz2 +7c835ad636adeb4d2977e2f34ecda485 xfce4-notes-plugin-1.6.2.tar.gz diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 9d84850..a307266 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,12 +1,12 @@ Name: xfce4-notes-plugin -Version: 1.6.1 -Release: 2%{?dist} +Version: 1.6.2 +Release: 1%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} -Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.90.1, libxfcegui4-devel >= 4.3.90.1, libxml2-devel @@ -35,6 +35,14 @@ make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT +%post +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + +%postun +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO @@ -44,15 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_bindir}/xfce4-popup-notes -%post -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - -%postun -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - %changelog +* Sat May 24 2008 Christoph Wickert - 1.6.2-1 +- Update to 1.6.2 + * Mon Feb 18 2008 Fedora Release Engineering - 1.6.1-2 - Autorebuild for GCC 4.3