Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > 495c4b8af2b5b483e9b6fbb44935cdf1 > files > 2

i7z-0.27.2-5.mga5.src.rpm

Name:           i7z
Version:        0.27.2
Release:        %mkrel 5
Summary:        Intel i3, i5 and i7 based Core processors reporting tool
License:        GPLv2
Group:		System/Kernel and hardware
URL:            http://code.google.com/p/i7z/
Source0:        http://i7z.googlecode.com/files/i7z-%{version}.tar.gz
ExclusiveArch:  %{ix86} x86_64
BuildRequires:  ncurses-devel

%description
i7z will print out the C-states and temperature for i3, i5 and i7 based Core
processors from Intel (including Nehalems, Sandy Bridge and Ivy Bridge).

%package	qt
Summary:	Qt based GUI
BuildRequires:	qt4-devel
Requires:	%{name} = %{version}-%{release}

%description	qt
Qt based GUI for %{name}

%prep
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
%make
pushd GUI
qmake ; make clean
%make
popd

%install
%make DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-%{version} install
pushd GUI
mv i7z_GUI %{buildroot}%{_sbindir}
popd

%files
%{_docdir}/%{name}-%{version}
%{_sbindir}/%{name}
%{_mandir}/man1/%{name}.1*

%files qt
%{_sbindir}/i7z_GUI


%changelog
* Tue Sep 16 2014 umeabot <umeabot> 0.27.2-5.mga5
+ Revision: 680398
- Mageia 5 Mass Rebuild

* Fri Oct 18 2013 umeabot <umeabot> 0.27.2-4.mga4
+ Revision: 505954
- Mageia 4 Mass Rebuild

* Sat Jan 12 2013 umeabot <umeabot> 0.27.2-3.mga3
+ Revision: 354018
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Nov 06 2012 dams <dams> 0.27.2-2.mga3
+ Revision: 314711
- add Qt GUI sub-package

* Tue Nov 06 2012 dams <dams> 0.27.2-1.mga3
+ Revision: 314706
- add %%group
- imported package i7z