]> git.pld-linux.org Git - packages/xorg-cf-files.git/blob - xorg-cf-files.spec
0488dedaab298076f5c8a6d5a3d3033b08157f2c
[packages/xorg-cf-files.git] / xorg-cf-files.spec
1 Summary:        X.org cf files
2 Summary(pl.UTF-8):      Pliki cf z X.org
3 Name:           xorg-cf-files
4 Version:        1.0.7
5 Release:        2
6 License:        MIT
7 Group:          X11/Development/Tools
8 Source0:        https://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
9 # Source0-md5:  56548c4798e385aea26347ebc90fe410
10 Patch0:         %{name}-mandir.patch
11 Patch1:         %{name}-libdir.patch
12 URL:            https://xorg.freedesktop.org/
13 BuildRequires:  autoconf >= 2.60
14 BuildRequires:  automake
15 BuildRequires:  xorg-font-font-util >= 1.1
16 BuildRequires:  xorg-util-util-macros >= 1.4
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 # no binaries in package
20 %define         _enable_debug_packages  0
21
22 %description
23 The xorg-cf-files package contains the data files for the imake
24 utility, defining the known settings for a wide variety of platforms
25 (many of which have not been verified or tested in over a decade), and
26 for many of the libraries formerly delivered in the X.Org monolithic
27 releases.
28
29 %description -l pl.UTF-8
30 Pakiet xorg-cf-files zawiera pliki danych dla narzędzia imake,
31 definiujące znane ustawienia dla wielu platform (wiele z nich nie było
32 weryfikowanych ani testowanych od ponad dziesięciu lat) oraz dla wielu
33 bibliotek kiedyś dostarczanych w monolitycznych wydaniach X.Org.
34
35 %prep
36 %setup -q -n %{name}-%{version}
37 %patch0 -p1
38 %patch1 -p1
39
40 %build
41 %{__aclocal}
42 %{__autoconf}
43 %{__automake}
44 %configure
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc COPYING ChangeLog README
60 %{_libdir}/X11/config
This page took 0.029247 seconds and 2 git commands to generate.