| |
@@ -11,8 +11,8 @@
|
| |
# Not all of data is shipped, but it's needed for the test suite.
|
| |
# You may check out it like so:
|
| |
# git clone --no-checkout https://github.com/prawnpdf/prawn.git
|
| |
- # cd prawn && git archive -v -o prawn-data.txz 2.4.0 data spec/data
|
| |
- Source1: %{gem_name}-data.txz
|
| |
+ # cd prawn && git archive -v -o prawn-2.4.0-data.txz 2.4.0 data
|
| |
+ Source1: %{gem_name}-%{version}-data.txz
|
| |
BuildRequires: ruby
|
| |
BuildRequires: ruby(release)
|
| |
BuildRequires: rubygems-devel >= 1.3.6
|
| |
@@ -21,6 +21,7 @@
|
| |
BuildRequires: rubygem(pdf-reader) >= 1.4.0
|
| |
BuildRequires: rubygem(pdf-inspector) >= 1.2.1
|
| |
BuildRequires: rubygem(pdf-core) >= 0.9.0
|
| |
+ BuildRequires: rubygem(bigdecimal)
|
| |
BuildArch: noarch
|
| |
|
| |
%description
|
| |
The current state does not build. I've fixed the data source and re-added the missing bigdecimal dependency (required in tests).