rpms/xfce4-screenshooter-plugin/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xfce4-screenshooter-plugin.spec, 1.4, 1.5

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Thu Oct 5 12:53:53 UTC 2006


Author: cwickert

Update of /cvs/extras/rpms/xfce4-screenshooter-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv985

Modified Files:
	.cvsignore sources xfce4-screenshooter-plugin.spec 
Log Message:
Update for XFCE 4.4


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-screenshooter-plugin/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	29 Jan 2006 23:57:30 -0000	1.2
+++ .cvsignore	5 Oct 2006 12:53:52 -0000	1.3
@@ -1 +1 @@
-xfce4-screenshooter-plugin-0.0.8.tar.gz
+xfce4-screenshooter-plugin-1.0.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xfce4-screenshooter-plugin/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	29 Jan 2006 23:57:30 -0000	1.2
+++ sources	5 Oct 2006 12:53:52 -0000	1.3
@@ -1 +1 @@
-b9195d25ae587ae3f48cd2b215cd45d3  xfce4-screenshooter-plugin-0.0.8.tar.gz
+d12746c635eb28207161a3da1585aa75  xfce4-screenshooter-plugin-1.0.0.tar.bz2


Index: xfce4-screenshooter-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-screenshooter-plugin/devel/xfce4-screenshooter-plugin.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-screenshooter-plugin.spec	8 Sep 2006 19:05:52 -0000	1.4
+++ xfce4-screenshooter-plugin.spec	5 Oct 2006 12:53:52 -0000	1.5
@@ -1,16 +1,17 @@
 Name:		xfce4-screenshooter-plugin
-Version:	0.0.8
-Release:	4%{?dist}
+Version:	1.0.0
+Release:	3%{?dist}
 Summary:	Screenshot utility for the Xfce panel
 
 Group:		User Interface/Desktops
 License:	BSD
-URL:		http://xfce-goodies.berlios.de/
-Source0:	http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:	xfce4-panel-devel >= 4.2, libxfcegui4-devel >= 4.2, libxml2-devel
-Requires:	xfce4-panel >= 4.2
+URL:		http://goodies.xfce.org/
+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.22, libxfcegui4-devel >= 4.3.22, libxml2-devel
+BuildRequires:	perl(XML::Parser)
+Requires:	xfce4-panel >= 4.3.99.1
 
 %description
 The Screenshooter plugin allows you to take screenshots from the Xfce panel.
@@ -25,17 +26,27 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files 
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog README TODO
-%{_libdir}/xfce4/panel-plugins/*.so
+%doc AUTHORS COPYING ChangeLog README
+%{_libexecdir}/xfce4/panel-plugins/%{name}
+%{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 1.0.0-3
+- Bump release for devel checkin.
+
+* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 1.0.0-2
+- Rebuild for XFCE 4.3.99.1.
+- BR perl(XML::Parser).
+
+* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 1.0.0-1
+- Update to 1.0.0 on XFCE 4.3.90.2.
+
 * Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.0.8-4
 - Mass rebuild for Fedora Core 6.
 




More information about the scm-commits mailing list