|
@@ -2,13 +2,18 @@ Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
|
Summary(ja): ATA S.M.A.R.T. ディスクモニタリングライブラリ
|
|
Summary(ja): ATA S.M.A.R.T. ディスクモニタリングライブラリ
|
|
Name: libatasmart
|
|
Name: libatasmart
|
|
Version: 0.19
|
|
Version: 0.19
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
-Source0: http://0pointer.de/public/libatasmart-%{version}.tar.xz
|
|
+Distribution: Vine Linux
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Url: http://git.0pointer.de/?p=libatasmart.git;a=summary
|
|
Url: http://git.0pointer.de/?p=libatasmart.git;a=summary
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
-BuildRequires: eudev-libudev-devel
|
|
+Source0: http://0pointer.de/public/libatasmart-%{version}.tar.xz
|
|
|
|
+Patch0: libatasmart-0.19-wd-fix.patch
|
|
|
|
+
|
|
|
|
+BuildRequires: libudev-devel
|
|
|
|
|
|
%description
|
|
%description
|
|
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
|
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
|
@@ -30,6 +35,7 @@ Development Files for libatasmart Client Development
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%autopatch -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --disable-static
|
|
%configure --disable-static
|
|
@@ -46,7 +52,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc README LGPL
|
|
+%license LGPL
|
|
|
|
+%doc README
|
|
%{_libdir}/libatasmart.so.*
|
|
%{_libdir}/libatasmart.so.*
|
|
%{_sbindir}/skdump
|
|
%{_sbindir}/skdump
|
|
%{_sbindir}/sktest
|
|
%{_sbindir}/sktest
|
|
@@ -60,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%doc blob-examples/SAMSUNG* blob-examples/ST* blob-examples/Maxtor* blob-examples/WDC* blob-examples/FUJITSU* blob-examples/INTEL* blob-examples/TOSHIBA*
|
|
%doc blob-examples/SAMSUNG* blob-examples/ST* blob-examples/Maxtor* blob-examples/WDC* blob-examples/FUJITSU* blob-examples/INTEL* blob-examples/TOSHIBA*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Mar 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.19-2
|
|
|
|
+- import Patch0 from rawhide.
|
|
|
|
+
|
|
* Sun May 17 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.19-1
|
|
* Sun May 17 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.19-1
|
|
- update to 0.19
|
|
- update to 0.19
|
|
|
|
|