forked from pool/libabigail
libabigail-0~git697
OBS-URL: https://build.opensuse.org/package/show/devel:tools/libabigail?expand=0&rev=3
This commit is contained in:
parent
8f381a66f7
commit
f9c46f908b
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">git://sourceware.org/git/libabigail</param>
|
||||
<param name="revision">650c77bb7e86ccf13c12d1da368a13b3b1ff1441</param>
|
||||
<param name="revision">c0a31b48c7c3834def0b2b4781dbfb47d63063ab</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">0~git@REVISION@</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efe307eb0e7b17f26aec62c4ac4d0ce5e7de36291fff5b023de5df982cb640ea
|
||||
size 690344
|
3
libabigail-0~git697.tar.xz
Normal file
3
libabigail-0~git697.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:760835befb3d747bf8ae8a6b6d0d8111ae2127f00a65d8547960bf127d42d3b1
|
||||
size 836284
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 7 19:35:25 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Update to new git snapshot 0~git697
|
||||
* Fix a crash while writing symbol information
|
||||
* Initial implementation of the abicompat tool
|
||||
* Support reading undefined symbols from an ELF file
|
||||
* Sort functions by the their qualified name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 10:04:34 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
@ -19,14 +19,14 @@
|
||||
Name: libabigail
|
||||
%define lname libabigail0
|
||||
Summary: Application Binary Interface Generic Analysis and Instrumentation Library
|
||||
Version: 0~git570
|
||||
Version: 0~git697
|
||||
Release: 0
|
||||
License: LGPL-3.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://sourceware.org/libabigail/
|
||||
|
||||
#Git-Clone: git://sourceware.org/git/libabigail
|
||||
#Snapshot: see _service
|
||||
#Snapshot: c0a31b48c7c3834def0b2b4781dbfb47d63063ab
|
||||
Source: %name-%version.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf >= 2.63
|
||||
@ -87,7 +87,7 @@ interesting conclusions about these differences.
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure --includedir="%_includedir/pkg/%name" --docdir="%_docdir/%name" \
|
||||
%configure --includedir="%_includedir/%name" --docdir="%_docdir/%name" \
|
||||
--disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -104,13 +104,13 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/pkg/
|
||||
%_includedir/%name/
|
||||
%_libdir/libabigail.so
|
||||
%_libdir/pkgconfig/*.pc
|
||||
%_datadir/aclocal/
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%_bindir/bi*
|
||||
%_bindir/abi*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user