summaryrefslogtreecommitdiff
path: root/kpdfimport.spec
diff options
context:
space:
mode:
authorJakub Bogusz2004-07-31 00:15:34 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commite4586c4fafeadebf9e535b8caedcd2498f6e3c24 (patch)
tree49dbfac8c4d33615c34eb231c7a84ff924a0b709 /kpdfimport.spec
parent113a299a2d8bbe6f9fd33909b8829a73f57c5c76 (diff)
downloadkpdfimport-e4586c4fafeadebf9e535b8caedcd2498f6e3c24.zip
kpdfimport-e4586c4fafeadebf9e535b8caedcd2498f6e3c24.tar.gz
- update config.*; build fails because of size_t assumptions
Changed files: kpdfimport.spec -> 1.6
Diffstat (limited to 'kpdfimport.spec')
-rw-r--r--kpdfimport.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/kpdfimport.spec b/kpdfimport.spec
index da3b44b..44c20b3 100644
--- a/kpdfimport.spec
+++ b/kpdfimport.spec
@@ -1,5 +1,6 @@
# TODO:
+# - fails on sizeof(size_t) != sizeof(unsigned int)
# Fix build failure (at least with qt 3.0.5
# transform.h: warning: 1 trigraph(s) encountered
# FilterPage.cpp: In method `void PDFImport::Page::dump(const PDFImport::Paragraph &)':
@@ -17,12 +18,11 @@ Group: X11/Applications
Source0: http://dl.sourceforge.net/kpdfimport/%{name}-%{version}.tar.bz2
# Source0-md5: 222ecf1f2c9b5775e935e48c169dd1f5
URL: http://sourceforge.net/projects/kpdfimport/
+BuildRequires: automake
BuildRequires: kdelibs-devel
BuildRequires: koffice-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%define _htmldir /usr/share/doc/kde/HTML
-
%description
PDF import filter for KOffice (at the moment only for KWord). It
currently imports text with formatting (font, color, tabulations) and
@@ -37,6 +37,7 @@ tabulacje) oraz obrazki.
%setup -q
%build
+cp -f /usr/share/automake/config.* admin
%configure
%{__make}