]> git.pld-linux.org Git - packages/devhelp-book-gdk-pixbuf.git/blob - devhelp-book-gdk-pixbuf.spec
- removed two lines with define
[packages/devhelp-book-gdk-pixbuf.git] / devhelp-book-gdk-pixbuf.spec
1 Summary:        DevHelp book: gdk-pixbuf
2 Summary(pl):    Ksi±¿ka do DevHelpa o gdk-pixbuf
3 Name:           devhelp-book-gdk-pixbuf
4 Version:        1.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.devhelp.net/books/books/gdk-pixbuf.tar.gz
9 URL:            http://www.devhelp.net/
10 Requires:       devhelp
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14
15 %description
16 DevHelp book about gdk-pixbuf.
17
18 %description -l pl
19 Ksi±¿ka do DevHelpa o gdk-pixbuf.
20
21 %prep
22 %setup -q -c -n gdk-pixbuf
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26
27 install -d $RPM_BUILD_ROOT%{_prefix}/{books/gdkpixbuf,specs}
28
29 install book.devhelp $RPM_BUILD_ROOT%{_prefix}/specs/gdk-pixbuf.devhelp
30 install book/* $RPM_BUILD_ROOT%{_prefix}/books/gdkpixbuf
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files 
36 %defattr(644,root,root,755)
37 %{_prefix}/books/*
38 %{_prefix}/specs/*
This page took 0.144681 seconds and 3 git commands to generate.