rpms/xfce4-clipman-plugin/F-10 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xfce4-clipman-plugin.spec, 1.11, 1.12

Christoph Wickert cwickert at fedoraproject.org
Fri May 15 18:55:17 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-clipman-plugin/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31691/F-10

Modified Files:
	.cvsignore sources xfce4-clipman-plugin.spec 
Log Message:
* Thu May 14 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.1-1
- Update to 1.0.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-clipman-plugin/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	7 Mar 2008 02:08:08 -0000	1.5
+++ .cvsignore	15 May 2009 18:54:46 -0000	1.6
@@ -1 +1 @@
-xfce4-clipman-plugin-0.8.1.tar.bz2
+xfce4-clipman-plugin-1.0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-clipman-plugin/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	7 Mar 2008 02:08:08 -0000	1.5
+++ sources	15 May 2009 18:54:46 -0000	1.6
@@ -1 +1 @@
-3b2973ad5aae70720eda028e9af0b449  xfce4-clipman-plugin-0.8.1.tar.bz2
+eb97ccc03bc45ab4e788c0564300d373  xfce4-clipman-plugin-1.0.1.tar.bz2


Index: xfce4-clipman-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-clipman-plugin/F-10/xfce4-clipman-plugin.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- xfce4-clipman-plugin.spec	7 Mar 2008 02:08:08 -0000	1.11
+++ xfce4-clipman-plugin.spec	15 May 2009 18:54:46 -0000	1.12
@@ -1,73 +1,139 @@
-Name:		xfce4-clipman-plugin
-Version:	0.8.1
-Release:	1%{?dist}
-Summary:	Clipboard manager plugin for the Xfce panel
-
-Group:		User Interface/Desktops
-License:	BSD
-URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
-Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:	xfce4-panel-devel >= 4.3.99.2, libxfcegui4-devel >= 4.3.99.2, libxml2-devel
-BuildRequires:	libXt-devel, gettext, perl(XML::Parser)
-Requires:	xfce4-panel >= 4.4.0
+Name:           xfce4-clipman-plugin
+Version:        1.0.1
+Release:        1%{?dist}
+Summary:        Clipboard manager 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
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  libxfcegui4-devel >= 4.4.0
+BuildRequires:  xfce4-panel-devel >= 4.4.0
+BuildRequires:  exo-devel >= 0.3.0 
+BuildRequires:  libglade2-devel >= 2.6.0
+BuildRequires:  xfconf-devel >= 4.6.0
+BuildRequires:  gettext, intltool, libxml2-devel
+Requires:       xfce4-panel >= 4.4.0, xfce4-doc
 
 %description
 This is a simple cliboard history for Xfce panel. It includes a "Clear 
 clipboard" option, and a drag-and-drop paste feature.
 
+
 %prep
 %setup -q
 
+
 %build
 %configure --disable-static
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
 
+desktop-file-install                                      \
+  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
+  --add-category=X-Xfce                                   \
+  --remove-only-show-in="GNOME;KDE;LXDE"                  \
+  --delete-original                                       \
+  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
+
+desktop-file-install                                      \
+  --dir ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart     \
+  --add-category=X-Xfce                                   \
+  --delete-original                                       \
+  ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
+%post
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%postun
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog README THANKS
-%{_libexecdir}/xfce4/panel-plugins/%{name}
-%{_datadir}/xfce4/panel-plugins/*.desktop
+%doc AUTHORS COPYING ChangeLog NEWS README TODO
+#%{_libexecdir}/xfce4/panel-plugins/%{name}
+%config %{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
+%config(noreplace) %{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml
+%{_bindir}/%{name}
+%{_bindir}/xfce4-popup-clipman
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
+%{_datadir}/xfce4/doc/*/images/clipman-*.png
+%{_datadir}/xfce4/doc/*/%{name}.html
+%{_datadir}/xfce4/panel-plugins/%{name}.desktop
+
 
 %changelog
-* Fri Mar 07 2008 Christoph Wickert <fedora christoph-wickert de> - 0.8.1-1
+* Thu May 14 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.1-1
+- Update to 1.0.1
+
+* Tue Apr 21 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.0-1
+- Update to 1.0.0
+- Require xfce4-doc
+
+* Mon Mar 30 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.1-2
+- Update to 0.9.1
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Jan 19 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.0-2
+- Update to 0.9.0
+- Update license tag to GPLv2+
+
+* Sun Jan 18 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.8.1-2
+- Rebuild for Xfce 4.6 (Beta 3)
+
+* Fri Mar 07 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.8.1-1
 - Update to 0.8.1 (fixes bugzilla.xfce.org #3304)
 
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.8.0-4
 - Autorebuild for GCC 4.3
 
-* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.8.0-3
+* Sat Aug 25 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.8.0-3
 - Rebuild for BuildID feature
 
-* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.8.0-2
+* Sat Apr 28 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.8.0-2
 - Rebuild for Xfce 4.4.1
 
-* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 0.8.0-1
+* Mon Jan 22 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.8.0-1
 - Update to 0.8.0 on Xfce 4.4.
 
-* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.5.99.1-3
+* Thu Oct 05 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.99.1-3
 - Bump release for devel checkin.
 
-* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 0.5.99.1-2
+* Wed Sep 13 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.99.1-2
 - Rebuild for XFCE 4.3.99.1.
 - BR perl(XML::Parser).
 
-* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 0.5.99.1-1
+* Wed Sep 13 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.99.1-1
 - Update to 0.5.99.1.
 
-* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.5.90.2-1
+* Mon Sep 04 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.90.2-1
 - Update to 0.5.90.2 on XFCE 4.3.90.2.
 
-* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.1-7
+* Mon Sep 04 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-7
 - Mass rebuild for Fedora Core 6.
 
 * Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-6




More information about the scm-commits mailing list