Accepting request 693125 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/693125 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcontrol?expand=0&rev=18
This commit is contained in:
commit
9cf48cca52
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 16:58:41 UTC 2019 - olaf@aepfle.de
|
||||
|
||||
- Install pkgconfig into libdir instead of datadir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 20 15:30:41 UTC 2016 - mt@suse.de
|
||||
|
||||
|
@ -114,7 +114,7 @@ export CFLAGS="-W -Wall $RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT pkgconfigdir=%{_libdir}/pkgconfig
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
%post -n libnetcontrol0
|
||||
@ -132,6 +132,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%doc README COPYING.LGPL COPYING.GPL ChangeLog.git
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/*
|
||||
%{_datadir}/pkgconfig/netcontrol.pc
|
||||
%{_libdir}/pkgconfig/netcontrol.pc
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user