rpms/gai-temp/devel gai-temp-0.1.1-THM0.patch, NONE, 1.1 gai-temp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Jun 27 20:18:38 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/gai-temp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16063/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gai-temp-0.1.1-THM0.patch gai-temp.spec 
Log Message:
auto-import gai-temp-0.1.1-1 on branch devel from gai-temp-0.1.1-1.src.rpm

gai-temp-0.1.1-THM0.patch:

--- NEW FILE gai-temp-0.1.1-THM0.patch ---
diff -Nur gai-temp-0.1.1-orig/readtemp.h gai-temp-0.1.1/readtemp.h
--- gai-temp-0.1.1-orig/readtemp.h	2005-05-30 23:44:18.000000000 +0200
+++ gai-temp-0.1.1/readtemp.h	2005-06-27 22:11:50.000000000 +0200
@@ -10,6 +10,7 @@
 
 #define ACPI_CPU_PATH "/proc/acpi/thermal_zone/THRM/temperature:" \
                       "/proc/acpi/thermal_zone/THM/temperature:" \
+                      "/proc/acpi/thermal_zone/THM0/temperature:" \
                       "/proc/acpi/thermal_zone/TZ1/temperature"
 
 


--- NEW FILE gai-temp.spec ---
%define gaiver	0.5.8

Summary:	GAI based applet that displays HDD and CPU temperature
Name:		gai-temp
Version:	0.1.1
Release:	1
Source0:	http://leidola.newcon.de/daten/gai-temp/%{name}-%{version}.tar.gz
Patch0:		gai-temp-0.1.1-THM0.patch
URL:		http://leidola.newcon.de/projekte/gai-temp/gai-temp-en.html
License:	GPL
Group:		User Interface/Desktops
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	gai-devel >= %{gaiver}

%description
General Applet Interface (GAI) based applet that displays hard disk drive
and processor temperatures.


%prep
%setup -q
# Is this needed?
%patch0 -p1 -b .THM0


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=${RPM_BUILD_ROOT} install


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README README.gai TODO
%{_bindir}/gai-temp
%{_libdir}/bonobo/servers/*.server
%{_datadir}/pixmaps/*


%changelog
* Mon Jun 27 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.1.1-1
- Update to 0.1.1 where upstream merged the four patches.

* Tue Jun 21 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.1.0-1
- Initial build for Fedora Extras.
- Add patches for no-strip, preferences-segfault, cflags, libdir.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gai-temp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Jun 2005 20:17:37 -0000	1.1
+++ .cvsignore	27 Jun 2005 20:18:36 -0000	1.2
@@ -0,0 +1 @@
+gai-temp-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gai-temp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Jun 2005 20:17:37 -0000	1.1
+++ sources	27 Jun 2005 20:18:36 -0000	1.2
@@ -0,0 +1 @@
+949e080cbb40d5caac7407a5c7e58194  gai-temp-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list