|
@@ -1,13 +1,16 @@
|
|
Name: dosfstools
|
|
Name: dosfstools
|
|
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux.
|
|
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux.
|
|
Summary(ja): LinuxでMS-DOS FAT filesystemsを作成/チェックするユーティリティ
|
|
Summary(ja): LinuxでMS-DOS FAT filesystemsを作成/チェックするユーティリティ
|
|
-Version: 3.0.28
|
|
|
|
|
|
+Version: 4.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
License: GPLv3+
|
|
License: GPLv3+
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
URL: https://github.com/dosfstools/dosfstools
|
|
URL: https://github.com/dosfstools/dosfstools
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
Source0: https://github.com/dosfstools/dosfstools/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
|
Source0: https://github.com/dosfstools/dosfstools/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
@@ -27,24 +30,32 @@ dosfstools パッケージには mkdosfs と dosfsck のユーティリティが
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
|
|
|
|
|
|
+autoreconf -i
|
|
|
|
+CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
|
|
|
|
+%configure --sbindir=/sbin
|
|
|
|
+make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
-make DESTDIR=%{buildroot} install PREFIX=%{_prefix} SBINDIR=/sbin
|
|
|
|
|
|
+make DESTDIR=%{buildroot} install
|
|
|
|
+
|
|
|
|
+rm -rf %{buildroot}%{_docdir}/${name}
|
|
|
|
|
|
%clean
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc ChangeLog COPYING doc/*-2.x
|
|
|
|
|
|
+%doc ChangeLog COPYING NEWS README* doc/*-2.x
|
|
/sbin/*
|
|
/sbin/*
|
|
%{_mandir}/man8/*
|
|
%{_mandir}/man8/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jun 4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0-1
|
|
|
|
+- updated to 4.0.
|
|
|
|
+
|
|
* Sun Dec 20 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.28-1
|
|
* Sun Dec 20 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.28-1
|
|
-- update to 3.0.28
|
|
|
|
|
|
+- updated to 3.0.28.
|
|
|
|
|
|
* Sun Nov 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.23-1
|
|
* Sun Nov 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.23-1
|
|
- update to 3.0.23
|
|
- update to 3.0.23
|