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