]> git.pld-linux.org Git - packages/anaconda-help.git/commitdiff
- pl, cleanups (files attr may need fix, but unlikely)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Apr 2005 19:14:22 +0000 (19:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-help.spec -> 1.4

anaconda-help.spec

index f824d504e25a3b9fa2b3780f0e5491a2a2cd9f11..a2f783873187217653d0d58154c42773cf05215b 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Help files for use in the Red Hat Linux installer
+Summary(pl):   Pliki pomocy dla instalatora systemu Red Hat Linux
 Name:          anaconda-help
 Version:       10.1.0
 Release:       1
@@ -6,33 +7,38 @@ License:      distributable
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.bz2
 # Source0-md5: 54842b3a7b35cbd8f2fcff9f5b843d76
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: docbook-style-dsssl
 BuildRequires: docbook-style-xsl
 BuildRequires: kdesdk-po2xml
 BuildRequires: openjade
 BuildRequires: xmlto
 BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The anaconda-help package contains the help used in anaconda, the Red
 Hat Linux installer.
 
+%description -l pl
+Ten pakiet zawiera pliki pomocy u¿ywane przez anacondê - instalator
+systemu Red Hat Linux.
+
 %prep
 %setup -q
 
 %build
 export LANG=en_US.UTF-8
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make DESTDIR=$RPM_BUILD_ROOT install
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(644,root,root,755)
 %{_datadir}/anaconda/help
This page took 0.103352 seconds and 4 git commands to generate.