update spec
This commit is contained in:
parent
933343e945
commit
d3390878ed
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,2 +1,6 @@
|
||||
libatasmart-0.17.tar.gz
|
||||
/libatasmart-0.17.tar.gz
|
||||
/libatasmart-0.18.tar.gz
|
||||
/.build-*
|
||||
*.src.rpm
|
||||
/x86_64/
|
||||
libatasmart-*/
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: libatasmart
|
||||
Version: 0.17
|
||||
Release: 3%{?dist}
|
||||
Version: 0.18
|
||||
Release: 1%{?dist}
|
||||
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
||||
Group: System Environment/Libraries
|
||||
Source0: http://0pointer.de/public/libatasmart-%{version}.tar.gz
|
||||
@ -9,9 +9,6 @@ Url: http://git.0pointer.de/?p=libatasmart.git;a=summary
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libudev-devel
|
||||
|
||||
# https://bugs.freedesktop.org/show_bug.cgi?id=25543
|
||||
Patch0: libatasmart-uninitialized-var.patch
|
||||
|
||||
%description
|
||||
A scmall and lightweight parser library for ATA S.M.A.R.T. hard disk
|
||||
health monitoring.
|
||||
@ -31,7 +28,6 @@ Development Files for libatasmart Client Development
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .uninitialized-var.patch
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -62,6 +58,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* blob-examples/MCC*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 11 2011 Lennart Poettering <lpoetter@redhat.com> - 0.18-1
|
||||
- New upstream release
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user