packages: xfce4-sensors-plugin/xfce4-sensors-plugin-configure_fix.patch, xf...

baggins baggins at pld-linux.org
Thu Nov 11 14:12:05 CET 2010


Author: baggins                      Date: Thu Nov 11 13:12:05 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.0.0

---- Files affected:
packages/xfce4-sensors-plugin:
   xfce4-sensors-plugin-configure_fix.patch (1.1 -> 1.2) , xfce4-sensors-plugin.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: packages/xfce4-sensors-plugin/xfce4-sensors-plugin-configure_fix.patch
diff -u packages/xfce4-sensors-plugin/xfce4-sensors-plugin-configure_fix.patch:1.1 packages/xfce4-sensors-plugin/xfce4-sensors-plugin-configure_fix.patch:1.2
--- packages/xfce4-sensors-plugin/xfce4-sensors-plugin-configure_fix.patch:1.1	Sun May  4 14:26:29 2008
+++ packages/xfce4-sensors-plugin/xfce4-sensors-plugin-configure_fix.patch	Thu Nov 11 14:12:00 2010
@@ -6,6 +6,27 @@
          AC_MSG_CHECKING([for hddtemp path])
 -        HDDTEMP=([`whereis -b hddtemp | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*hddtemp\).*/\1/'`])
 +        HDDTEMP=[`whereis -b hddtemp | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*hddtemp\).*/\1/']`
- 
          AC_MSG_RESULT([$HDDTEMP])
      ])
+ 
+@@ -139,9 +139,9 @@
+         NETCAT_PATH=$withval
+     ], [
+         AC_MSG_CHECKING([for netcat path])
+-        NETCAT_PATH=([`whereis -b netcat | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*netcat\).*/\1/'`])
++        NETCAT_PATH=[`whereis -b netcat | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*netcat\).*/\1/'`]
+         if test x"$NETCAT_PATH" = x"netcat:"; then
+-            NETCAT_PATH=([`whereis -b nc | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*nc\).*/\1/'`])
++            NETCAT_PATH=[`whereis -b nc | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*nc\).*/\1/'`]
+         fi;
+ 
+         AC_MSG_RESULT([$NETCAT_PATH])
+@@ -151,7 +151,7 @@
+     HDDTEMP_PORT=7634
+ 
+     AC_MSG_CHECKING([for hddtemp being queryable via netcat])
+-    NETCAT_RUN=([`"$NETCAT_PATH" "$NETCAT_HOST" "$HDDTEMP_PORT" 2> /dev/null`])
++    NETCAT_RUN=[`"$NETCAT_PATH" "$NETCAT_HOST" "$HDDTEMP_PORT" 2> /dev/null`]
+     AC_MSG_RESULT([$NETCAT_RUN])
+     if test x"$NETCAT_RUN" = x""; then
+         enable_netcat=no

================================================================
Index: packages/xfce4-sensors-plugin/xfce4-sensors-plugin.spec
diff -u packages/xfce4-sensors-plugin/xfce4-sensors-plugin.spec:1.14 packages/xfce4-sensors-plugin/xfce4-sensors-plugin.spec:1.15
--- packages/xfce4-sensors-plugin/xfce4-sensors-plugin.spec:1.14	Sun May  4 15:48:41 2008
+++ packages/xfce4-sensors-plugin/xfce4-sensors-plugin.spec	Thu Nov 11 14:12:00 2010
@@ -2,15 +2,14 @@
 Summary:	Sensors plugin for the Xfce panel
 Summary(pl.UTF-8):	Wtyczka sensorów dla panelu Xfce
 Name:		xfce4-sensors-plugin
-Version:	0.10.99.3
-Release:	2
+Version:	1.0.0
+Release:	1
 License:	GPL v2
 Group:		X11/Applications
-Source0:	http://goodies.xfce.org/releases/xfce4-sensors-plugin/%{name}-%{version}.tar.bz2
-# Source0-md5:	6e3b521453d42e1cf0fa970eee17a825
+Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.0/%{name}-%{version}.tar.bz2
+# Source0-md5:	74d83628246536d575f954c76724982b
 URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
 Patch0:		%{name}-configure_fix.patch
-Patch1:		%{name}-lm_sensors_3.patch
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	gettext-devel
@@ -25,6 +24,8 @@
 Requires(post,postun):	hicolor-icon-theme
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		skip_post_check_so	libxfce4sensors.so.*
+
 %description
 This plugin displays various hardware sensor values in the Xfce panel.
 
@@ -35,7 +36,6 @@
 %prep
 %setup -q
 %patch0 -p0
-%patch1 -p1
 
 %build
 %{__intltoolize}
@@ -55,7 +55,6 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
-mv $RPM_BUILD_ROOT%{_datadir}/locale/pt{_PT,}
 
 %find_lang %{name}
 
@@ -71,9 +70,12 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/xfce4-sensors
+%attr(755,root,root) %{_libdir}/xfce4/modules/libxfce4sensors.so.*
 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*
 %{_iconsdir}/hicolor/*/*/*
 %{_datadir}/xfce4/panel-plugins/*.desktop
+%{_desktopdir}/xfce4-sensors.desktop
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -81,6 +83,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2010/11/11 13:12:00  baggins
+- up to 1.0.0
+
 Revision 1.14  2008/05/04 13:48:41  hawk
 - pt_PT -> pt, release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xfce4-sensors-plugin/xfce4-sensors-plugin-configure_fix.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xfce4-sensors-plugin/xfce4-sensors-plugin.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list