]> git.pld-linux.org Git - packages/xorg-cf-files.git/blame - xorg-cf-files.spec
- updated to 1.0.8
[packages/xorg-cf-files.git] / xorg-cf-files.spec
CommitLineData
085adce1 1Summary: X.org cf files
093c9b4e 2Summary(pl.UTF-8): Pliki cf z X.org
085adce1 3Name: xorg-cf-files
566f080d
JB
4Version: 1.0.8
5Release: 1
085adce1
JB
6License: MIT
7Group: X11/Development/Tools
566f080d
JB
8Source0: https://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.xz
9# Source0-md5: daed7279016bb921f0a0e969c9508535
d82868b3 10Patch0: %{name}-mandir.patch
92aae754 11Patch1: %{name}-libdir.patch
dd6a044d 12URL: https://xorg.freedesktop.org/
ffab7554 13BuildRequires: autoconf >= 2.60
085adce1 14BuildRequires: automake
566f080d 15BuildRequires: tar >= 1:1.22
ffab7554
JB
16BuildRequires: xorg-font-font-util >= 1.1
17BuildRequires: xorg-util-util-macros >= 1.4
566f080d 18BuildRequires: xz
085adce1
JB
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
b43be6a9
JB
21# no binaries in package
22%define _enable_debug_packages 0
23
085adce1 24%description
ffab7554
JB
25The xorg-cf-files package contains the data files for the imake
26utility, 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
28for many of the libraries formerly delivered in the X.Org monolithic
29releases.
085adce1 30
3004a052 31%description -l pl.UTF-8
ffab7554
JB
32Pakiet xorg-cf-files zawiera pliki danych dla narzędzia imake,
33definiujące znane ustawienia dla wielu platform (wiele z nich nie było
34weryfikowanych ani testowanych od ponad dziesięciu lat) oraz dla wielu
35bibliotek kiedyś dostarczanych w monolitycznych wydaniach X.Org.
085adce1
JB
36
37%prep
291f9548 38%setup -q -n %{name}-%{version}
86660094 39%patch0 -p1
d82868b3 40%patch1 -p1
085adce1
JB
41
42%build
43%{__aclocal}
44%{__autoconf}
085adce1
JB
45%{__automake}
46%configure
47
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
bcfab9c6 61%doc COPYING ChangeLog README
085adce1 62%{_libdir}/X11/config
This page took 0.167736 seconds and 4 git commands to generate.