* Mon Jan 18 2010 Anton Arapov <anton@redhat.com> - 2.1.0-7
- Don't build and ship statically linked library (#556096)
This commit is contained in:
parent
ecf011ef7a
commit
db903b477a
@ -3,7 +3,7 @@ URL: http://sourceforge.net/projects/linux-diag/
|
||||
License: GPLv2
|
||||
Group: Development/Tools
|
||||
Version: 2.1.0
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
|
||||
Summary: Utilities for interfacing with sysfs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -41,7 +41,7 @@ to build programs using the libsysfs API.
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -76,11 +76,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_includedir}/sysfs
|
||||
%{_includedir}/sysfs/libsysfs.h
|
||||
%{_includedir}/sysfs/dlist.h
|
||||
%{_libdir}/libsysfs.a
|
||||
%{_libdir}/libsysfs.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 18 2010 Anton Arapov <anton@redhat.com> - 2.1.0-7
|
||||
- Don't build and ship statically linked library (#556096)
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user