rpms/xfce4-sensors-plugin/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xfce4-sensors-plugin.spec, 1.16, 1.17

Christoph Wickert cwickert at fedoraproject.org
Sat Nov 29 01:53:31 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-sensors-plugin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28328

Modified Files:
	.cvsignore sources xfce4-sensors-plugin.spec 
Log Message:
* Thu Nov 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.10.99.6-1
- Update to 0.10.99.6
- Remove obsolete lm_sensors patch
- BuildRequire hddtemp and make sure it's path is detected correctly
- Update gtk-update-icon-cache scriptlets



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-sensors-plugin/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	7 Nov 2007 22:43:24 -0000	1.4
+++ .cvsignore	29 Nov 2008 01:53:01 -0000	1.5
@@ -1 +1 @@
-xfce4-sensors-plugin-0.10.99.2.tar.bz2
+xfce4-sensors-plugin-0.10.99.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-sensors-plugin/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	7 Nov 2007 22:43:24 -0000	1.4
+++ sources	29 Nov 2008 01:53:01 -0000	1.5
@@ -1 +1 @@
-5646407da37c6be63476b63347d0870b  xfce4-sensors-plugin-0.10.99.2.tar.bz2
+59dbd13b32bf635fab9cd2dc407183cb  xfce4-sensors-plugin-0.10.99.6.tar.bz2


Index: xfce4-sensors-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-sensors-plugin/devel/xfce4-sensors-plugin.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xfce4-sensors-plugin.spec	18 Feb 2008 23:58:17 -0000	1.16
+++ xfce4-sensors-plugin.spec	29 Nov 2008 01:53:01 -0000	1.17
@@ -1,99 +1,139 @@
-Name: 		xfce4-sensors-plugin
-Version: 	0.10.99.2
-Release: 	4%{?dist}
-Summary: 	Sensors 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
-Patch0:		%{name}-0.10.99.2-lm_sensors3x.patch
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:	xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0, libxml2-devel
-BuildRequires:	gettext, perl(XML::Parser), lm_sensors-devel >= 2.8
-Requires:	xfce4-panel >= 4.4.1, lm_sensors >= 2.8, hddtemp
-ExcludeArch:	s390 s390x
+Name:           xfce4-sensors-plugin
+Version:        0.10.99.6
+Release:        1%{?dist}
+Summary:        Sensors 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:  lm_sensors-devel >= 2.8, hddtemp, libnotify-devel >= 0.4
+BuildRequires:  gettext, perl(XML::Parser), intltool, desktop-file-utils
+Requires:       xfce4-panel >= 4.4.1, lm_sensors >= 2.8, hddtemp
+ExcludeArch:    s390 s390x
 
 %description
 This plugin displays various hardware sensor values in the Xfce panel.
 
+%package devel
+Summary:        Development files for xfce4-sensors-plugin
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       libxfce4util-devel
+
+%description devel
+Static libraries and header files for the xfce4-sensors-plugin.
+
+
 %prep
 %setup -q
-%patch0 -p1 -b .lm_sensors3x
+
 
 %build
-%configure --disable-static
+%configure --disable-static --with-pathhddtemp=%{_bindir}/hddtemp
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
 %find_lang %{name}
+rm ${RPM_BUILD_ROOT}%{_libdir}/xfce4/modules/libxfce4sensors.la
+desktop-file-install --vendor ""                                \
+        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
+        --delete-original                                       \
+        ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-sensors.desktop
+
 
 %post
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
+%{_bindir}/xfce4-sensors
+%{_libdir}/xfce4/modules/libxfce4sensors.so.*
 %{_libexecdir}/xfce4/panel-plugins/%{name}
+%{_datadir}/applications/xfce4-sensors.desktop
+%{_datadir}/icons/hicolor/*/apps/xfce-sensors.png
+%{_datadir}/icons/hicolor/scalable/apps/xfce-sensors.svg
 %{_datadir}/xfce4/panel-plugins/*.desktop
-%{_datadir}/icons/hicolor/48x48/apps/xfce-sensors.png
+
+%files devel
+%defattr(-, root, root,-)
+%{_libdir}/pkgconfig/libxfce4sensors-1.0.pc
+%{_libdir}/xfce4/modules/libxfce4sensors.so
+
 
 %changelog
+* Thu Nov 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.10.99.6-1
+- Update to 0.10.99.6
+- Remove obsolete lm_sensors patch
+- BuildRequire hddtemp and make sure it's path is detected correctly
+- Update gtk-update-icon-cache scriptlets
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.10.99.2-4
 - Autorebuild for GCC 4.3
 
-* Fri Dec 07 2007 Christoph Wickert <fedora christoph-wickert de> - 0.10.99.2-3
+* Fri Dec 07 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.10.99.2-3
 - Rebuild for Xfce 4.4.2
 
-* Mon Nov 19 2007 Christoph Wickert <fedora christoph-wickert de> - 0.10.99.2-2
+* Mon Nov 19 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.10.99.2-2
 - Add Hans de Goede's patch for lm_sensors-3.0.0-RC1
 
-* Wed Nov 07 2007 Christoph Wickert <fedora christoph-wickert de> - 0.10.99.2-1
+* Wed Nov 07 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.10.99.2-1
 - Update to 0.10.99.2
 
-* Sat Oct 27 2007 Christoph Wickert <fedora christoph-wickert de> - 0.10.99.1-1
+* Sat Oct 27 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.10.99.1-1
 - Update to 0.10.99.1
 - Require hddtemp because it is supported now
 
-* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.10.0-6
+* Sat Aug 25 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.10.0-6
 - Rebuild for BuildID feature
 - Update license tag
 
-* Sat Jul 20 2007 Christoph Wickert <fedora christoph-wickert de> - 0.10.0-5
+* Sat Jul 20 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.10.0-5
 - Build for ppc(64) as lm_sensors is available on these architectures now.
 
-* Thu May 17 2007 Christoph Wickert <fedora christoph-wickert de> - 0.10.0-4
+* Thu May 17 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.10.0-4
 - ExcludeArch ppc64
 
-* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.10.0-3
+* Sat Apr 28 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.10.0-3
 - Rebuild for Xfce 4.4.1
 
-* Sun Jan 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.10.0-2
+* Sun Jan 28 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.10.0-2
 - Rebuild for XFCE 4.4.
 - Update gtk-icon-cache scriptlets.
 
-* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.10.0-1
+* Thu Oct 05 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.10.0-1
 - Update to 0.10.0.
 
-* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 0.9.0-2
+* Wed Sep 13 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.0-2
 - Rebuild for XFCE 4.3.99.1.
 - BR perl(XML::Parser).
 
-* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.9.0-1
+* Mon Sep 04 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.0-1
 - Update to 0.9.0 on XFCE 4.3.90.2.
 
-* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.7.0-6
+* Mon Sep 04 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.7.0-6
 - Mass rebuild for Fedora Core 6.
 
 * Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.7.0-5




More information about the fedora-extras-commits mailing list