Accepting request 760821 from home:StefanBruens:branches:openSUSE:Factory

- Modernize spec file
- Use pkgconfig(libudev) instead of libudev-devel, allows shortcut
  via systemd-mini package.

OBS-URL: https://build.opensuse.org/request/show/760821
OBS-URL: https://build.opensuse.org/package/show/Base:System/libatasmart?expand=0&rev=23
This commit is contained in:
Marcus Meissner 2020-01-09 11:55:46 +00:00 committed by Git OBS Bridge
parent 2f3fef6f75
commit 2691bfa3e1
2 changed files with 14 additions and 11 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jan 4 15:53:10 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Modernize spec file
- Use pkgconfig(libudev) instead of libudev-devel, allows shortcut
via systemd-mini package.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 13 18:45:50 UTC 2017 - zaitor@opensuse.org Wed Sep 13 18:45:50 UTC 2017 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package libatasmart # spec file for package libatasmart
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -20,17 +20,15 @@ Name: libatasmart
Version: 0.19 Version: 0.19
Release: 0 Release: 0
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: System/Libraries Group: System/Libraries
Url: http://git.0pointer.net/libatasmart.git/ URL: http://git.0pointer.net/libatasmart.git/
Source: http://0pointer.de/public/%{name}-%{version}.tar.xz Source: http://0pointer.de/public/%{name}-%{version}.tar.xz
Patch0: libatasmart-0.19-wd-fix.patch Patch0: libatasmart-0.19-wd-fix.patch
BuildRequires: libudev-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: xz BuildRequires: xz
BuildRequires: pkgconfig(libudev)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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
@ -96,16 +94,14 @@ rm -rf %{buildroot}
%postun -n libatasmart4 -p /sbin/ldconfig %postun -n libatasmart4 -p /sbin/ldconfig
%files -n libatasmart4 %files -n libatasmart4
%defattr(-,root,root) %doc README
%doc README LGPL %license LGPL
%{_libdir}/libatasmart.so.* %{_libdir}/libatasmart.so.*
%files utils %files utils
%defattr(-,root,root)
%{_sbindir}/sk* %{_sbindir}/sk*
%files devel %files devel
%defattr(-,root,root)
%doc blob-examples/ %doc blob-examples/
%{_includedir}/atasmart.h %{_includedir}/atasmart.h
%{_libdir}/libatasmart.so %{_libdir}/libatasmart.so