]> git.pld-linux.org Git - packages/XFree86-doc.git/blob - XFree86-doc.spec
- release 3: simplifications (remove %build and %instal) and use new
[packages/XFree86-doc.git] / XFree86-doc.spec
1
2 %define         _sver %(echo %{version} | tr -d .)
3
4 Summary:        XFree86 Programmers documentation
5 Summary(pl):    XFree86 Dokumentacja dla programistów
6 Name:           XFree86-doc
7 Version:        4.2.0
8 Release:        3
9 License:        MIT
10 Group:          X11/XFree86
11 Source0:        ftp://ftp.xfree86.org/pub/XFree86/%{version}/source/X%{_sver}src-3.tgz
12 Buildarch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
16 %define         _mandir         %{_prefix}/man
17
18 %description
19 Basic programmers documentation, many information about X-Window
20 programming. In compressed PostScript format.
21
22 %description -l pl
23 Pakiet zawiera wiêkszo¶æ informacji niezbêdnych to rozpoczêcia
24 programowania apliakcji X Window. Format: skompresowany PostScript.
25
26 %prep
27 %setup -q -c
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(644,root,root,755)
34 %doc xc/doc/hardcopy/*
This page took 0.087294 seconds and 3 git commands to generate.