|
|
@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
|
|
|
Class: EVAL
|
|
|
Group: Graphics
|
|
|
License: GPL
|
|
|
-Version: 0.46
|
|
|
-Release: 20081023
|
|
|
+Version: 0.47
|
|
|
+Release: 20090330
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://switch.dl.sourceforge.net/sourceforge/jocr/gocr-%{version}.tar.gz
|
|
|
@@ -81,18 +81,10 @@ AutoReqProv: no
|
|
|
|
|
|
%{l_shtool} mkdir -f -p -m 755 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/bin \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/include \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/lib \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/man/man1
|
|
|
%{l_shtool} install -c -s -m 755 \
|
|
|
bin/gocr \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/bin/
|
|
|
- %{l_shtool} install -c -m 644 \
|
|
|
- src/gocr.h \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/include/
|
|
|
- %{l_shtool} install -c -m 644 \
|
|
|
- src/libPgm2asc.a \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/lib/
|
|
|
%{l_shtool} install -c -m 644 \
|
|
|
man/man1/gocr.1 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/man/man1/
|