]> git.pld-linux.org Git - packages/XFree86-doc.git/blob - XFree86-doc.spec
- massive attack: adding Source-md5
[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.3.0
8 Release:        1
9 License:        MIT
10 Group:          X11/XFree86
11 # X%{_sver}src-6.tgz contains docs in other formats
12 Source0:        ftp://ftp.xfree86.org/pub/XFree86/%{version}/source/X%{_sver}src-7.tgz
13 # Source0-md5:  e002e70f24098ca4f62fabd1c2809ed1
14 Buildarch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _mandir         %{_prefix}/man
19
20 %description
21 Basic programmers documentation, many information about X-Window
22 programming. In compressed PostScript format.
23
24 %description -l pl
25 Pakiet zawiera wiêkszo¶æ informacji niezbêdnych to rozpoczêcia
26 programowania aplikacji X Window. Format: skompresowany PostScript.
27
28 %prep
29 %setup -q -c
30
31 find . -name Imakefile | xargs rm -f
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc xc/doc/hardcopy/*
This page took 0.023153 seconds and 3 git commands to generate.