]> git.pld-linux.org Git - packages/anaconda-help.git/commitdiff
- Initial PLD release
authorPatryk Zawadzki <patrys@room-303.com>
Sun, 24 Apr 2005 02:24:48 +0000 (02:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-help.spec -> 1.1

anaconda-help.spec [new file with mode: 0644]

diff --git a/anaconda-help.spec b/anaconda-help.spec
new file mode 100644 (file)
index 0000000..23e93e4
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       Help files for use in the Red Hat Linux installer
+Name:          anaconda-help
+Version:       10.1.0
+Release:       1
+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
+
+%description
+The anaconda-help package contains the help used in anaconda, the Red
+Hat Linux installer.
+
+%prep
+%setup -q
+
+%build
+export LANG=en_US.UTF-8
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%dir %{_datadir}/anaconda/
+%{_datadir}/anaconda/help
This page took 0.144193 seconds and 4 git commands to generate.