]> git.pld-linux.org Git - packages/i8kutils.git/commitdiff
- pl, some cleanups (nf, so release 0.1)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 16 Sep 2004 18:06:09 +0000 (18:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    i8kutils.spec -> 1.2

i8kutils.spec

index 051010a7a30ca29b531eb8eb0a28dc4a90d6daa4..f16abbfde88543eea3062c3ba37f379049391f04 100644 (file)
@@ -1,43 +1,51 @@
-Summary:       Kernel driver and user-space programs for Dell Inspiron and Latitude laptops.
+# TODO: optflags, check COPYING==GPL?
+Summary:       User-space programs for Dell Inspiron and Latitude laptops
+Summary(pl):   Programy przestrzeni u¿ytkownika dla laptopów Dell Inspiron i Latitude
 Name:          i8kutils
 Version:       1.25
-Release:       1
+Release:       0.1
 License:       GPL
-Group:         Applications/System/Configuration/Hardware
-######         Unknown group!
+Group:         Applications/System
 Source0:       http://people.debian.org/~dz/i8k/%{name}_%{version}.tar.gz
 # Source0-md5: 50c03dde689c5709406118a7c6c120db
 Source1:       i8kutils
 URL:           http://people.debian.org/~dz/i8k/
-Requires:      aumix ld-linux.so.2 libc.so.6
-Provides:      %{name}-%{version}-%{release}
+Requires:      aumix
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-#BuildRequires:
 
 %description
-This package contains a user-space programs for accessing the SMM BIOS 
-of Dell Inspiron and Latitude laptops. The SMM BIOS is used on many 
+This package contains a user-space programs for accessing the SMM BIOS
+of Dell Inspiron and Latitude laptops. The SMM BIOS is used on many
 recent laptops to implement APM functionalities and to access custom
 hardware, for example the cooling fans and volume buttons.
 
+%description -l pl
+Ten pakiet zawiera programy dzia³aj±ce w przestrzeni u¿ytkownika
+s³u¿±ce do dostêpu do SMM BIOS-u laptopów Dell Inspiron i Latitude.
+SMM BIOS w nowych laptopach s³u¿y do implementowania funkcjonalno¶ci
+APM i dostêpu do specyficznego sprzêtu, na przyk³ad wiatraczków
+ch³odz±cych i przycisków g³o¶no¶ci.
+
 %prep
-rm -rf %buildroot
 %setup -q
 
 %build
-%make
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-make DESTDIR=$RPM_BUILD_ROOT install
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
 install -d $RPM_BUILD_ROOT%{_mandir}/man1
-cp i8kmon.conf $RPM_BUILD_ROOT%{_sysconfdir}
-cp %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d
-chmod a+x $RPM_BUILD_ROOT/etc/rc.d/init.d/*
-cp i8kbuttons.1 i8kctl.1 i8kmon.1 $RPM_BUILD_ROOT%{_mandir}/man1
-%makeinstall
+
+install i8kmon.conf $RPM_BUILD_ROOT%{_sysconfdir}
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d
+install i8kbuttons.1 i8kctl.1 i8kmon.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post
 echo
@@ -46,13 +54,10 @@ echo
 echo "Since than you'll be able to control fans and buttons."
 echo
 
-%clean
-rm -rf %buildroot
-
 %files
 %defattr(644,root,root,755)
 %doc COPYING README.i8kutils ./examples
-%config(noreplace) %{_sysconfdir}/*
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man*/*
-## /etc/rc.d/initd/
+#%attr(754,root,root) /etc/rc.d/init.d/i8kutils
This page took 0.036214 seconds and 4 git commands to generate.