]> git.pld-linux.org Git - packages/acpi.git/commitdiff
- ACPI interface is specific to x86*/ia64; EA added
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Jan 2008 13:15:14 +0000 (13:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- better Group, more specific License (GPL v2+)

Changed files:
    acpi.spec -> 1.7

acpi.spec

index 5d2103e445d96023341ecbd215f75c06a093533d..1272d82e1f4795fcdbc267d5ec2023e79541fdf5 100644 (file)
--- a/acpi.spec
+++ b/acpi.spec
@@ -3,13 +3,14 @@ Summary(pl.UTF-8):    Klient ACPI działający z linii poleceń
 Name:          acpi
 Version:       0.09
 Release:       1
-License:       GPL
-Group:         Applications
+License:       GPL v2+
+Group:         Applications/System
 Source0:       http://grahame.angrygoats.net/source/acpi/%{name}-%{version}.tar.gz
 # Source0-md5: a5a70595834b487c3a2f9278a3d60768
 URL:           http://grahame.angrygoats.net/acpi.shtml
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
+ExclusiveArch: %{ix86} %{x8664} ia64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -46,4 +47,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/acpi
This page took 0.069381 seconds and 4 git commands to generate.