Mailinglist Archive: opensuse-commit (1059 mails)
| < Previous | Next > |
commit xorg-x11-libfontenc
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 03 Jan 2008 18:01:39 +0100
- Message-id: <20080103170139.89C0E678336@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package xorg-x11-libfontenc
checked in at Thu Jan 3 18:01:39 CET 2008.
--------
--- xorg-x11-libfontenc/xorg-x11-libfontenc.changes 2007-09-29
12:20:42.000000000 +0200
+++
/mounts/work_src_done/STABLE/xorg-x11-libfontenc/xorg-x11-libfontenc.changes
2008-01-01 22:48:47.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 1 22:47:20 CET 2008 - crrodriguez@xxxxxxx
+
+- fix library-without-ldconfig-* error
+- add missing PreReq coreutils
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xorg-x11-libfontenc.spec ++++++
--- /var/tmp/diff_new_pack.o20736/_old 2008-01-03 18:01:10.000000000 +0100
+++ /var/tmp/diff_new_pack.o20736/_new 2008-01-03 18:01:10.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xorg-x11-libfontenc (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.
#
@@ -12,10 +12,10 @@
Name: xorg-x11-libfontenc
%define dirsuffix 1.0.4
-BuildRequires: pkgconfig xorg-x11-proto-devel zlib-devel
+BuildRequires: pkg-config xorg-x11-proto-devel zlib-devel
Url: http://xorg.freedesktop.org/
Version: 7.3
-Release: 1
+Release: 13
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries
@@ -32,8 +32,8 @@
Summary: Include Files and Libraries mandatory for Development.
Group: System/Libraries
Provides: xorg-x11-devel:/usr/X11R6/%{_lib}/libfontenc.so
-Requires: xorg-x11-proto-devel xorg-x11-libfontenc
-AutoReqProv: on
+Requires: xorg-x11-proto-devel %{name} = %{version}
+PreReq: coreutils
%description devel
This package contains all necessary include files and libraries needed
@@ -42,13 +42,12 @@
%prep
-%setup -n libfontenc-%{dirsuffix}
+%setup -q -n libfontenc-%{dirsuffix}
%build
#autoreconf -fi
-./configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
- --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir} \
- --with-encodingsdir=/usr/share/fonts/encodings
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+%configure --with-encodingsdir=/usr/share/fonts/encodings
make
%install
@@ -59,22 +58,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/fonts/*.h
-/usr/%{_lib}/*.a
-/usr/%{_lib}/*.la
-/usr/%{_lib}/*.so
-/usr/%{_lib}/pkgconfig/*.pc
+%{_libdir}/*.a
+%{_libdir}/*.la
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
+
%changelog
+* Tue Jan 01 2008 - crrodriguez@xxxxxxx
+- fix library-without-ldconfig-* error
+- add missing PreReq coreutils
* Sat Sep 29 2007 - sndirsch@xxxxxxx
- bumped version to 7.3
* Thu Mar 29 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 > |