]> git.pld-linux.org Git - packages/debrix-driver-ati.git/commitdiff
- new spec
authorjpc <jpc@pld-linux.org>
Mon, 28 Jun 2004 01:13:09 +0000 (01:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    debrix-driver-ati.spec -> 1.1

debrix-driver-ati.spec [new file with mode: 0644]

diff --git a/debrix-driver-ati.spec b/debrix-driver-ati.spec
new file mode 100644 (file)
index 0000000..516bac9
--- /dev/null
@@ -0,0 +1,71 @@
+#
+# TODO:
+# - descriptions and summaries
+# - requires/provides/obsoletes
+#
+%define                snap 20040628
+#
+Summary:       debrix driver for ATI cards
+Summary(pl):   Driver debriksa dla kart ATI
+Name:          debrix-driver-ati
+Version:       0.1.0
+Release:       0.1
+Epoch:         0
+License:       ??
+Group:         X11/Xorg
+Source0:       %{name}-snap-%{snap}.tar.bz2
+# Source0-md5: ea4b79c0a37565857fa980052e1b8456
+# not really debrix URL, but there is no other...
+URL:           http://xserver.freedesktop.org
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: debrix-devel
+BuildRequires: libtool
+Requires:      debrix
+#Provides:     -
+#Obsoletes:    -
+#Conflicts:    -
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__aclocal}
+%{__libtoolize}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
+%configure \
+       --enable-dri
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/*.{a,la,so,so.0}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+
+%preun
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xorg/modules/drivers/lib*.so.*.*.*
+%{_mandir}/man3/*
This page took 0.060471 seconds and 4 git commands to generate.