SPECS: libdrm.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sun Aug 28 19:17:22 CEST 2005
Author: qboosh Date: Sun Aug 28 17:17:22 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
libdrm.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/libdrm.spec
diff -u /dev/null SPECS/libdrm.spec:1.1
--- /dev/null Sun Aug 28 19:17:22 2005
+++ SPECS/libdrm.spec Sun Aug 28 19:17:14 2005
@@ -0,0 +1,89 @@
+# $Revision$, $Date$
+Summary: Userspace interface to kernel DRM services
+Summary(pl): Interfejs przestrzeni użytkownika do usług DRM jądra
+Name: libdrm
+Version: 1.0.3
+Release: 1
+License: MIT
+Group: Libraries
+Source0: http://people.freedesktop.org/~ajax/libdrm/%{name}-%{version}.tar.gz
+# Source0-md5: 2fd32375b17fa80e3a962276f98d6440
+URL: http://dri.freedesktop.org/
+# currently uses <X11/Xlibint.h>
+BuildRequires: XFree86-devel
+#BuildRequires: xorg-lib-libX11-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Userspace interface to kernel DRM services.
+
+%description -l pl
+Interfejs przestrzeni użytkownika do usług DRM jądra.
+
+%package devel
+Summary: Header files for libdrm library
+Summary(pl): Pliki nagłówkowe biblioteki libdrm
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for libdrm library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki libdrm.
+
+%package static
+Summary: Static libdrm library
+Summary(pl): Statyczna biblioteka libdrm
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static libdrm library.
+
+%description static -l pl
+Statyczna biblioteka libdrm.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libdrm.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libdrm.so
+%{_libdir}/libdrm.la
+%{_includedir}/xf86drm.h
+%{_includedir}/drm
+%{_pkgconfigdir}/libdrm.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libdrm.a
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/08/28 17:17:14 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list