1
0
forked from pool/libosmo-abis

- Move to seprate location and ensure pkgconfig is used correctly

OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-abis?expand=0&rev=15
This commit is contained in:
Jan Engelhardt 2016-01-22 19:09:23 +00:00 committed by Git OBS Bridge
parent 0e464ff1bc
commit 499976eb19
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 22 19:08:57 UTC 2016 - jengelh@inai.de
- Move to seprate location and ensure pkgconfig is used correctly
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 23 17:34:54 UTC 2015 - jengelh@inai.de Wed Dec 23 17:34:54 UTC 2015 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package libosmo-abis # spec file for package libosmo-abis
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@ -104,7 +104,7 @@ applications that want to make use of libosmotrau.
%build %build
echo "%version" >.tarball-version echo "%version" >.tarball-version
autoreconf -fiv autoreconf -fiv
%configure --enable-shared --disable-static %configure --enable-shared --disable-static --includedir="%_includedir/%name"
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -127,8 +127,9 @@ make %{?_smp_mflags} check
%files -n libosmoabis-devel %files -n libosmoabis-devel
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING %doc COPYING
%dir %_includedir/osmocom %dir %_includedir/%name
%_includedir/osmocom/abis/ %dir %_includedir/%name/osmocom
%_includedir/%name/osmocom/abis/
%_libdir/libosmoabis.so %_libdir/libosmoabis.so
%_libdir/pkgconfig/libosmoabis.pc %_libdir/pkgconfig/libosmoabis.pc
@ -139,8 +140,9 @@ make %{?_smp_mflags} check
%files -n libosmotrau-devel %files -n libosmotrau-devel
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING %doc COPYING
%dir %_includedir/osmocom %dir %_includedir/%name
%_includedir/osmocom/trau %dir %_includedir/%name/osmocom
%_includedir/%name/osmocom/trau
%_libdir/libosmotrau.so %_libdir/libosmotrau.so
%_libdir/pkgconfig/libosmotrau.pc %_libdir/pkgconfig/libosmotrau.pc