]> git.pld-linux.org Git - packages/debrix.git/blame - debrix.spec
- new spec
[packages/debrix.git] / debrix.spec
CommitLineData
9cdacfed 1#
2%define snap 20040627
3#
4Summary: debrix
5Summary(pl): debrix
6Name: debrix
7Version: 6.7.1
8Release: 0.1
9Epoch: 0
10License: ??
11Group: X11/Xorg
12Source0: %{name}-snap-%{snap}.tar.bz2
13# Source0-md5: -
14# not really debrix URL, but there is no other...
15URL: http://xserver.freedesktop.org
16BuildRequires: autoconf
17BuildRequires: automake
18BuildRequires: compositeext
19BuildRequires: damageext
20BuildRequires: fixesext
21BuildRequires: libtool
22BuildRequires: libXau-devel
23BuildRequires: libXdmcp-devel
24BuildRequires: libXfont-devel
25BuildRequires: libXtrans-devel
26BuildRequires: panoramixext
27BuildRequires: randrext
28BuildRequires: render
29BuildRequires: resourceext
30BuildRequires: xextensions
31BuildRequires: xkbfile-devel
32BuildRequires: xproto
33#Requires: -
34#Provides: -
35#Obsoletes: -
36#Conflicts: -
37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39%description
40
41%description -l pl
42
43%prep
44%setup -q -n %{name}
45
46%build
47%{__aclocal}
48%{__libtoolize}
49%{__autoconf}
50%{__autoheader}
51%{__automake}
52
53%configure \
54 --enable-dri \
55 --enable-xtrap
56
57%{__make}
58
59%install
60rm -rf $RPM_BUILD_ROOT
61
62%{__make} install \
63 DESTDIR=$RPM_BUILD_ROOT
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%pre
69
70%post
71
72%preun
73
74%postun
75
76%files
77%defattr(644,root,root,755)
78%doc ChangeLog TODO
79%attr(755,root,root) %{_bindir}/*
80%{_libdir}/xorg
81
82%files devel
83%defattr(644,root,root,755)
84%{_libdir}/*.a
85%{_includedir}/xorg
86%{_pkgconfigdir}/debrix.pc
This page took 0.264747 seconds and 4 git commands to generate.