- Move headers to distinct directory to enforce pkg-config
correctness on library users. OBS-URL: https://build.opensuse.org/package/show/network:telephony/libasn1c?expand=0&rev=19
This commit is contained in:
parent
7f8f482f40
commit
f439aa358d
@ -2,6 +2,8 @@
|
|||||||
Sun Sep 6 11:45:01 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Sun Sep 6 11:45:01 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
- Remove old specfile constructs.
|
- Remove old specfile constructs.
|
||||||
|
- Move headers to distinct directory to enforce pkg-config
|
||||||
|
correctness on library users.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 15 04:54:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Thu Aug 15 04:54:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
@ -70,8 +70,9 @@ applications that want to make use of libasn1c.
|
|||||||
%build
|
%build
|
||||||
echo %version >.tarball-version
|
echo %version >.tarball-version
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%configure --disable-static
|
# bugzilla.opensuse.org/795968 for rationale
|
||||||
make %{?_smp_mflags}
|
%configure --disable-static --includedir="%_includedir/%name"
|
||||||
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -90,7 +91,7 @@ fi
|
|||||||
|
|
||||||
%files -n libasn1c-devel
|
%files -n libasn1c-devel
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%_includedir/asn1c/
|
%_includedir/%name/
|
||||||
%_libdir/pkgconfig/*.pc
|
%_libdir/pkgconfig/*.pc
|
||||||
%_libdir/libasn1c.so
|
%_libdir/libasn1c.so
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user