]> git.pld-linux.org Git - packages/debrix.git/blob - debrix.spec
be5e0d3984b875f9ed906d88197323c904a08ad9
[packages/debrix.git] / debrix.spec
1 #
2 %define         snap 20040627
3 #
4 Summary:        debrix
5 Summary(pl):    debrix
6 Name:           debrix
7 Version:        6.7.1
8 Release:        0.1
9 Epoch:          0
10 License:        ??
11 Group:          X11/Xorg
12 Source0:        %{name}-snap-%{snap}.tar.bz2
13 # Source0-md5:  -
14 # not really debrix URL, but there is no other...
15 URL:            http://xserver.freedesktop.org
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  compositeext
19 BuildRequires:  damageext
20 BuildRequires:  fixesext
21 BuildRequires:  libtool
22 BuildRequires:  libXau-devel
23 BuildRequires:  libXdmcp-devel
24 BuildRequires:  libXfont-devel
25 BuildRequires:  libXtrans-devel
26 BuildRequires:  panoramixext
27 BuildRequires:  randrext
28 BuildRequires:  render
29 BuildRequires:  resourceext
30 BuildRequires:  xextensions
31 BuildRequires:  xkbfile-devel
32 BuildRequires:  xproto
33 #Requires:      -
34 #Provides:      -
35 #Obsoletes:     -
36 #Conflicts:     -
37 BuildRoot:      %{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
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %clean
66 rm -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.058178 seconds and 2 git commands to generate.