$ git show --format=fuller --patch-with-stat --summary b185cf52eec493d293f651eb83ac5d053b390b7e
commit b185cf52eec493d293f651eb83ac5d053b390b7e
Author: mandian <mandian@users.noreply.github.com>
AuthorDate: Tue Apr 22 10:19:30 2025 +0100
Commit: mandian <mandian@users.noreply.github.com>
CommitDate: Tue Apr 22 10:19:30 2025 +0100
rebuild for libpoppler
---
pdfgrep.spec | 24 ++++++++----------------
1 file changed, 8 insertions(+), 16 deletions(-)
diff --git a/pdfgrep.spec b/pdfgrep.spec
index fd1c7bc..d80361b 100644
--- a/pdfgrep.spec
+++ b/pdfgrep.spec
@@ -1,7 +1,7 @@
Name: pdfgrep
Summary: search in pdf files for strings matching a regular expression
Version: 2.2.0
-Release: 1
+Release: 2
Source0: https://pdfgrep.org/download/pdfgrep-%{version}.tar.gz
#Patch0: pdfgrep-1.3.2-compile.patch
Url: https://pdfgrep.org/
@@ -13,6 +13,8 @@ BuildRequires: pkgconfig(libgcrypt)
BuildRequires: pkgconfig(poppler-cpp)
BuildRequires: pkgconfig(libpcre2-8)
+BuildSystem: autotools
+
%description
Pdfgrep is a tool to search text in PDF files. It works similar to grep.
Features:
@@ -24,20 +26,10 @@ Features:
- count occurrences.
* and the most important feature: color output!
-%prep
-%autosetup -p1
-%configure
-
-%build
-%make_build
-
-%install
-%make_install
-
%files
-%defattr(0755,root,root)
-%doc COPYING AUTHORS
-%{_mandir}/man1/%{name}.1*
+%license COPYING
+%doc AUTHORS
%{_bindir}/%{name}
-%{_datadir}/bash-completion/completions/pdfgrep
-%{_datadir}/zsh/site-functions/_pdfgrep
+%{_datadir}/bash-completion/completions/%{name}
+%{_datadir}/zsh/site-functions/_%{name}
+%{_mandir}/man1/%{name}.1*