2024-01-05 22:14:28 +01:00
|
|
|
Name: fdupes
|
2024-01-05 22:14:28 +01:00
|
|
|
Version: 2.2.1
|
2024-01-05 22:14:28 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 22:14:28 +01:00
|
|
|
Summary: A program for identifying or deleting duplicate files residing within specified directories
|
2024-01-05 22:14:28 +01:00
|
|
|
Group: Applications/File
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 22:14:28 +01:00
|
|
|
URL: https://github.com/adrianlopezroche/fdupes
|
|
|
|
Source0: https://github.com/adrianlopezroche/fdupes.git/v%{version}/fdupes-%{version}.tar.bz2
|
2024-01-05 22:14:28 +01:00
|
|
|
# from opensuse
|
|
|
|
Source1: macros.fdupes
|
2024-01-05 22:14:28 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libncurses-devel
|
|
|
|
BuildRequires: libpcre2-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 22:14:28 +01:00
|
|
|
License: MIT
|
|
|
|
|
|
|
|
%description
|
|
|
|
FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
|
|
|
|
|
2024-01-05 22:14:28 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 22:14:28 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 22:14:28 +01:00
|
|
|
autoreconf -f -i
|
2024-01-05 22:14:28 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 22:14:28 +01:00
|
|
|
%configure
|
2024-01-05 22:14:28 +01:00
|
|
|
|
2024-01-05 22:14:28 +01:00
|
|
|
%make
|
2024-01-05 22:14:28 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/rpm
|
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man1
|
|
|
|
|
|
|
|
install -pm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.fdupes
|
|
|
|
install -pm 755 fdupes %{buildroot}%{_bindir}/fdupes
|
|
|
|
install -pm 644 fdupes.1 %{buildroot}%{_mandir}/man1/
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sysconfdir}/rpm/macros.fdupes
|
|
|
|
%{_bindir}/fdupes
|
2024-01-05 22:14:28 +01:00
|
|
|
%{_mandir}/man1/fdupes.1*
|
|
|
|
%doc README
|
2024-01-05 22:14:28 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 22:14:28 +01:00
|
|
|
* Sat Sep 10 2022 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:14:28 +01:00
|
|
|
* Tue Aug 23 2022 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:14:28 +01:00
|
|
|
* Wed Sep 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.2-1mamba
|
|
|
|
- update to 2.1.2
|
|
|
|
|
|
|
|
* Fri Mar 27 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.0.0-1mamba
|
|
|
|
- update to 2.0.0
|
|
|
|
|
2024-01-05 22:14:28 +01:00
|
|
|
* Mon May 13 2013 Automatic Build System <autodist@mambasoft.it> 1.51-1mamba
|
|
|
|
- update to 1.51
|
|
|
|
|
|
|
|
* Wed Jun 02 2010 gil <puntogil@libero.it> 1.40-1mamba
|
|
|
|
- package created by autospec
|