summaryrefslogtreecommitdiffstats
path: root/redhat/extras/ksensors/ksensors-3.5.13.spec
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-07-25 13:56:11 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2013-07-25 13:56:11 +0200
commit7a1e65b00db8fb8f317020bc86856de8a4044a26 (patch)
tree6e7d17e22d1ffd6a83a54294d6b793737c585bb7 /redhat/extras/ksensors/ksensors-3.5.13.spec
parent400dd73349695d15f67e4e145f42893026cb3ab9 (diff)
downloadtde-packaging-7a1e65b00db8fb8f317020bc86856de8a4044a26.tar.gz
tde-packaging-7a1e65b00db8fb8f317020bc86856de8a4044a26.zip
RPM packaging: add mplayerthumbs
Diffstat (limited to 'redhat/extras/ksensors/ksensors-3.5.13.spec')
-rw-r--r--redhat/extras/ksensors/ksensors-3.5.13.spec212
1 files changed, 0 insertions, 212 deletions
diff --git a/redhat/extras/ksensors/ksensors-3.5.13.spec b/redhat/extras/ksensors/ksensors-3.5.13.spec
deleted file mode 100644
index 529d2623e..000000000
--- a/redhat/extras/ksensors/ksensors-3.5.13.spec
+++ /dev/null
@@ -1,212 +0,0 @@
-# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
-%if "%{?_prefix}" != "/usr"
-%define _variant .opt
-%define _docdir %{_prefix}/share/doc
-%endif
-
-Name: trinity-ksensors
-Version: 0.7.3
-Release: 19p2%{?dist}
-
-Summary: KDE frontend to lm_sensors
-Group: Applications/System
-License: GPLv2+
-URL: http://ksensors.sourceforge.net/
-
-Source0: http://downloads.sourceforge.net/ksensors/ksensors-%{version}.tar.gz
-
-# Debian (upstream) patch
-Patch2: http://ftp.debian.org/debian/pool/main/k/ksensors/ksensors_0.7.3-18.diff.gz
-
-# Fix building on TDE
-Patch6: ksensors-0.7.3-trinity.patch
-
-# Fix 'lmsensor.cpp' for older lm_sensors API (< 3.x)
-Patch7: ksensors-0.7.3-18-lmsensors_2x_fix.patch
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: trinity-kdelibs-devel
-BuildRequires: lm_sensors-devel gettext desktop-file-utils
-Requires: hicolor-icon-theme
-
-# Keep archs in sync with lm_sensors
-ExcludeArch: s390 s390x
-
-%description
-KSensors is a nice lm-sensors frontend for the K Desktop Environment.
-Install the hddtemp package if you wish to monitor hard disk
-temperatures with KSensors.
-
-
-%prep
-%setup -q -n ksensors-%{version}
-%patch2 -p1
-%patch6 -p1
-%patch7 -p1
-%__sed -i -e 's|$(kde_datadir)/sounds|$(kde_sounddir)|' src/sounds/Makefile.*
-for f in ChangeLog LIESMICH LISEZMOI ; do
- iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
-done
-
-%build
-unset QTDIR ; . /etc/profile.d/qt.sh
-
-%configure \
- --disable-dependency-tracking \
- --disable-rpath \
- --with-extra-includes=%{_includedir}/tqt
-%__make %{?_smp_mflags}
-
-
-%install
-%__rm -rf $RPM_BUILD_ROOT
-%__make install DESTDIR=$RPM_BUILD_ROOT
-desktop-file-install --vendor fedora --mode 644 --delete-original \
- --dir $RPM_BUILD_ROOT%{_datadir}/applications \
- $RPM_BUILD_ROOT%{_datadir}/applnk/Utilities/ksensors.desktop
-%__install -dm 755 $RPM_BUILD_ROOT%{_datadir}/autostart
-%__ln_s ../applications/fedora-ksensors.desktop \
- $RPM_BUILD_ROOT%{_datadir}/autostart
-%__rm -rf $RPM_BUILD_ROOT%{_docdir}/HTML
-%find_lang ksensors
-
-
-%clean
-%__rm -rf $RPM_BUILD_ROOT
-
-
-%post
-for f in locolor hicolor ; do
- touch --no-create %{_datadir}/icons/$f 2> /dev/null || :
- gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null || :
-done
-
-%postun
-for f in locolor hicolor ; do
- touch --no-create %{_datadir}/icons/$f 2> /dev/null || :
- gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null || :
-done
-
-
-%files -f ksensors.lang
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING FAQ README TODO
-%lang(es) %doc LEEME
-%lang(de) %doc LIESMICH
-%lang(fr) %doc LISEZMOI
-%{_bindir}/ksensors
-%{_datadir}/applications/*ksensors.desktop
-%{_datadir}/apps/ksensors/
-%{_datadir}/autostart/*ksensors.desktop
-%{_datadir}/icons/hicolor/*x*/apps/ksensors.png
-%{_datadir}/icons/locolor/
-%{_datadir}/sounds/ksensors_alert.wav
-
-
-%changelog
-* Thu Dec 22 2011 Francois Andriot <francois.andriot@free.fr> - 0.7.3-19p2
-- Update Debian patch to -18 release
-
-* Mon Nov 07 2011 Francois Andriot <francois.andriot@free.fr> - 0.7.3-19p1
-- Rebuilt for RHEL 6, RHEL 5, Fedora 15 with TDE 3.5.13
-
-* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.3-19
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.3-18
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.3-17
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Fri Feb 15 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.7.3-16
-- Update Debian patch to -15 release
-
-* Thu Jan 3 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.7.3-15
-- Change BuildRequires: kdelibs-devel into kdelibs3-devel
-
-* Sun Nov 11 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.7.3-14
-- Patch for and Rebuild against lm_sensors-3.0.0
-
-* Sun Nov 11 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.7.3-13
-- Fix reading of min and max tresholds from libsensors
-
-* Mon Aug 13 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.7.3-12
-- Update License tag for new Licensing Guidelines compliance
-
-* Fri Jul 27 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.7.3-11
-- Remove OnlyShowIn=KDE; from .desktop file (I like using ksensors under GNOME,
- works fine grumbel)
-
-* Fri Jul 27 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.7.3-10
-- Add icon-cache update scriptlets
-- Add Requires: hicolor-icon-theme for dir ownership
-
-* Fri Jul 20 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.7.3-9
-- Sync Exclu(de|sive)Arch with new lm_sensors (#249060).
-
-* Tue Jun 26 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.7.3-8
-- Update Debian patchset to -14 for additional fixes and translations;
- drop our hddtemp detection patch in favour of the one included in it.
-- Drop Application and X-Fedora categories from .desktop file, add GenericName.
-- Make autostart checkbox effective again (#242570).
-- Convert docs to UTF-8.
-
-* Sat Sep 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.7.3-7
-- Apply Debian -11 patchset for upstream radio button state fix,
- support for hddtemp with SCSI disks and more translations.
-
-* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.7.3-6
-- Rebuild.
-
-* Wed Feb 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.7.3-5
-- Rebuild.
-
-* Thu Nov 3 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.3-4
-- Clean up build dependencies.
-
-* Thu May 19 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.3-3
-- Sync arch availability with FC4 lm_sensors (%%{ix86}, x86_64, alpha).
-- Reduce directory ownership bloat.
-
-* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.7.3-2
-- rebuilt
-
-* Sat Aug 21 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.3-0.fdr.1
-- Update to 0.7.3, most patches applied upstream.
-- Disable dependency tracking to speed up the build.
-
-* Tue Jul 20 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.2-0.fdr.4
-- Force use of multithreaded Qt with --enable-mt to fix build on FC2.
-- Sync Debian patch to 0.7.2-16 to get a fix for freeze with hddtemp.
-- Apply upstream patches #913569 and #915725.
-- Disable RPATH.
-- Don't ship the "handbook", it's just a template.
-- Other minor improvements here and there.
-
-* Sat Aug 2 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.2-0.fdr.3
-- Own dirs under %%{_datadir}/icons and %%{_docdir}/HTML (bug 21).
-- Don't tweak path to hddtemp.
-- Patch to fix hddtemp detection.
-- s/--enable-xinerama/--with-xinerama/
-- Borrow man page from Debian.
-
-* Sat May 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.2-0.fdr.2
-- Spec cleanups.
-
-* Fri Apr 4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.2-0.fdr.1
-- Update to current Fedora guidelines.
-- Move desktop entry to %%{_datadir}/applications using desktop-file-install.
-
-* Sun Feb 23 2003 Warren Togami <warren@togami.com> - 0.7.2-1.fedora.2
-- BuildRequires libart_lgpl-devel needed for Red Hat 8.1
-
-* Sun Feb 23 2003 Ville Skyttä <ville.skytta at iki.fi> - 0.7.2-1.fedora.1
-- Update to 0.7.2.
-- Don't apply startup crash patch, but keep it around for now.
-
-* Sat Feb 15 2003 Ville Skyttä <ville.skytta at iki.fi> - 0.7-1.fedora.2
-- Include startup crash patch from upstream SRPM.
-
-* Sun Feb 9 2003 Ville Skyttä <ville.skytta at iki.fi> - 0.7-1.fedora.1
-- First Fedora release.