Browse Source

update: t1lib, t1utils

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3700 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
18d8af64f6
2 changed files with 27 additions and 18 deletions
  1. 14 10
      t/t1lib/t1lib-vl.spec
  2. 13 8
      t/t1utils/t1utils-vl.spec

+ 14 - 10
t/t1lib/t1lib-vl.spec

@@ -1,25 +1,25 @@
 %define name	t1lib
 %define version	5.0.2
-%define release	2%{?_dist_release}
+%define release	3%{?_dist_release}
 
 Summary:	Type 1 font rasterizer
 Name:		%{name}
 Version:	%{version}
 Release:	%{release}
+Epoch: 		1
+
+Group:		System Environment/Libraries
+License:	LGPL
 URL:		http://freshmeat.net/projects/t1lib
+
 Source:		ftp://sunsite.unc.edu/pub/Linux/libs/graphics/%{name}-%{version}.tar.gz
 Patch0:         %{name}-DESTDIR.patch
 Patch1:		%{name}-doc.patch.bz2
 Patch2:         %{name}-config.patch.bz2
-Group:		System Environment/Libraries
-#BuildRequires:	XFree86-devel xpm-devel
-BuildRequires:	xorg-x11-devel libXpm-devel
-BuildRequires:  tetex
-BuildRequires:  tetex-latex
-License:	LGPL
-Prefix:		%{_prefix}
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%(id -u -n)
-Epoch: 		1
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+BuildRequires:	libICE-devel libX11-devel libXaw-devel libXpm-devel
+BuildRequires:  texlive
 
 %description
 T1lib is a library for generating character and string-glyphs from
@@ -132,6 +132,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 
 %changelog
+* Mon Apr 25 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.0.2-3
+- rebuild with current VineSeed
+- use BR: texlive instead of tetex
+
 * Sun Nov 09 2008 Shu KONNO <owa@bg.wakwak.com> 5.0.2-2vl5
 - rebuild with libXaw.so.7 (libXaw-1.0.5)
 - spec in utf-8

+ 13 - 8
t/t1utils/t1utils-vl.spec

@@ -1,22 +1,23 @@
 Summary:	Programs for manipulating PostScript Type 1 fonts
 
 Name:		t1utils
-Version:	1.32
+Version:	1.36
 Release:	1%{?_dist_release}
-Source:		http://www.lcdf.org/type/t1utils-1.32.tar.gz
+
 URL:		http://www.lcdf.org/type/
 Group:		Applications/Publishing
 License:	freely modifiable and distributable
 
+Source:		http://www.lcdf.org/type/%{name}-%{version}.tar.gz
+
 Buildroot:      %{_tmppath}/%{name}-%{version}-root
 
 %description
-The t1utils package is a set of programs for
-manipulating PostScript Type 1 fonts. It contains
-programs to change between binary PFB format (for
-storage), ASCII PFA format (for printing), a
-human-readable and -editable ASCII format, and
-Macintosh resource forks.
+The t1utils package is a set of programs for manipulating 
+PostScript Type 1 fonts. It contains programs to change 
+between binary PFB format (for storage), ASCII PFA format 
+(for printing), a human-readable and -editable ASCII format, 
+and Macintosh resource forks.
 
 %prep
 %setup -q
@@ -49,6 +50,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
 %attr(0644,root,root) %{_mandir}/man1/t1mac.1*
 
 %changelog 
+* Mon Apr 25 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.36-1
+- updated to 1.36
+- built with current VineSeed
+
 * Sun Oct 12 2008 Shu KONNO <owa@bg.wakwak.com> 1.32-1vl5
 - applied new versioning policy