Rebase to version 1.0.73
Resolves: rhbz#1758512
This commit is contained in:
parent
7590df6a51
commit
612cf4c3a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libyang-0.16.105-1.tar.gz
|
||||
/v1.0-r4.tar.gz
|
||||
|
||||
19
libyang.spec
19
libyang.spec
@ -6,12 +6,14 @@
|
||||
%global run_valgrind_tests ON
|
||||
%endif
|
||||
|
||||
%global rsuffixver 1.0-r4
|
||||
|
||||
Name: libyang
|
||||
Version: 0.16.105
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0.73
|
||||
Release: 1%{?dist}
|
||||
Summary: YANG data modeling language library
|
||||
Url: https://github.com/CESNET/libyang
|
||||
Source: %{url}/archive/debian/libyang-%{version}-1.tar.gz
|
||||
Source: %{url}/archive/v%{rsuffixver}.tar.gz
|
||||
License: BSD
|
||||
|
||||
Requires: pcre
|
||||
@ -72,7 +74,7 @@ Libyang is YANG data modeling language parser and toolkit
|
||||
written (and providing API) in C.
|
||||
|
||||
%prep
|
||||
%setup -q -n libyang-debian-libyang-%{version}-1
|
||||
%setup -q -n libyang-%{rsuffixver}
|
||||
mkdir build
|
||||
|
||||
%build
|
||||
@ -106,8 +108,10 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html
|
||||
%{_bindir}/yangre
|
||||
%{_datadir}/man/man1/yanglint.1.gz
|
||||
%{_datadir}/man/man1/yangre.1.gz
|
||||
%{_libdir}/libyang.so.*
|
||||
%{_libdir}/libyang/*
|
||||
%{_libdir}/libyang
|
||||
%{_libdir}/libyang.so.1*
|
||||
%{_libdir}/libyang/extensions
|
||||
%{_libdir}/libyang/user_types/*
|
||||
%dir %{_libdir}/libyang/
|
||||
|
||||
%files devel
|
||||
@ -134,6 +138,9 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html
|
||||
%{python3_sitearch}/__pycache__/yang*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 25 2019 Tomas Korbar <tkorbar@redhat.com> - 1.0.73-1
|
||||
- Rebase to version 1.0.73 (#1758512)
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.16.105-4
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libyang-0.16.105-1.tar.gz) = 298062f6efea52ca645622ab5c3a2988739a1e5177e00c225470ebf0654f8bfa6e4df670dffda6386be3b3fad37560e772eb7ea5282225a41e64baa389ee2346
|
||||
SHA512 (v1.0-r4.tar.gz) = f4864e50d1a63ca5597411845d0e22f7b4b480eb3e018e5c50d9151a6833a0b8f604129a49f25354a52b83da049d3923cba37fb8d3ce3ef120bc23ba82856e30
|
||||
|
||||
Loading…
Reference in New Issue
Block a user