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 147141 Details for
Bug 225477
Missing headers in poppler-devel?
[?]
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
poppler.spec.patch (text/plain), 7.71 KB, created by
Stephanos Manos
on 2007-02-01 20:46:13 UTC
(
hide
)
Description:
spec file patch
Filename:
MIME Type:
Creator:
Stephanos Manos
Created:
2007-02-01 20:46:13 UTC
Size:
7.71 KB
patch
obsolete
>--- poppler.spec.orig 2007-01-31 23:07:22.000000000 +0200 >+++ poppler.spec 2007-02-01 01:48:06.000000000 +0200 >@@ -1,19 +1,20 @@ > %define dataversion 0.1 > >-Summary: PDF rendering library >-Name: poppler >-Version: 0.5.4 >-Release: 5%{?dist} >-License: GPL >-Group: Development/Libraries >-URL: http://poppler.freedesktop.org/ >-Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.gz >-Source1: http://poppler.freedesktop.org/poppler-data-%{dataversion}.tar.gz >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root >- >-BuildRequires: gtk2-devel >-BuildRequires: cairo-devel >-BuildRequires: qt-devel >+Summary: PDF rendering library >+Name: poppler >+Version: 0.5.4 >+Release: 6%{?dist} >+License: GPL >+Group: Development/Libraries >+URL: http://poppler.freedesktop.org/ >+Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.gz >+Source1: http://poppler.freedesktop.org/poppler-data-%{dataversion}.tar.gz >+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root >+ >+BuildRequires: gtk2-devel >+BuildRequires: cairo-devel >+BuildRequires: qt-devel >+BuildRequires: qt4-devel > > %description > Poppler, a PDF rendering library, it's a fork of the xpdf PDF >@@ -32,6 +33,20 @@ > You should install the poppler-devel package if you would like to > compile applications based on poppler. > >+%package addheaders-devel >+Summary: Libraries and headers for poppler >+Group: Development/Libraries >+Requires: %{name}-devel = %{version}-%{release} >+Requires: pkgconfig >+ >+%description addheaders-devel >+Poppler, a PDF rendering library, it's a fork of the xpdf PDF >+viewer developed by Derek Noonburg of Glyph and Cog, LLC. >+ >+You should install the poppler-devel-adheaders package if you would like to >+compile applications based on poppler and it's unsupported xpdf headers. >+ >+ > %package qt > Summary: Qt wrapper for poppler > Group: System Environment/Libraries >@@ -48,8 +63,25 @@ > %description qt-devel > %{summary}. > >+%package qt4 >+Summary: Qt4 wrapper for poppler >+Group: System Environment/Libraries >+Requires: %{name} = %{version}-%{release} >+%description qt4 >+%{summary}. >+ >+%package qt4-devel >+Summary: Development files for Qt4 wrapper >+Group: Development/Libraries >+Requires: %{name}-qt4 = %{version}-%{release} >+Requires: %{name}-devel = %{version}-%{release} >+Requires: qt4-devel >+%description qt4-devel >+%{summary}. >+ >+ > %package utils >-Summary: Command line utilities for converting PDF files. >+Summary: Command line utilities for converting PDF files > Group: Applications/Text > Requires: %{name} = %{version}-%{release} > Conflicts: xpdf <= 1:3.01-8 >@@ -74,7 +106,9 @@ > %configure \ > --disable-static \ > --enable-cairo-output \ >- --enable-poppler-qt >+ --enable-poppler-qt \ >+ --enable-poppler-qt4 \ >+ --enable-xpdf-headers > ) > make %{?_smp_mflags} -C %{name}-%{version} > >@@ -83,10 +117,27 @@ > rm -rf $RPM_BUILD_ROOT > make -C %{name}-%{version} DESTDIR=$RPM_BUILD_ROOT install > make -C %{name}-data-%{dataversion} \ >- DESTDIR=$RPM_BUILD_ROOT datadir=%{_datadir} install >+ DESTDIR=$RPM_BUILD_ROOT datadir=%{_datadir} install > > rm $RPM_BUILD_ROOT%{_libdir}/lib*.la > >+rm $RPM_BUILD_ROOT%{_includedir}/poppler/Function.cc >+ >+ >+%post -p /sbin/ldconfig >+ >+%post qt -p /sbin/ldconfig >+ >+%post qt4 -p /sbin/ldconfig >+ >+%postun -p /sbin/ldconfig >+ >+%postun qt -p /sbin/ldconfig >+ >+%postun qt4 -p /sbin/ldconfig >+ >+ >+ > > %clean > rm -rf $RPM_BUILD_ROOT >@@ -124,7 +175,121 @@ > %{_bindir}/* > %{_mandir}/man1/* > >+%files addheaders-devel >+%defattr(-,root,root,-) >+%{_includedir}/poppler/Annot.h >+%{_includedir}/poppler/Array.h >+%{_includedir}/poppler/BaseFile.h >+%{_includedir}/poppler/BuiltinFont.h >+%{_includedir}/poppler/BuiltinFontTables.h >+%{_includedir}/poppler/CMap.h >+%{_includedir}/poppler/Catalog.h >+%{_includedir}/poppler/CharCodeToUnicode.h >+%{_includedir}/poppler/CharTypes.h >+%{_includedir}/poppler/CompactFontTables.h >+%{_includedir}/poppler/Decrypt.h >+%{_includedir}/poppler/Dict.h >+%{_includedir}/poppler/Error.h >+%{_includedir}/poppler/ErrorCodes.h >+%{_includedir}/poppler/FontEncodingTables.h >+%{_includedir}/poppler/FontInfo.h >+#%{_includedir}/poppler/Function.cc >+%{_includedir}/poppler/Function.h >+%{_includedir}/poppler/Gfx.h >+%{_includedir}/poppler/GfxFont.h >+%{_includedir}/poppler/GfxState.h >+%{_includedir}/poppler/GlobalParams.h >+%{_includedir}/poppler/JArithmeticDecoder.h >+%{_includedir}/poppler/JBIG2Stream.h >+%{_includedir}/poppler/JPXStream.h >+%{_includedir}/poppler/Lexer.h >+%{_includedir}/poppler/Link.h >+%{_includedir}/poppler/NameToCharCode.h >+%{_includedir}/poppler/NameToUnicodeTable.h >+%{_includedir}/poppler/Object.h >+%{_includedir}/poppler/Outline.h >+%{_includedir}/poppler/OutputDev.h >+%{_includedir}/poppler/PDFDoc.h >+%{_includedir}/poppler/PDFDocEncoding.h >+%{_includedir}/poppler/PSOutputDev.h >+%{_includedir}/poppler/PSTokenizer.h >+%{_includedir}/poppler/Page.h >+%{_includedir}/poppler/Parser.h >+%{_includedir}/poppler/ProfileData.h >+%{_includedir}/poppler/SecurityHandler.h >+%{_includedir}/poppler/SplashOutputDev.h >+%{_includedir}/poppler/Stream-CCITT.h >+%{_includedir}/poppler/Stream.h >+%{_includedir}/poppler/TextOutputDev.h >+%{_includedir}/poppler/UGooString.h >+%{_includedir}/poppler/UTF8.h >+%{_includedir}/poppler/UnicodeCClassTables.h >+%{_includedir}/poppler/UnicodeCompTables.h >+%{_includedir}/poppler/UnicodeDecompTables.h >+%{_includedir}/poppler/UnicodeMap.h >+%{_includedir}/poppler/UnicodeMapTables.h >+%{_includedir}/poppler/UnicodeTypeTable.h >+%{_includedir}/poppler/XRef.h >+%{_includedir}/poppler/XpdfPluginAPI.h >+%{_includedir}/poppler/goo/FixedPoint.h >+%{_includedir}/poppler/goo/GooHash.h >+%{_includedir}/poppler/goo/GooList.h >+%{_includedir}/poppler/goo/GooMutex.h >+%{_includedir}/poppler/goo/GooString.h >+%{_includedir}/poppler/goo/GooTimer.h >+%{_includedir}/poppler/goo/GooVector.h >+%{_includedir}/poppler/goo/gfile.h >+%{_includedir}/poppler/goo/gmem.h >+%{_includedir}/poppler/goo/gtypes.h >+%{_includedir}/poppler/poppler-config.h >+%{_includedir}/poppler/splash/Splash.h >+%{_includedir}/poppler/splash/SplashBitmap.h >+%{_includedir}/poppler/splash/SplashClip.h >+%{_includedir}/poppler/splash/SplashErrorCodes.h >+%{_includedir}/poppler/splash/SplashFTFont.h >+%{_includedir}/poppler/splash/SplashFTFontEngine.h >+%{_includedir}/poppler/splash/SplashFTFontFile.h >+%{_includedir}/poppler/splash/SplashFont.h >+%{_includedir}/poppler/splash/SplashFontEngine.h >+%{_includedir}/poppler/splash/SplashFontFile.h >+%{_includedir}/poppler/splash/SplashFontFileID.h >+%{_includedir}/poppler/splash/SplashGlyphBitmap.h >+%{_includedir}/poppler/splash/SplashMath.h >+%{_includedir}/poppler/splash/SplashPath.h >+%{_includedir}/poppler/splash/SplashPattern.h >+%{_includedir}/poppler/splash/SplashScreen.h >+%{_includedir}/poppler/splash/SplashState.h >+%{_includedir}/poppler/splash/SplashT1Font.h >+%{_includedir}/poppler/splash/SplashT1FontEngine.h >+%{_includedir}/poppler/splash/SplashT1FontFile.h >+%{_includedir}/poppler/splash/SplashTypes.h >+%{_includedir}/poppler/splash/SplashXPath.h >+%{_includedir}/poppler/splash/SplashXPathScanner.h >+ >+%files qt4 >+%defattr(-,root,root,-) >+%{_libdir}/libpoppler-qt4.so.* >+ >+%files qt4-devel >+%defattr(-,root,root,-) >+%{_libdir}/libpoppler-qt4.so >+%{_libdir}/pkgconfig/poppler-qt4.pc >+%{_includedir}/poppler/poppler-qt4.h >+%{_includedir}/poppler/poppler-annotation.h >+%{_includedir}/poppler/poppler-link.h >+ >+#%{_includedir}/poppler/poppler-link-qt4.h >+#%{_includedir}/poppler/poppler-page-transition.h >+ >+ >+ > %changelog >+* Wed Jan 31 2007 Stephanos Manos <stefmanos AT gmail DOT com> 0.5.4-6 >+- added %%configure option --enable-xpdf-headers >+- added a new subpackage for xpdf headers >+- added config option and subpackages for qt4 bindings >+- added %%post and %%postun ldconfig calls >+ > * Fri Dec 15 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-5 > - Include epoch in the Provides/Obsoletes for xpdf-utils >
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 225477
: 147141 |
147315