fix sbin prefix path [release 1.0.1-2mamba;Thu Oct 22 2015]
This commit is contained in:
parent
817d0eba89
commit
fdd50681fc
@ -1,6 +1,6 @@
|
|||||||
Name: gptfdisk
|
Name: gptfdisk
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A disk partitioning tool loosely modeled on Linux fdisk, but used for modifying GUID Partition Table (GPT) disks
|
Summary: A disk partitioning tool loosely modeled on Linux fdisk, but used for modifying GUID Partition Table (GPT) disks
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -33,7 +33,7 @@ GPT fdisk is a disk partitioning tool loosely modeled on Linux fdisk, but used f
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
for f in cgdisk fixparts gdisk sgdisk; do
|
for f in cgdisk fixparts gdisk sgdisk; do
|
||||||
install -D -m0755 $f %{buildroot}%{_sbindir}$f
|
install -D -m0755 $f %{buildroot}%{_sbindir}/$f
|
||||||
install -D -m0644 $f.8 %{buildroot}%{_mandir}/man8/$f.8
|
install -D -m0644 $f.8 %{buildroot}%{_mandir}/man8/$f.8
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -42,10 +42,10 @@ done
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sbindir}cgdisk
|
%{_sbindir}/cgdisk
|
||||||
%{_sbindir}fixparts
|
%{_sbindir}/fixparts
|
||||||
%{_sbindir}gdisk
|
%{_sbindir}/gdisk
|
||||||
%{_sbindir}sgdisk
|
%{_sbindir}/sgdisk
|
||||||
%{_mandir}/man8/cgdisk.8*
|
%{_mandir}/man8/cgdisk.8*
|
||||||
%{_mandir}/man8/fixparts.8*
|
%{_mandir}/man8/fixparts.8*
|
||||||
%{_mandir}/man8/gdisk.8*
|
%{_mandir}/man8/gdisk.8*
|
||||||
@ -53,6 +53,9 @@ done
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-2mamba
|
||||||
|
- fix sbin prefix path
|
||||||
|
|
||||||
* Mon Oct 19 2015 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
* Mon Oct 19 2015 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user