Compare commits
No commits in common. "c8-beta" and "c8s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libbase-1.1.3-jarsdeleted.zip
|
||||
/libbase-1.1.3-jarsdeleted.zip
|
||||
|
@ -1 +0,0 @@
|
||||
d0a69dc19f2eb6d10fb8bb660d36f453103ac571 SOURCES/libbase-1.1.3-jarsdeleted.zip
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
@ -1,6 +1,6 @@
|
||||
Name: libbase
|
||||
Version: 1.1.3
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?dist}
|
||||
Summary: JFree Base Services
|
||||
License: LGPLv2
|
||||
Group: System Environment/Libraries
|
||||
@ -36,7 +36,7 @@ mkdir -p lib
|
||||
find . -name "*.jar" -exec rm -f {} \;
|
||||
build-jar-repository -s -p lib commons-logging-api
|
||||
cd lib
|
||||
ln -s %{_javadir}/ant ant-contrib
|
||||
ln -s /usr/share/java/ant ant-contrib
|
||||
|
||||
%build
|
||||
ant jar javadoc
|
||||
@ -56,6 +56,9 @@ cp -rp bin/javadoc/docs/api $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Nov 10 2020 Caolán McNamara <caolanm@redhat.com> - 1.1.3-19
|
||||
- Resolves: rhbz#1896020 Use /usr/share/java instead of %{_javadir} for build dependencies
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user