OBS User unknown 2007-12-31 21:25:50 +00:00 committed by Git OBS Bridge
parent 4d2b301c4e
commit f4c1caf398
2 changed files with 20 additions and 8 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 27 05:13:17 CET 2007 - crrodriguez@suse.de
- fix library-without-ldconfig-postun warning
- libdrm.la had an empty dependency_libs, removed.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 2 20:39:53 CET 2006 - sndirsch@suse.de Sat Dec 2 20:39:53 CET 2006 - sndirsch@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package libdrm (Version 2.3.0) # spec file for package libdrm (Version 2.3.0)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -12,12 +12,12 @@
Name: libdrm Name: libdrm
BuildRequires: glibc-devel BuildRequires: glibc-devel
URL: http://dri.sf.net Url: http://dri.sf.net
License: X11/MIT License: X11/MIT
Group: System/Libraries Group: System/Libraries
Autoreqprov: on AutoReqProv: on
Version: 2.3.0 Version: 2.3.0
Release: 1 Release: 54
Summary: Userspace Interface for Kernel DRM Services Summary: Userspace Interface for Kernel DRM Services
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -92,11 +92,12 @@ Authors:
Torsten Duwe <duwe@caldera.de> Torsten Duwe <duwe@caldera.de>
%prep %prep
%setup %setup -q
%build %build
autoreconf -fi autoreconf -fi
./configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" --prefix=/usr --libdir=%{_libdir} export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure --with-pic
make make
%install %install
@ -107,6 +108,8 @@ rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
/usr/%{_lib}/libdrm.so.2 /usr/%{_lib}/libdrm.so.2
@ -117,11 +120,14 @@ rm -rf $RPM_BUILD_ROOT
/usr/include/drm/ /usr/include/drm/
/usr/include/xf86drm.h /usr/include/xf86drm.h
/usr/include/xf86mm.h /usr/include/xf86mm.h
/usr/%{_lib}/libdrm.la
/usr/%{_lib}/libdrm.so /usr/%{_lib}/libdrm.so
/usr/%{_lib}/pkgconfig/libdrm.pc /usr/%{_lib}/pkgconfig/libdrm.pc
%exclude %{_libdir}/libdrm.la
%changelog -n libdrm %changelog
* Thu Dec 27 2007 - crrodriguez@suse.de
- fix library-without-ldconfig-postun warning
- libdrm.la had an empty dependency_libs, removed.
* Sat Dec 02 2006 - sndirsch@suse.de * Sat Dec 02 2006 - sndirsch@suse.de
- updated to 2.3.0 (required by X.Org (Server) 7.2 RC3) - updated to 2.3.0 (required by X.Org (Server) 7.2 RC3)
* Fri Jul 28 2006 - sndirsch@suse.de * Fri Jul 28 2006 - sndirsch@suse.de