Name: partclone Version: 0.2.89 Release: 1%{?dist} Summary: File System Clone Utilities License: GPLv2+ # Notified upstream of incorrect FSF address: # https://github.com/Thomas-Tsai/partclone/issues/83 URL: http://partclone.sf.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRequires: e2fsprogs-devel BuildRequires: ntfs-3g-devel ntfs-3g BuildRequires: ntfs-3g-devel BuildRequires: ncurses-devel BuildRequires: libuuid-devel BuildRequires: libblkid-devel BuildRequires: automake #BuildRequires: libvmfs-devel %description Partclone provides utilities to back up and restore used-blocks of a partition and it is designed for higher compatibility of the file system by using existing library, e.g. e2fslibs is used to read and write the ext2 partition. %prep %setup -q %build %configure \ --enable-hfsp \ --enable-fat \ --enable-exfat \ --enable-ntfs \ --enable-extfs \ --enable-btrfs \ --enable-minix \ --enable-mtrace \ --enable-fs-test # --enable-vmfs \ make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install %find_lang %name %files -f %{name}.lang %license COPYING %doc AUTHORS ChangeLog README.md %doc %{_mandir}/man?/* %{_sbindir}/%{name}.* %{_datadir}/%{name} %changelog * Wed Dec 14 2016 Eric Smith 0.2.89-1 - Initial version based on a spec file by Lawrence R. Rogers .