New upstream release
This commit is contained in:
parent
168826d0c0
commit
4665c2eb5e
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
*.src.rpm
|
*.src.rpm
|
||||||
/x86_64/
|
/x86_64/
|
||||||
libatasmart-*/
|
libatasmart-*/
|
||||||
|
/libatasmart-0.19.tar.xz
|
||||||
|
@ -1,16 +1,15 @@
|
|||||||
Name: libatasmart
|
Name: libatasmart
|
||||||
Version: 0.18
|
Version: 0.19
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: http://0pointer.de/public/libatasmart-%{version}.tar.gz
|
Source0: http://0pointer.de/public/libatasmart-%{version}.tar.xz
|
||||||
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-%(%{__id_u} -n)
|
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A scmall 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
|
||||||
health monitoring.
|
health monitoring.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -34,14 +33,10 @@ Development Files for libatasmart Client Development
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
find $RPM_BUILD_ROOT \( -name *.a -o -name *.la \) -exec rm {} \;
|
find $RPM_BUILD_ROOT \( -name *.a -o -name *.la \) -exec rm {} \;
|
||||||
rm $RPM_BUILD_ROOT%{_docdir}/libatasmart/README
|
rm $RPM_BUILD_ROOT%{_docdir}/libatasmart/README
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README LGPL
|
%doc README LGPL
|
||||||
@ -58,6 +53,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*
|
%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
|
%changelog
|
||||||
|
* Sun May 20 2012 Lennart Poettering <lpoetter@redhat.com> - 0.19-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-2
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user