Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-15-SP6:GA
duperemove
duperemove.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File duperemove.spec of Package duperemove
# # spec file for package duperemove # # Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define samename btrfs-extent-same Name: duperemove Version: 0.12 Release: 0 Summary: Software to find duplicate extents in files and remove them License: GPL-2.0-only Group: System/Filesystems URL: https://github.com/markfasheh/duperemove Source: https://github.com/markfasheh/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz %if 0%{?suse_version} <= 1500 %define req_gcc_ver 12 BuildRequires: gcc%{req_gcc_ver} %endif BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(sqlite3) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Duperemove finds duplicate extents in files and prints them to the console. It also has the option to deduplicate extents on those file systems which support the Linux extent-same ioctl. %package -n %{samename} Summary: Debug/Test tool to exercise the btrfs out-of-band deduplication ioctl Group: System/Filesystems %description -n %{samename} Debug/Test tool to exercise a btrfs ioctl for deduplicating file regions. %prep %setup -q %build %if 0%{?suse_version} <= 1500 CC="CC=/usr/bin/gcc-%{req_gcc_ver}" %endif make %{?_smp_mflags} $CC CFLAGS="%{optflags} -fcommon" %install %make_install PREFIX="%{_prefix}" %files -n %{samename} %defattr(-, root, root) %{_bindir}/%{samename} %{_mandir}/man?/%{samename}.8%{ext_man} %files %defattr(-, root, root) %doc LICENSE README.md %{_bindir}/duperemove %{_bindir}/hashstats %{_bindir}/show-shared-extents %{_mandir}/man?/%{name}.8%{ext_man} %{_mandir}/man?/hashstats.8%{ext_man} %{_mandir}/man?/show-shared-extents.8%{ext_man} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor