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 311355 Details for
Bug 454600
update expat-devel package to include automake macros
[?]
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]
patch to expat.spec
expat-spec.patch (text/plain), 1.57 KB, created by
Stijn Hoop
on 2008-07-09 09:16:14 UTC
(
hide
)
Description:
patch to expat.spec
Filename:
MIME Type:
Creator:
Stijn Hoop
Created:
2008-07-09 09:16:14 UTC
Size:
1.57 KB
patch
obsolete
>--- expat.spec.orig 2008-07-09 10:24:55.000000000 +0200 >+++ expat.spec 2008-07-09 10:50:26.000000000 +0200 >@@ -1,13 +1,15 @@ > Summary: An XML parser library > Name: expat > Version: 2.0.1 >-Release: 5 >+Release: 6 > Group: System Environment/Libraries > Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz >+Patch0: conftools-expat-m4.patch > URL: http://www.libexpat.org/ > License: MIT > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > BuildRequires: autoconf, automake, libtool >+Requires: automake > > %description > This is expat, the C library for parsing XML, written by James Clark. Expat >@@ -28,6 +30,8 @@ > > %prep > %setup -q >+%patch0 >+chmod -x lib/*.[ch] xmlwf/*.[ch] > > %build > rm -rf autom4te*.cache >@@ -53,6 +57,10 @@ > lib=`echo $RPM_BUILD_ROOT/%{_lib}/libexpat.so.*.*` > ln -sf ../../%{_lib}/`basename ${lib}` $RPM_BUILD_ROOT%{_libdir}/libexpat.so > >+install -d 755 $RPM_BUILD_ROOT/%{_datadir}/aclocal >+install -m 644 conftools/expat.m4 $RPM_BUILD_ROOT/%{_datadir}/aclocal >+install -m 644 conftools/ac_c_bigendian_cross.m4 $RPM_BUILD_ROOT/%{_datadir}/aclocal >+ > %clean > rm -rf ${RPM_BUILD_ROOT} > >@@ -72,8 +80,14 @@ > %{_libdir}/lib*.so > %{_libdir}/lib*.*a > %{_includedir}/*.h >+%{_datadir}/aclocal/expat.m4 >+%{_datadir}/aclocal/ac_c_bigendian_cross.m4 > > %changelog >+* Wed Jul 9 2008 Stijn Hoop <stijn@sandcat.nl> - 2.0.1-6 >+- Include automake macros in -devel package >+- Silence rpmlint warnings about executable source files in -debuginfo package >+ > * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.0.1-5 > - Autorebuild for GCC 4.3 >
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 454600
: 311355 |
311356