Update to upstream version 1.3.1
This commit is contained in:
parent
76392f0c78
commit
1a66c6520f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/jurand-1.1.0.tar.gz
|
||||
/jurand-1.2.0.tar.gz
|
||||
/jurand-1.3.0.tar.gz
|
||||
/jurand-1.3.1.tar.gz
|
||||
|
11
jurand.spec
11
jurand.spec
@ -1,5 +1,5 @@
|
||||
Name: jurand
|
||||
Version: 1.3.0
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for manipulating Java symbols
|
||||
License: Apache-2.0
|
||||
@ -11,6 +11,7 @@ BuildRequires: gcc-c++
|
||||
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: diffutils
|
||||
BuildRequires: make
|
||||
BuildRequires: xmlto
|
||||
|
||||
%description
|
||||
@ -22,8 +23,7 @@ rather than applying simple regular expressions on the source code.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./build.sh
|
||||
./build_manpages.sh
|
||||
%{make_build} test-compile manpages
|
||||
|
||||
%install
|
||||
export buildroot=%{buildroot}
|
||||
@ -34,7 +34,7 @@ export mandir=%{_mandir}/man7
|
||||
./install.sh
|
||||
|
||||
%check
|
||||
./test.sh
|
||||
make test
|
||||
|
||||
%files -f target/installed_files
|
||||
%dir %{_rpmconfigdir}
|
||||
@ -43,6 +43,9 @@ export mandir=%{_mandir}/man7
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Thu Mar 23 2023 Marian Koncek <mkoncek@redhat.com> - 1.3.1-1
|
||||
- Update to upstream version 1.3.1
|
||||
|
||||
* Wed Mar 15 2023 Marian Koncek <mkoncek@redhat.com> - 1.3.0-1
|
||||
- Update to upstream version 1.3.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jurand-1.3.0.tar.gz) = 420ce8f5f18789d1710873b6b2f84fc2b42f6e2c6cb631751db293fab8db71f9a86233c537f13ea0173ea2bda41fba42e9094e6f20c1e6fc5ec9a8e43251d304
|
||||
SHA512 (jurand-1.3.1.tar.gz) = f9c1d0313f4e67177fd8993b23cd1f4cc3f7e20dbff37e324e41fb918f3b268314d3f67e8911cd32511a154af699baedec144189c24ecbff773d54667f17328d
|
||||
|
Loading…
Reference in New Issue
Block a user