- cleanup qt3 hack
- %description cosmetics
This commit is contained in:
parent
e19d3f0d57
commit
c539518faf
18
poppler.spec
18
poppler.spec
@ -3,7 +3,7 @@
|
||||
Summary: PDF rendering library
|
||||
Name: poppler
|
||||
Version: 0.8.7
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2 and Redistributable, no modification permitted
|
||||
# the code is GPLv2
|
||||
# the charmap data in /usr/share/poppler is redistributable
|
||||
@ -30,9 +30,6 @@ Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
Poppler, a PDF rendering library, is a fork of the xpdf PDF
|
||||
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
||||
|
||||
You should install the poppler-devel package if you would like to
|
||||
compile applications based on poppler.
|
||||
|
||||
@ -49,7 +46,6 @@ Summary: Development files for glib wrapper
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}-glib = %{version}-%{release}
|
||||
Requires: %{name}-devel = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
Requires: gtk-doc
|
||||
|
||||
%description glib-devel
|
||||
@ -57,14 +53,14 @@ Requires: gtk-doc
|
||||
|
||||
|
||||
%package qt
|
||||
Summary: Qt wrapper for poppler
|
||||
Summary: Qt3 wrapper for poppler
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%description qt
|
||||
%{summary}.
|
||||
|
||||
%package qt-devel
|
||||
Summary: Development files for Qt wrapper
|
||||
Summary: Development files for Qt3 wrapper
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}-qt = %{version}-%{release}
|
||||
Requires: %{name}-devel = %{version}-%{release}
|
||||
@ -116,8 +112,8 @@ popd
|
||||
|
||||
%build
|
||||
pushd %{name}-%{version}
|
||||
# despair
|
||||
sed -i s/qt3/qt-3.3/g configure
|
||||
# can use in a pinch, but isn't necessary (in general) -- Rex
|
||||
unset QTDIR && . /etc/profile.d/qt.sh
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-cairo-output \
|
||||
@ -199,6 +195,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 16 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.8.7-2
|
||||
- cleanup qt3 hack
|
||||
- %%description cosmetics
|
||||
|
||||
* Sun Sep 7 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.7-1
|
||||
- Update to 0.8.7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user