]> git.pld-linux.org Git - packages/devhelp-book-automake.git/commitdiff
- modified for devhelp 0.5.0
authortrojan <trojan@pld-linux.org>
Thu, 6 Mar 2003 12:28:08 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devhelp-book-automake.spec -> 1.5

devhelp-book-automake.spec

index 7f8b06db476a4c9ed1b19bdbbe657154dc66738f..8e0cfad19929ebd6ae11b480c315cc893f38dcb3 100644 (file)
@@ -2,12 +2,12 @@ Summary:      DevHelp book: automake
 Summary(pl):   Ksi±¿ka do DevHelpa o automake'u
 Name:          devhelp-book-automake
 Version:       1.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://www.devhelp.net/books/books/automake.tar.gz
 URL:           http://www.devhelp.net/
-Requires:      devhelp
+Requires:      devhelp >= 0.5.0
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,9 +24,9 @@ Ksi
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_prefix}/{books/automake,specs}
+install -d $RPM_BUILD_ROOT%{_prefix}/books/automake
 
-install book.devhelp $RPM_BUILD_ROOT%{_prefix}/specs/automake.devhelp
+install book.devhelp $RPM_BUILD_ROOT%{_prefix}/books/automake/automake.devhelp
 install book/* $RPM_BUILD_ROOT%{_prefix}/books/automake
 
 %clean
@@ -35,4 +35,3 @@ rm -rf $RPM_BUILD_ROOT
 %files 
 %defattr(644,root,root,755)
 %{_prefix}/books/*
-%{_prefix}/specs/*
This page took 0.06368 seconds and 4 git commands to generate.