Mailinglist Archive: opensuse-commit (1059 mails)

< Previous Next >
commit xorg-x11-libSM
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 03 Jan 2008 18:02:11 +0100
  • Message-id: <20080103170211.4F609678336@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package xorg-x11-libSM
checked in at Thu Jan 3 18:02:11 CET 2008.

--------
--- xorg-x11-libSM/xorg-x11-libSM.changes 2007-09-29 12:19:11.000000000
+0200
+++ /mounts/work_src_done/STABLE/xorg-x11-libSM/xorg-x11-libSM.changes
2008-01-02 02:49:23.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan 2 02:48:58 CET 2008 - crrodriguez@xxxxxxx
+
+- fix library-without-ldconfig-* error
+- add missing PreReq coreutils
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xorg-x11-libSM.spec ++++++
--- /var/tmp/diff_new_pack.V22198/_old 2008-01-03 18:01:48.000000000 +0100
+++ /var/tmp/diff_new_pack.V22198/_new 2008-01-03 18:01:48.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xorg-x11-libSM (Version 7.3)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -15,7 +15,7 @@
BuildRequires: pkgconfig xorg-x11-libICE-devel xorg-x11-proto-devel
xorg-x11-xtrans-devel
Url: http://xorg.freedesktop.org/
Version: 7.3
-Release: 1
+Release: 13
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries
@@ -42,8 +42,8 @@
Summary: Include Files and Libraries mandatory for Development.
Group: System/Libraries
Provides: xorg-x11-devel:/usr/X11R6/%{_lib}/libSM.so
-Requires: xorg-x11-proto-devel xorg-x11-xtrans-devel
xorg-x11-libICE-devel xorg-x11-libSM
-AutoReqProv: on
+Requires: xorg-x11-proto-devel xorg-x11-xtrans-devel
xorg-x11-libICE-devel %{name} = %{version}
+PreReq: coreutils

%description devel
This package contains all necessary include files and libraries needed
@@ -62,13 +62,13 @@
Ralph Mor

%prep
-%setup -n libSM-%{dirsuffix}
+%setup -q -n libSM-%{dirsuffix}

%build
#autoreconf -fi
-./configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
- --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir}
-make
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+%configure
+%{__make} %{?jobs:-j%jobs}

%install
make install DESTDIR=$RPM_BUILD_ROOT
@@ -78,22 +78,28 @@

%post -p /sbin/ldconfig

+%postun -p /sbin/ldconfig
+
%pre devel
test -L usr/include/X11 && rm usr/include/X11
exit 0

%files
%defattr(-,root,root)
-/usr/%{_lib}/*.so.*
+%{_libdir}/*.so.*

%files devel
%defattr(-,root,root)
/usr/include/X11/SM/
-/usr/%{_lib}/*.a
-/usr/%{_lib}/*.la
-/usr/%{_lib}/*.so
-/usr/%{_lib}/pkgconfig/*.pc
+%{_libdir}/*.a
+%{_libdir}/*.la
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
+
%changelog
+* Wed Jan 02 2008 - crrodriguez@xxxxxxx
+- fix library-without-ldconfig-* error
+- add missing PreReq coreutils
* Sat Sep 29 2007 - sndirsch@xxxxxxx
- bumped version to 7.3
* Sun May 13 2007 - sndirsch@xxxxxxx


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages