]> git.pld-linux.org Git - packages/devhelp-book-cvs.git/blobdiff - devhelp-book-cvs.spec
- pl fixes
[packages/devhelp-book-cvs.git] / devhelp-book-cvs.spec
index 1a5b6ea30b9d3abc212eea76cc3e2e79dc898ab5..c8af194cac969a6ac95e500aa23fad2587e56488 100644 (file)
@@ -1,5 +1,5 @@
 Summary:       DevHelp book: cvs
-Summary(pl):   Ksi±¿ka do DevHelp'a o cvs
+Summary(pl):   Ksi±¿ka do DevHelpa o cvs
 Name:          devhelp-book-cvs
 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 cvs
+DevHelp book about cvs.
 
 %description -l pl
-Ksi±¿ka do DevHelp o cvs
+Ksi±¿ka do DevHelpa o cvs.
 
 %prep
-%setup -q -c cvs -n cvs
-
-%build
-mv -f book cvs
-mv -f book.devhelp cvs.devhelp
+%setup -q -c -n cvs
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_prefix}/{books/cvs,specs}
 
-install -d $RPM_BUILD_ROOT%{_prefix}/books/cvs
-install -d $RPM_BUILD_ROOT%{_prefix}/specs
-install cvs.devhelp $RPM_BUILD_ROOT%{_prefix}/specs
-install cvs/* $RPM_BUILD_ROOT%{_prefix}/books/cvs
+install book.devhelp $RPM_BUILD_ROOT%{_prefix}/specs/cvs.devhelp
+install book/* $RPM_BUILD_ROOT%{_prefix}/books/cvs
 
 %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.06719 seconds and 4 git commands to generate.