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