Updating link to change in openSUSE:Factory/sysfsutils revision 13.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysfsutils?expand=0&rev=633ea91eb1ce1289e069ce51492bd4b7
This commit is contained in:
parent
8cdd7d6cad
commit
dfd653e502
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 7 20:16:50 UTC 2010 - aj@suse.de
|
||||||
|
|
||||||
|
- Create devel package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
Name: sysfsutils
|
Name: sysfsutils
|
||||||
Summary: System Utilities Package / Libsysfs
|
Summary: System Utilities Package / Libsysfs
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Release: 137
|
Release: 138
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://linux-diag.sourceforge.net
|
Url: http://linux-diag.sourceforge.net
|
||||||
@ -37,7 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
This package's purpose is to provide a library for interfacing with the
|
This package's purpose is to provide a library for interfacing with the
|
||||||
kernel's sys filesystem mounted at /sys. The libray was an attempt to
|
kernel's sys filesystem mounted at /sys. The library was an attempt to
|
||||||
create a stable interface to sysfs, but it failed. It is still provided
|
create a stable interface to sysfs, but it failed. It is still provided
|
||||||
for the current users, but no new software should use this library.
|
for the current users, but no new software should use this library.
|
||||||
|
|
||||||
@ -49,6 +49,20 @@ Authors:
|
|||||||
Daniel Stekloff <dsteklof@us.ibm.com>
|
Daniel Stekloff <dsteklof@us.ibm.com>
|
||||||
Mohan Kumar <mohan@in.ibm.com>
|
Mohan Kumar <mohan@in.ibm.com>
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for libsysfs
|
||||||
|
License: LGPLv2.1+
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Libsysfs' purpose is to provide a library for interfacing with the
|
||||||
|
kernel's sys filesystem mounted at /sys. The library was an attempt to
|
||||||
|
create a stable interface to sysfs, but it failed. It is still provided
|
||||||
|
for the current users, but no new software should use this library.
|
||||||
|
|
||||||
|
This package contains the development files for libsysfs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -83,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/systool.1.gz
|
%{_mandir}/man1/systool.1.gz
|
||||||
/%{_lib}/libsysfs.so.*
|
/%{_lib}/libsysfs.so.*
|
||||||
%doc README ChangeLog
|
%doc README ChangeLog
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/sysfs
|
%dir %{_includedir}/sysfs
|
||||||
%{_includedir}/sysfs/libsysfs.h
|
%{_includedir}/sysfs/libsysfs.h
|
||||||
%{_includedir}/sysfs/dlist.h
|
%{_includedir}/sysfs/dlist.h
|
||||||
|
Loading…
Reference in New Issue
Block a user