Mailinglist Archive: opensuse-commit (1318 mails)
| < Previous | Next > |
commit xorg-x11-libfontenc
- From: root@xxxxxxx (h_root)
- Date: Wed, 16 Aug 2006 01:46:33 +0200 (CEST)
- Message-id: <20060815234633.EC0519515B@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package xorg-x11-libfontenc
checked in at Wed Aug 16 01:46:33 CEST 2006.
--------
--- xorg-x11-libfontenc/xorg-x11-libfontenc.changes 2006-08-02 16:12:41.000000000 +0200
+++ xorg-x11-libfontenc/xorg-x11-libfontenc.changes 2006-08-15 18:46:00.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug 15 18:45:55 CEST 2006 - sndirsch@xxxxxxx
+
+- fixed encodings dir
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xorg-x11-libfontenc.spec ++++++
--- /var/tmp/diff_new_pack.Gy772X/_old 2006-08-16 01:46:28.000000000 +0200
+++ /var/tmp/diff_new_pack.Gy772X/_new 2006-08-16 01:46:28.000000000 +0200
@@ -15,29 +15,30 @@
BuildRequires: pkgconfig xorg-x11-proto-devel
Url: http://xorg.freedesktop.org/
Version: 7.1
-Release: 5
+Release: 6
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries
Provides: xorg-x11-libs:/usr/X11R6/%{_lib}/libfontenc.so.1
-Summary: xorg-x11-libfontenc
+Summary: X.Org fontenc library
Source: libfontenc-%{dirsuffix}.tar.bz2
%description
-xorg-x11-libfontenc
+This package contains the X.Org fontenc library.
%package devel
-Summary: xorg-x11-libfontenc-devel
+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
%description devel
-xorg-x11-libfontenc-devel
+This package contains all necessary include files and libraries needed
+to develop applications that require these.
@@ -47,7 +48,8 @@
%build
#autoreconf -fi
./configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
- --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir}
+ --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir} \
+ --with-encodingsdir=/usr/share/fonts/encodings
make
%install
@@ -75,6 +77,8 @@
/usr/%{_lib}/pkgconfig/*.pc
%changelog -n xorg-x11-libfontenc
+* Tue Aug 15 2006 - sndirsch@xxxxxxx
+- fixed encodings dir
* Wed Aug 02 2006 - sndirsch@xxxxxxx
- fix setup line
* Fri Jul 28 2006 - 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 > |