]> git.pld-linux.org Git - packages/devhelp-book-automake.git/commitdiff
- pl fixes
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 May 2002 19:11:38 +0000 (19:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't include devhelp base dirs in files
- simplified build process

Changed files:
    devhelp-book-automake.spec -> 1.2

devhelp-book-automake.spec

index 04953e8d1b9d929d50153cf3cefc4018588229b8..ffd35e60849ee7bc1f93abeac9692eb5d933cf5a 100644 (file)
@@ -1,5 +1,5 @@
 Summary:       DevHelp book: automake
-Summary(pl):   Ksi±¿ka do DevHelp'a o automake
+Summary(pl):   Ksi±¿ka do DevHelpa o automake'u
 Name:          devhelp-book-automake
 Version:       1.0
 Release:       1
@@ -11,34 +11,28 @@ Requires:   devhelp
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6/share/devhelp/
+%define                _prefix         /usr/X11R6/share/devhelp
 
 %description
-DevHelp book about automake
+DevHelp book about automake.
 
 %description -l pl
-Ksi±¿ka do DevHelp o automake
+Ksi±¿ka do DevHelpa o automake'u.
 
 %prep
-%setup -q -c automake -n automake
-
-%build
-mv -f book automake
-mv -f book.devhelp automake.devhelp
+%setup -q -c -n automake
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_prefix}/{books/automake,specs}
 
-install -d $RPM_BUILD_ROOT%{_prefix}/books/automake
-install -d $RPM_BUILD_ROOT%{_prefix}/specs
-install automake.devhelp $RPM_BUILD_ROOT%{_prefix}/specs
-install automake/* $RPM_BUILD_ROOT%{_prefix}/books/automake
+install book.devhelp $RPM_BUILD_ROOT%{_prefix}/specs/automake.devhelp
+install book/* $RPM_BUILD_ROOT%{_prefix}/books/automake
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files 
 %defattr(644,root,root,755)
-#%doc *.gz
-%{_prefix}/books
-%{_prefix}/specs
+%{_prefix}/books/*
+%{_prefix}/specs/*
This page took 0.052014 seconds and 4 git commands to generate.