rpms/jfbterm/devel jfbterm.spec, 1.11, 1.12 jfbterm-0.4.7-configure-header.patch, 1.1, NONE jfbterm-0.4.7-string_h-memmove.patch, 1.1, NONE

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sat Dec 15 15:43:46 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/jfbterm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8300

Modified Files:
	jfbterm.spec 
Removed Files:
	jfbterm-0.4.7-configure-header.patch 
	jfbterm-0.4.7-string_h-memmove.patch 
Log Message:
* Sun Dec 16 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.7-14
- Remove previous workaround patch for glibc >= 2.7.90
- Remove unneeded autoconf call



Index: jfbterm.spec
===================================================================
RCS file: /cvs/extras/rpms/jfbterm/devel/jfbterm.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- jfbterm.spec	6 Dec 2007 17:01:24 -0000	1.11
+++ jfbterm.spec	15 Dec 2007 15:43:08 -0000	1.12
@@ -1,7 +1,7 @@
 Summary:   Japanese Console for Linux Frame Buffer Device
 Name:      jfbterm
 Version:   0.4.7
-Release:   13%{?dist}
+Release:   14%{?dist}
 License:   BSD
 Group:     Applications/System
 Source0:   http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz
@@ -10,19 +10,22 @@
 Patch1:    jfbterm-0.4.7-remove-sticky.patch
 #Patch2:   jfbterm-0.4.6-x86_64.patch
 Patch3:    jfbterm-0.4.7-infinite_loop.patch
-Patch4:    jfbterm-0.4.7-configure-header.patch
+# What is patch4 for??
+#Patch4:    jfbterm-0.4.7-configure-header.patch
 Patch5:    jfbterm-0.4.7-userspace.patch
 Patch10:   jfbterm-0.4.7-remove-warning.patch
 Patch11:   jfbterm-0.4.7-mmap-newkernel.patch
 Patch12:   jfbterm-0.4.7-hang-onexit.patch
 Patch13:   jfbterm-0.4.7-pagemask_userspace.patch
+%if 0%{?fedora} == 8
 Patch14:   jfbterm-0.4.7-string_h-memmove.patch
+%endif
 
 BuildRoot:   %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 URL:         http://jfbterm.sourceforge.jp/
 
 BuildRequires:   gzip
-BuildRequires:   autoconf
+# BuildRequires:   autoconf
 # for tic
 BuildRequires:   ncurses
 # Now efont-unicode-bdf is split.
@@ -61,22 +64,25 @@
 %patch1 -p1 -b .remove_sticky
 %patch5 -p1 -b .userspace
 %patch3 -p1 -b .infinite_loop
-%patch4 -p1 -b .conf_header
+# ???
+#%%patch4 -p1 -b .conf_header
 %patch10 -p1 -b .remove_warn
 %patch11 -p1 -b .nmap_newkernel
 %patch12 -p1 -b .hang_onexit
 %patch13 -p1 -b .pagemask
+%if 0%{?fedora} == 8
 %patch14 -p1 -b .memmove
+%endif
+
+#autoconf
+touch Makefile.in aclocal.m4 config.h.in configure stamp-h.in
 
 %build
 # Copy fonts for a moment.
 cp -p %{_datadir}/fonts/japanese/efont-unicode-bdf/b16.pcf.gz fonts/
 
-# why does this package call autoheader automatically??
-touch Makefile.in configure aclocal.m4
-%{__autoheader}
-
 %configure --enable-direct-color
+touch stamp-h
 %{__make} %{?_smp_mflags}
 
 tic -C terminfo.jfbterm > jfbterm.termcap
@@ -183,6 +189,10 @@
 %endif
 
 %changelog
+* Sun Dec 16 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.7-14
+- Remove previous workaround patch for glibc >= 2.7.90
+- Remove unneeded autoconf call
+
 * Mon Dec  3 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.7-13
 - Add BR: jisksp16-1990-fonts due to fonts-japanese split
 - Workarround for bug 408731


--- jfbterm-0.4.7-configure-header.patch DELETED ---


--- jfbterm-0.4.7-string_h-memmove.patch DELETED ---




More information about the fedora-extras-commits mailing list