]> git.pld-linux.org Git - packages/hdparm.git/commitdiff
- update to 4.6 (getting geometry fixes)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Dec 2001 16:41:41 +0000 (16:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hdparm.spec -> 1.40

hdparm.spec

index 9ddd9bdbd0459788001e74b8ce39464517198444..42d20f26decf86611e9ee2e92e436935d51dfca7 100644 (file)
@@ -6,8 +6,8 @@ Summary(pl):    Narz
 Summary(pt_BR):        Utilitário para ajustar parâmetros de performance (E)IDE
 Summary(tr):   (E)IDE sabit disklerle ilgili bazý parametreleri deðiþtirir
 Name:          hdparm
-Version:       4.1
-Release:       5
+Version:       4.6
+Release:       1
 License:       BSD
 Group:         Applications/System
 Group(de):     Applikationen/System
@@ -16,9 +16,7 @@ Source0:      ftp://sunsite.unc.edu/pub/Linux/system/hardware/%{name}-%{version}.tar.
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       hdparm.8.pl
-Patch0:                %{name}-optflags.patch
-Patch1:                %{name}-%{version}-man-patch
-Patch2:                %{name}-cpp_macros.patch
+Patch0:                %{name}-man-patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sbindir        /sbin
@@ -62,12 +60,12 @@ daha az g
 
 %prep
 %setup  -q
-%patch0 -p1
-%patch1 -p0
-%patch2 -p1
+#%patch0 -p1
 
 %build
-%{__make} OPTFLAGS="%{rpmcflags}"
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.052134 seconds and 4 git commands to generate.