revert to default install locations, the usr move in F17 obsoleted #605546
This commit is contained in:
parent
12829e083a
commit
9096e6f88b
@ -49,7 +49,7 @@ to build programs using the libsysfs API.
|
||||
%autosetup -p1 -n %{name}-%{name}-%(echo %{version} | tr '.' '_')
|
||||
|
||||
%build
|
||||
%configure --disable-static --libdir=/%{_lib}
|
||||
%configure --disable-static
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
@ -76,14 +76,14 @@ find %{buildroot} -type f -name "*.la" -delete
|
||||
|
||||
%files -n libsysfs
|
||||
%license COPYING lib/LGPL
|
||||
/%{_lib}/libsysfs.so.%{so_major_version}
|
||||
/%{_lib}/libsysfs.so.%{so_major_version}.%{so_minor_version}.%{so_patch_version}
|
||||
/%{_libdir}/libsysfs.so.%{so_major_version}
|
||||
/%{_libdir}/libsysfs.so.%{so_major_version}.%{so_minor_version}.%{so_patch_version}
|
||||
|
||||
%files -n libsysfs-devel
|
||||
%dir %{_includedir}/sysfs
|
||||
%{_includedir}/sysfs/libsysfs.h
|
||||
%{_includedir}/sysfs/dlist.h
|
||||
/%{_lib}/libsysfs.so
|
||||
/%{_libdir}/libsysfs.so
|
||||
|
||||
|
||||
%changelog
|
||||
|
||||
Loading…
Reference in New Issue
Block a user