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