commit 1fae91d4cf24dc3521af07ce96d2ca4bc9464c79
Author: Jakub Bogusz <[email protected]>
Date:   Sun Nov 12 15:14:08 2023 +0100

    - new

 rdfind.spec | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
---
diff --git a/rdfind.spec b/rdfind.spec
new file mode 100644
index 0000000..267355c
--- /dev/null
+++ b/rdfind.spec
@@ -0,0 +1,41 @@
+Summary:       Redundant Data Find - tool for finding duplicate files
+Summary(pl.UTF-8):     Narzędzie do wyszukiwania duplikatów plików
+Name:          rdfind
+Version:       1.6.0
+Release:       1
+License:       GPL v2+
+Group:         Applications/File
+Source0:       https://rdfind.pauldreik.se/%{name}-%{version}.tar.gz
+# Source0-md5: 78423d8842ab8fbc93b2adb3902355ed
+URL:           https://rdfind.pauldreik.se/
+BuildRequires: libstdc++-devel >= 6:4.7
+BuildRequires: nettle-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+rdfind (Redundant Data Find) is a tool for finding duplicate files.
+
+%description -l pl.UTF-8
+rdfind (Redundant Data Find - wyszukiwanie nadmiarowych danych) to
+narzędzie do wyszukiwania duplikatów plików.
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog LICENSE README TODO
+%attr(755,root,root) %{_bindir}/rdfind
+%{_mandir}/man1/rdfind.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rdfind.git/commitdiff/1fae91d4cf24dc3521af07ce96d2ca4bc9464c79

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to