forked from pool/libHX
- Switch to an out-of-tree build. Drop /pkg from include path.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=79
This commit is contained in:
parent
f394c3ce23
commit
a3a5c120c1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 15 00:44:16 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Switch to an out-of-tree build. Drop /pkg from include path.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 25 15:20:02 UTC 2014 - jengelh@inai.de
|
Mon Aug 25 15:20:02 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
12
libHX.spec
12
libHX.spec
@ -77,19 +77,23 @@ tar -xf "%{S:0}" --use=xz;
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --includedir="%_includedir/pkg/%name" --docdir="%_docdir/%name"
|
mkdir obj
|
||||||
|
pushd obj/
|
||||||
|
%define _configure ../configure
|
||||||
|
%configure --includedir="%_includedir/%name" --docdir="%_docdir/%name"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot";
|
b="%buildroot";
|
||||||
make DESTDIR="$b" install
|
%make_install -C obj
|
||||||
mkdir -p "$b/%_docdir/%name"
|
mkdir -p "$b/%_docdir/%name"
|
||||||
install -pm0644 doc/* "$b/%_docdir/%name"
|
install -pm0644 doc/* "$b/%_docdir/%name"
|
||||||
rm -f "$b/%_docdir/%name"/Makefile*
|
rm -f "$b/%_docdir/%name"/Makefile*
|
||||||
find "$b/%_libdir" -type f -name "*.la" -delete;
|
find "$b/%_libdir" -type f -name "*.la" -delete;
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check %{?_smp_mflags}
|
make -C obj check %{?_smp_mflags}
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
@ -101,7 +105,7 @@ make check %{?_smp_mflags}
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_docdir/%name/
|
%_docdir/%name/
|
||||||
%_includedir/pkg/
|
%_includedir/%name/
|
||||||
%_libdir/libHX*.so
|
%_libdir/libHX*.so
|
||||||
%_libdir/pkgconfig/libHX.pc
|
%_libdir/pkgconfig/libHX.pc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user