]> git.pld-linux.org Git - packages/XFree86-doc.git/blob - XFree86-doc.spec
- added using CVS keywords in %changelog (for automating them).
[packages/XFree86-doc.git] / XFree86-doc.spec
1 Summary:        XFree86 Programmers documentation
2 Summary(pl):    XFree86 Dokumentacja dla programistów
3 Name:           XFree86-doc
4 Version:        3.3.3.1
5 Release:        54
6 Copyright:      GPL
7 Group:          X11/XFree86
8 Group(pl):      X11/XFree86
9 Source:         ftp://ftp.xfree86.org/pub/XFree86/3.3.3/source/X333src-3.tgz
10 Buildarch:      noarch
11 BuildRoot:      /tmp/%{name}-%{version}-root
12
13 %description
14 Basic programmers documentation, many information about X-Window programming.
15 In compressed PostScript format.
16
17 %description -l pl
18 Pakiet zawiera wiêkszo¶æ informacji niezbêdnych to rozpoczêcia programowania _pod_ X-y. 
19 Format: skompresowany PostScript
20
21 %prep
22 %setup -q -c
23
24 %build
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/
29 cd xc/doc/hardcopy
30 find . -name \*.Z -exec compress -d {} \;
31 find . -type f -exec gzip -9nf {} \;
32 cp -ar * $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
33
34 %clean
35
36 %files
37 %defattr(644,root,root,755)
38 %doc %dir %{_docdir}/%{name}-%{version}
39 %doc %{_docdir}/%{name}-%{version}/*
This page took 0.075579 seconds and 4 git commands to generate.