Updated to 0.5.0.
This commit is contained in:
parent
9d7003b15f
commit
479a21de4e
@ -1 +1 @@
|
||||
pdf2djvu_0.4.13.tar.gz
|
||||
pdf2djvu_0.5.0.tar.gz
|
||||
|
@ -1 +1,2 @@
|
||||
pdf2djvu-0_4_13-3_fc10:HEAD:pdf2djvu-0.4.13-3.fc10.src.rpm:1226407417
|
||||
pdf2djvu-0_5_0-1_fc10:HEAD:pdf2djvu-0.5.0-1.fc10.src.rpm:1232124128
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- pdf2djvu-0.4.13.org/system.cc 2008-11-04 13:04:07.000000000 +0100
|
||||
+++ pdf2djvu-0.4.13/system.cc 2008-11-04 13:04:31.000000000 +0100
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <cerrno>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
+#include <cstring>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <dirent.h>
|
@ -1,12 +1,11 @@
|
||||
Name: pdf2djvu
|
||||
Version: 0.4.13
|
||||
Release: 3%{?dist}
|
||||
Version: 0.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: PDF to DjVu converter
|
||||
Group: Applications/Publishing
|
||||
License: GPLv2+
|
||||
URL: http://pdf2djvu.googlecode.com/
|
||||
Source0: http://pdf2djvu.googlecode.com/files/%{name}_%{version}.tar.gz
|
||||
Patch0: pdf2djvu-strerror.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: djvulibre-devel
|
||||
@ -22,15 +21,15 @@ metadata.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .stderr
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS"
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
|
||||
install -p -m 644 -D {doc,%{buildroot}%{_mandir}/man1}/pdf2djvu.1
|
||||
install -p -m 755 -D {,%{buildroot}%{_bindir}/}pdf2djvu
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -41,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Sat Jan 17 2009 Rakesh Pandit <rakesh@fedoraproject.org> 0.5.0-1
|
||||
- Updated to 0.5.0
|
||||
|
||||
* Mon Nov 10 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.4.13-3
|
||||
- Cleaned useless permissions in %%files section
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user