Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 148968 Details for
Bug 225235
Merge Review: a2ps
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
spec file patch to avoid running the autotools
a2ps.spec.diff (text/plain), 2.44 KB, created by
Patrice Dumas
on 2007-02-28 22:24:51 UTC
(
hide
)
Description:
spec file patch to avoid running the autotools
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2007-02-28 22:24:51 UTC
Size:
2.44 KB
patch
obsolete
>? a2ps-4.13 >? a2ps-4.13-save >? a2ps-4.13b-60.src.rpm >? a2ps-external-libtool.patch >? i386 >Index: a2ps.spec >=================================================================== >RCS file: /cvs/dist/rpms/a2ps/devel/a2ps.spec,v >retrieving revision 1.60 >diff -u -3 -p -r1.60 a2ps.spec >--- a2ps.spec 28 Feb 2007 13:24:44 -0000 1.60 >+++ a2ps.spec 28 Feb 2007 22:19:47 -0000 >@@ -38,8 +38,9 @@ Patch30: a2ps-psset.patch > Patch31: a2ps-mb.patch > Patch32: a2ps-perl.patch > Patch33: a2ps-build.patch >+Patch34: a2ps-external-libtool.patch > Requires: fileutils sh-utils info >-BuildRequires: /usr/bin/emacs, gperf, flex, libtool, texinfo, groff >+BuildRequires: /usr/bin/emacs, flex, libtool, texinfo, groff > BuildRequires: ImageMagick > BuildRequires: groff-perl > BuildRequires: cups >@@ -62,6 +63,10 @@ and medias. > > %prep > %setup -q -n %{name}-4.13 -a 1 >+ >+# use __timestamp_configure.in to hold the configure.in timestamp >+touch -r configure.in __timestamp_configure.in >+ > %patch0 -p1 > %patch1 -p1 > %patch2 -p1 >@@ -106,10 +111,13 @@ and medias. > %patch23 -p1 -b .includes > > # Fixed m4 files. >-%patch24 -p1 -b .underquoted >+#%patch24 -p1 -b .underquoted > > # Fixed configure.in. >-%patch25 -p1 -b .autoconf >+#%patch25 -p1 -b .autoconf >+ >+# use external libtool >+%patch34 -p1 -b .external-libtool > > # Fix problems in make_fonts_map script (bug #142299). Patch from > # Michal Jaegermann. >@@ -131,26 +139,34 @@ and medias. > %patch31 -p1 -b .mb > > # Make ogonkify build. >-%patch32 -p1 -b .perl >+#%patch32 -p1 -b .perl > > # Fix reference to a2ps binary (bug #112930). > perl -pi -e "s,/usr/local/bin,%{_bindir}," contrib/emacs/a2ps.el >-libtoolize --copy --force >-cp /usr/share/aclocal/libtool.m4 m4/ >-aclocal -I m4 >-autoconf >-pushd ogonkify >-autoconf >-popd >+#libtoolize --copy --force >+#cp /usr/share/aclocal/libtool.m4 m4/ >+#aclocal -I m4 >+#autoconf >+#pushd ogonkify >+#autoconf >+#popd > >-%patch33 -p1 -b .build >+#%patch33 -p1 -b .build > > chmod -x lib/basename.c lib/xmalloc.c > >+# restore timestamps of patched files >+touch -r __timestamp_configure.in configure.in >+rm __timestamp_configure.in >+touch -r config.h.in.euc config.h.in >+touch -r configure.orig configure Makefile.in >+touch -r src/Makefile.am.euc src/Makefile.am >+touch -r fonts/Makefile.in src/Makefile.in etc/Makefile.in lib/Makefile.in >+ > %build > chmod 644 {po/ja.po,encoding/euc-jp.edf,README.eucJP}.euc > chmod 644 encoding/euc-kr.edf.euckr >-touch `find $PWD` >+#touch `find $PWD` > EMACS=emacs %configure \ > --with-medium=_glibc \ > --enable-kanji
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225235
:
148925
|
148967
| 148968 |
149673