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 294806 Details for
Bug 432651
RFE/Patch: split libwmflite into subpackage
[?]
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]
Split libwmflite into subpackage
libwmflite.patch (text/plain), 2.64 KB, created by
Ville Skyttä
on 2008-02-13 16:51:29 UTC
(
hide
)
Description:
Split libwmflite into subpackage
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2008-02-13 16:51:29 UTC
Size:
2.64 KB
patch
obsolete
>Index: libwmf.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/libwmf/devel/libwmf.spec,v >retrieving revision 1.33 >diff -u -r1.33 libwmf.spec >--- libwmf.spec 29 Aug 2007 07:21:00 -0000 1.33 >+++ libwmf.spec 13 Feb 2008 16:51:04 -0000 >@@ -1,7 +1,7 @@ >-Summary: Windows Metafile Library >+Summary: Windows MetaFile Library > Name: libwmf > Version: 0.2.8.4 >-Release: 17%{?dist} >+Release: 18%{?dist} > Group: System Environment/Libraries > License: LGPLv2+ > Source: http://downloads.sourceforge.net/wvware/%{name}-%{version}.tar.gz >@@ -15,13 +15,21 @@ > Patch5: libwmf-0.2.8.4-intoverflow.patch > Patch6: libwmf-0.2.8.4-reducesymbols.patch > Requires: urw-fonts >+Requires: %{name}-lite = %{version}-%{release} > Requires(post): %{_bindir}/update-gdk-pixbuf-loaders > Requires(postun): %{_bindir}/update-gdk-pixbuf-loaders > BuildRequires: gtk2-devel, libtool, libxml2-devel, gd-devel, libpng-devel > BuildRequires: libjpeg-devel, libXt-devel, libX11-devel, dos2unix, libtool > > %description >-A library for reading and converting Windows MetaFile vector graphics (WMF) >+A library for reading and converting Windows MetaFile vector graphics (WMF). >+ >+%package lite >+Summary: Windows Metafile parser library >+Group: System Environment/Libraries >+ >+%description lite >+A library for parsing Windows MetaFile vector graphics (WMF). > > %package devel > Summary: Support files necessary to compile applications with libwmf >@@ -47,7 +55,7 @@ > rm configure.ac > ln -s patches/acconfig.h acconfig.h > autoreconf -i -f >-%configure --with-libxml2 --disable-static >+%configure --with-libxml2 --disable-static --disable-dependency-tracking > export tagname=CC > make LIBTOOL=/usr/bin/libtool %{?_smp_mflags} > dos2unix doc/caolan/*.html >@@ -71,14 +79,18 @@ > /sbin/ldconfig > %{_bindir}/update-gdk-pixbuf-loaders %{_host} &>/dev/null || : > >+%post lite -p /sbin/ldconfig >+ > %postun > /sbin/ldconfig > %{_bindir}/update-gdk-pixbuf-loaders %{_host} &>/dev/null || : > >+%postun lite -p /sbin/ldconfig >+ > %files > %defattr(-,root,root,-) > %doc AUTHORS COPYING README >-%{_libdir}/lib*.so.* >+%{_libdir}/libwmf-*.so.* > %{_libdir}/gtk-2.0/*/loaders/*.so > %{_bindir}/wmf2svg > %{_bindir}/wmf2gd >@@ -88,6 +100,10 @@ > %{_bindir}/libwmf-fontmap > %{_datadir}/libwmf/ > >+%files lite >+%defattr(-,root,root,-) >+%{_libdir}/libwmflite-*.so.* >+ > %files devel > %defattr(-,root,root,-) > %doc doc/*.html >@@ -104,6 +120,10 @@ > rm -r $RPM_BUILD_ROOT > > %changelog >+* Wed Feb 13 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.2.8.4-18 >+- Split libwmflite (WMF parser) into -lite subpackage. >+- Build with dependency tracking disabled. >+ > * Wed Aug 29 2007 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-17 > - rebuild >
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 432651
: 294806