]> git.pld-linux.org Git - packages/pmtools.git/commitdiff
- updated to 20051111
authormaciek2w <maciek2w@pld-linux.org>
Sat, 11 Feb 2006 21:53:16 +0000 (21:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pmtools.spec -> 1.4

pmtools.spec

index 2837ae6048be7b71820af38ee04ef76f4e72c45f..62a9b315e36cd01b6c1f58635da8b3a07c4ac10d 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Retrieve the DSDT from your BIOS
 Summary(pl):   Narzêdzie do odczytu DSDT z BIOS-u
 Name:          pmtools
-Version:       20031210
+Version:       20051111
 Release:       0.1
 License:       GPL
 Group:         Applications/System
 Source0:       http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/%{name}-%{version}.tar.bz2
-# Source0-md5: 7d482ab86410f3f8c30a9fba5d660f32
+# Source0-md5: a1343eb32844ca9aa9fd5c9fdc53b9c4
 URL:           http://acpi.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -32,15 +32,15 @@ i OEM-
 %setup -q
 
 %build
-%{__make} -C acpidmp \
+%{__make} -C acpidump \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags} -Wall -W -pedantic"
+       CFLAGS="%{rpmcflags} -Wall -W -pedantic -D_LINUX -DDEFINE_ALTERNATE_TYPES  -I../include"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sbindir}
 
-install acpidmp/{acpidmp,acpitbl,acpixtract} $RPM_BUILD_ROOT%{_sbindir}
+install acpidump/{acpidump,acpitbl,acpixtract} $RPM_BUILD_ROOT%{_sbindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.12064 seconds and 4 git commands to generate.