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

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

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