Author: ghibo
Date: Sun Feb 18 11:35:41 2007
New Revision: 122249
Added:
packages/cooker/t1lib/current/SOURCES/t1lib-5.1.1.tar.bz2 (contents, props
changed)
packages/cooker/t1lib/current/SOURCES/t1lib-config.patch
packages/cooker/t1lib/current/SOURCES/t1lib-doc.patch
Removed:
packages/cooker/t1lib/current/SOURCES/t1lib-5.1.0-DESTDIR.patch.bz2
packages/cooker/t1lib/current/SOURCES/t1lib-5.1.0.tar.bz2
packages/cooker/t1lib/current/SOURCES/t1lib-config.patch.bz2
packages/cooker/t1lib/current/SOURCES/t1lib-doc.patch.bz2
Modified:
packages/cooker/t1lib/current/SPECS/t1lib.spec
Log:
- Release 5.1.1.
- Removed Patch0 (merged upstream).
Added: packages/cooker/t1lib/current/SOURCES/t1lib-5.1.1.tar.bz2
==============================================================================
Binary file. No diff available.
Added: packages/cooker/t1lib/current/SOURCES/t1lib-config.patch
==============================================================================
--- (empty file)
+++ packages/cooker/t1lib/current/SOURCES/t1lib-config.patch Sun Feb 18
11:35:41 2007
@@ -0,0 +1,15 @@
+--- lib/t1lib.config~ Tue Feb 23 17:50:14 1999
++++ lib/t1lib.config Thu Nov 25 02:40:17 1999
+@@ -2,7 +2,8 @@
+ Note that it is not of any use if not setup by the system administrator.
+
+ For information on how to set up these things see the t1lib-manual.
+-
+-ENCODING=.
+-AFM=.
+-TYPE1=.
++
++ENCODING=./enc
++AFM=/usr/share/fonts/Type1/afm
++TYPE1=/usr/share/fonts/Type1
++#FONTDATABASE=
Added: packages/cooker/t1lib/current/SOURCES/t1lib-doc.patch
==============================================================================
--- (empty file)
+++ packages/cooker/t1lib/current/SOURCES/t1lib-doc.patch Sun Feb 18
11:35:41 2007
@@ -0,0 +1,11 @@
+--- Makefile.in~ Tue Feb 23 17:50:13 1999
++++ Makefile.in Wed Jul 14 22:45:43 1999
+@@ -105,7 +105,7 @@
+
+
+ install: dummy
+- for i in $(ALLSUBDIRS) $(DOCSUBDIRS); do \
++ for i in $(ALLSUBDIRS); do \
+ (cd $$i; $(MAKE) install) || exit 1; \
+ done
+
Modified: packages/cooker/t1lib/current/SPECS/t1lib.spec
==============================================================================
--- packages/cooker/t1lib/current/SPECS/t1lib.spec (original)
+++ packages/cooker/t1lib/current/SPECS/t1lib.spec Sun Feb 18 11:35:41 2007
@@ -1,6 +1,6 @@
%define name t1lib
-%define version 5.1.0
-%define release %mkrel 3
+%define version 5.1.1
+%define release %mkrel 1
%define lib_major 5
%define lib_name %mklibname %{name} %{lib_major}
@@ -10,9 +10,8 @@
Release: %{release}
URL: ftp://sunsite.unc.edu/pub/Linux/libs/graphics/
Source:
ftp://sunsite.unc.edu/pub/Linux/libs/graphics/%{name}-%{version}.tar.bz2
-Patch0: %{name}-%{version}-DESTDIR.patch.bz2
-Patch1: %{name}-doc.patch.bz2
-Patch2: %{name}-config.patch.bz2
+Patch1: %{name}-doc.patch
+Patch2: %{name}-config.patch
Group: System/Libraries
BuildRequires: XFree86-devel xpm-devel
BuildRequires: tetex
@@ -91,15 +90,12 @@
The t1lib-config contains configuration files for t1lib library
%prep
-rm -rf %buildroot
-
%setup -q
-%patch0 -p1
%patch1 -p0
%patch2 -p0
%build
-%configure
+%configure2_5x
perl -pi -e
's,-DGLOBAL_CONFIG_DIR="\\"/usr/share/t1lib\\"",-DGLOBAL_CONFIG_DIR="\\"/etc/t1lib\\"",;'
Makefile
make without_doc
(cd doc