rpms/xfce4-clipman-plugin/F-11 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 xfce4-clipman-plugin.spec, 1.18, 1.19

Christoph Wickert cwickert at fedoraproject.org
Wed Apr 22 07:22:25 UTC 2009


Author: cwickert

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

Modified Files:
	.cvsignore sources xfce4-clipman-plugin.spec 
Log Message:
* Tue Apr 21 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.0-1
- Update to 1.0.0
- Require xfce4-doc



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-clipman-plugin/F-11/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	30 Mar 2009 21:54:55 -0000	1.7
+++ .cvsignore	22 Apr 2009 07:21:53 -0000	1.8
@@ -1 +1 @@
-xfce4-clipman-plugin-0.9.1.tar.bz2
+xfce4-clipman-plugin-1.0.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-clipman-plugin/F-11/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	30 Mar 2009 21:54:55 -0000	1.7
+++ sources	22 Apr 2009 07:21:53 -0000	1.8
@@ -1 +1 @@
-74aa0e707c3e31844518fd36b1498254  xfce4-clipman-plugin-0.9.1.tar.bz2
+9ef43216b6eac63035afb1b3f82c5f92  xfce4-clipman-plugin-1.0.0.tar.bz2


Index: xfce4-clipman-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-clipman-plugin/F-11/xfce4-clipman-plugin.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xfce4-clipman-plugin.spec	30 Mar 2009 21:54:55 -0000	1.18
+++ xfce4-clipman-plugin.spec	22 Apr 2009 07:21:53 -0000	1.19
@@ -1,45 +1,95 @@
-Name:		xfce4-clipman-plugin
-Version:	0.9.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:	xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0
-BuildRequires:	exo-devel >= 0.3.0
-BuildRequires:	gettext, intltool, libxml2-devel
-Requires:	xfce4-panel >= 4.4.0
+Name:           xfce4-clipman-plugin
+Version:        1.0.0
+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                                   \
+  --add-only-show-in=XFCE                                 \
+  --delete-original                                       \
+  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
+
+desktop-file-install                                      \
+  --dir ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart   \
+  --add-category=X-Xfce                                   \
+  --add-only-show-in=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
+* 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
 




More information about the scm-commits mailing list