]> git.pld-linux.org Git - packages/unpaper.git/commitdiff
- up to 6.1 auto/th/unpaper-6.1-1
authorAdam Osuchowski <adwol@pld-linux.org>
Fri, 11 Sep 2015 14:00:06 +0000 (16:00 +0200)
committerAdam Osuchowski <adwol@pld-linux.org>
Fri, 11 Sep 2015 14:00:06 +0000 (16:00 +0200)
unpaper.spec

index 4b2eb0e5b0c1eed1cec371c68a859027f238d59e..d33049400912b9e4ca5c2dabd59458062cbc6493 100644 (file)
@@ -1,43 +1,51 @@
-#
 Summary:       Post-processing for scanned and photocopied book pages
 Name:          unpaper
-Version:       0.3
+Version:       6.1
 Release:       1
 License:       GPL v2
 Group:         Applications
-Source0:       http://download.berlios.de/unpaper/%{name}-%{version}.tar.gz
-# Source0-md5: be41eaf8556e7df39ab53939c99c4f7b
-URL:           http://unpaper.berlios.de/
+Source0:       https://github.com/Flameeyes/%{name}/archive/%{name}-%{version}.tar.gz
+# Source0-md5: ec5e54d6189773959d509b7c3f3d5c31
+URL:           https://www.flameeyes.eu/projects/unpaper
+BuildRequires: ffmpeg-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-unpaper is a post-processing tool for scanned sheets of paper, especially for
-book pages that have been scanned from previously created photocopies. The main
-purpose is to make scanned book pages better readable on screen after
-conversion to PDF. Additionally, unpaper might be useful to enhance the quality
-of scanned pages before performing optical character recognition (OCR). unpaper
-tries to clean scanned images by removing dark edges that appeared through
-scanning or copying on areas outside the actual page content (e.g. dark areas
-between the left-hand-side and the right-hand-side of a double- sided book-page
-scan). The program also tries to detect disaligned centering and rotation of
-pages and will automatically straighten each page by rotating it to the correct
-angle. This process is called "deskewing".
+unpaper is a post-processing tool for scanned sheets of paper,
+especially for book pages that have been scanned from previously
+created photocopies. The main purpose is to make scanned book pages
+better readable on screen after conversion to PDF. Additionally,
+unpaper might be useful to enhance the quality of scanned pages before
+performing optical character recognition (OCR). unpaper tries to clean
+scanned images by removing dark edges that appeared through scanning
+or copying on areas outside the actual page content (e.g. dark areas
+between the left-hand-side and the right-hand-side of a double- sided
+book-page scan). The program also tries to detect disaligned centering
+and rotation of pages and will automatically straighten each page by
+rotating it to the correct angle. This process is called "deskewing".
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{name}-%{version}
 
 %build
-%{__cc} %{rpmcflags} %{rpmldflags} -o unpaper src/unpaper.c -lm
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
-install unpaper $RPM_BUILD_ROOT%{_bindir}
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__mv} $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name} $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG LICENSE doc/*
-%attr(755,root,root) %{_bindir}/*
+%{_defaultdocdir}/%{name}-%{version}
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/unpaper.1*
This page took 0.063003 seconds and 4 git commands to generate.