]> git.pld-linux.org Git - packages/debrix-driver-ati.git/commitdiff
- obsoleted by xorg-driver-video-ati master
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 8 Sep 2010 06:46:16 +0000 (06:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    debrix-driver-ati.spec -> 1.6

debrix-driver-ati.spec [deleted file]

diff --git a/debrix-driver-ati.spec b/debrix-driver-ati.spec
deleted file mode 100644 (file)
index 8567c06..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-#
-# TODO:
-# - descriptions and summaries
-# - requires/provides/obsoletes
-#
-%define                snap 20040709
-#
-Summary:       debrix driver for ATI cards
-Summary(pl.UTF-8):     Driver debriksa dla kart ATI
-Name:          debrix-driver-ati
-Version:       0.1.0
-Release:       0.%{snap}.1
-Epoch:         0
-License:       ??
-Group:         X11/Xorg
-Source0:       %{name}-snap-%{snap}.tar.bz2
-# Source0-md5: 57306de71e2c9899d2d10a75fe62f129
-# 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.UTF-8
-
-%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}
-
-%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.063381 seconds and 4 git commands to generate.