Logoj0ke.net Open Build Service > Projects > stresslinux > hddtemp > Changes
Sign Up | Log In

Changes of Revision 3

[-] Added hddtemp.spec
x
 
1
@@ -0,0 +1,47 @@
2
+#
3
+# spec file for package hddtemp (Version 6.6)
4
+#
5
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
6
+# This file and all modifications and additions to the pristine
7
+# package are under the same license as the package itself.
8
+#
9
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
10
+#
11
+
12
+# norootforbuild
13
+
14
+Name:           hddtemp
15
+License:        GNU General Public License (GPL) - all versions
16
+Group:          Productivity/Networking/Web/Utilities
17
+Autoreqprov:    on
18
+Version:        0.3
19
+%define ref        beta15
20
+Release:        19
21
+URL:            http://hddtemp.sourceforge.net
22
+Summary:        Advanced Web Statistics
23
+Source:         %name-%{version}-%{ref}.tar.bz2
24
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
25
+
26
+%description
27
+
28
+
29
+
30
+%prep
31
+%setup -n %name-%{version}-%{ref}
32
+
33
+%build
34
+%configure
35
+make CFLAGS="$RPM_OPT_FLAGS"
36
+
37
+%install
38
+%makeinstall
39
+
40
+%clean
41
+rm -rf $RPM_BUILD_ROOT
42
+
43
+%files
44
+%defattr(-,root,root,755)
45
+/usr/sbin/*
46
+%_datadir/*
47
+
48
+%changelog
49