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