Installed compatibility symlinks

This commit is contained in:
Jaroslav Škarvada 2013-06-14 10:49:44 +02:00
parent d3a6a1236f
commit 7df4d4f639

View File

@ -1,7 +1,7 @@
Name: dosfstools
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux
Version: 3.0.20
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
Group: Applications/System
Source0: http://www.daniel-baumann.ch/software/dosfstools/%{name}-%{version}.tar.xz
@ -22,7 +22,7 @@ make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_B
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install-bin install-man PREFIX=%{_prefix} SBINDIR=/sbin
make DESTDIR=%{buildroot} install-bin install-man install-symlinks PREFIX=%{_prefix} SBINDIR=/sbin
%clean
rm -rf %{buildroot}
@ -34,6 +34,9 @@ rm -rf %{buildroot}
%{_mandir}/*
%changelog
* Fri Jun 14 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 3.0.20-2
- Installed compatibility symlinks
* Thu Jun 13 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 3.0.20-1
- New version
Resolves: rhbz#973937