]> git.pld-linux.org Git - packages/devhelp-book-cvs.git/commitdiff
- Initial PLD release, STBR
authorMariusz Witkowski <maryush@gmail.com>
Sun, 28 Apr 2002 21:42:54 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devhelp-book-cvs.spec -> 1.1

devhelp-book-cvs.spec [new file with mode: 0644]

diff --git a/devhelp-book-cvs.spec b/devhelp-book-cvs.spec
new file mode 100644 (file)
index 0000000..1a5b6ea
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       DevHelp book: cvs
+Summary(pl):   Ksi±¿ka do DevHelp'a o cvs
+Name:          devhelp-book-cvs
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://www.devhelp.net/books/books/cvs.tar.gz
+URL:           http://www.devhelp.net/
+Requires:      devhelp
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6/share/devhelp/
+
+%description
+DevHelp book about cvs
+
+%description -l pl
+Ksi±¿ka do DevHelp o cvs
+
+%prep
+%setup -q -c cvs -n cvs
+
+%build
+mv -f book cvs
+mv -f book.devhelp cvs.devhelp
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+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
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files 
+%defattr(644,root,root,755)
+#%doc *.gz
+%{_prefix}/books
+%{_prefix}/specs
This page took 0.069677 seconds and 4 git commands to generate.