]> git.pld-linux.org Git - packages/xorg-cf-files.git/blob - xorg-cf-files.spec
- updated to 1.0.7
[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:        1
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 %description
20 The xorg-cf-files package contains the data files for the imake
21 utility, defining the known settings for a wide variety of platforms
22 (many of which have not been verified or tested in over a decade), and
23 for many of the libraries formerly delivered in the X.Org monolithic
24 releases.
25
26 %description -l pl.UTF-8
27 Pakiet xorg-cf-files zawiera pliki danych dla narzędzia imake,
28 definiujące znane ustawienia dla wielu platform (wiele z nich nie było
29 weryfikowanych ani testowanych od ponad dziesięciu lat) oraz dla wielu
30 bibliotek kiedyś dostarczanych w monolitycznych wydaniach X.Org.
31
32 %prep
33 %setup -q -n %{name}-%{version}
34 %patch0 -p1
35 %patch1 -p1
36
37 %build
38 %{__aclocal}
39 %{__autoconf}
40 %{__automake}
41 %configure
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc COPYING ChangeLog README
57 %{_libdir}/X11/config
This page took 0.059068 seconds and 3 git commands to generate.