Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
hddtemp
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Added
hddtemp.spec
@@ -0,0 +1,47 @@ +# +# spec file for package hddtemp (Version 6.6) +# +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: hddtemp +License: GNU General Public License (GPL) - all versions +Group: Productivity/Networking/Web/Utilities +Autoreqprov: on +Version: 0.3 +%define ref beta15 +Release: 19 +URL: http://hddtemp.sourceforge.net +Summary: Advanced Web Statistics +Source: %name-%{version}-%{ref}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description + + + +%prep +%setup -n %name-%{version}-%{ref} + +%build +%configure +make CFLAGS="$RPM_OPT_FLAGS" + +%install +%makeinstall + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,755) +/usr/sbin/* +%_datadir/* + +%changelog