2024-01-06 00:06:13 +01:00
|
|
|
Name: java-jfree-liblayout
|
|
|
|
Version: 0.2.10
|
2024-01-06 00:06:14 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 00:06:13 +01:00
|
|
|
Summary: CSS based layouting framework
|
|
|
|
Group: Development/Libraries/Java
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 00:06:14 +01:00
|
|
|
URL: https://community.hitachivantara.com/home
|
|
|
|
Source: http://downloads.sourceforge.net/project/jfreereport/10.%20Flow%20Engine/0.9.4/liblayout-%{version}.zip
|
|
|
|
Patch0: java-jfree-liblayout-0.2.10-remove-commons-logging.patch
|
2024-01-06 00:06:13 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 00:06:14 +01:00
|
|
|
BuildRequires: javapackages
|
2024-01-06 00:06:13 +01:00
|
|
|
BuildRequires: apache-ant
|
|
|
|
BuildRequires: java-flute
|
|
|
|
BuildRequires: java-jfree-libbase
|
|
|
|
BuildRequires: java-jfree-libloader
|
2024-01-06 00:06:14 +01:00
|
|
|
BuildRequires: java-jfree-libfonts < 1.2
|
|
|
|
BuildRequires: java-jfree-librepository
|
|
|
|
BuildRequires: java-sac
|
2024-01-06 00:06:13 +01:00
|
|
|
BuildRequires: java-pentaho-libxml
|
|
|
|
Requires: java-flute
|
|
|
|
Requires: java-jfree-libbase
|
|
|
|
Requires: java-jfree-libloader
|
2024-01-06 00:06:14 +01:00
|
|
|
Requires: java-jfree-libfonts < 1.2
|
2024-01-06 00:06:13 +01:00
|
|
|
Requires: java-jfree-librepository
|
|
|
|
Requires: java-sac
|
|
|
|
Requires: java-pentaho-libxml
|
2024-01-06 00:06:14 +01:00
|
|
|
Requires: javapackages
|
2024-01-06 00:06:13 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
LibLayout is a layouting framework. It is based on the Cascading StyleSheets standard (in the upcoming version 3). The layouting expects to receive its content as a DOM structure (although it does not rely on the W3C-DOM API).
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 00:06:14 +01:00
|
|
|
%setup -q -c
|
|
|
|
%patch0 -p1 -b .remove-commons-logging
|
|
|
|
mkdir lib
|
|
|
|
build-jar-repository -s -p lib flute libloader librepository libxml libfonts \
|
|
|
|
sac libbase
|
2024-01-06 00:06:13 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 00:06:14 +01:00
|
|
|
ant jar
|
2024-01-06 00:06:13 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_javadir}
|
|
|
|
install -pm 644 build/lib/liblayout.jar %{buildroot}%{_javadir}/liblayout-%{version}.jar
|
|
|
|
|
|
|
|
(
|
|
|
|
cd %{buildroot}%{_javadir}
|
|
|
|
for jar in *-%{version}*; do
|
|
|
|
ln -sf ${jar} ${jar/-%{version}/}
|
|
|
|
done
|
|
|
|
)
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_javadir}/liblayout-%{version}.jar
|
|
|
|
%{_javadir}/liblayout.jar
|
2024-01-06 00:06:14 +01:00
|
|
|
%doc licence-LGPL.txt
|
2024-01-06 00:06:13 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 00:06:14 +01:00
|
|
|
* Fri Dec 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.10-2mamba
|
|
|
|
- use prebuilt jar
|
|
|
|
|
2024-01-06 00:06:13 +01:00
|
|
|
* Sat Jan 22 2011 gil <puntogil@libero.it> 0.2.10-1mamba
|
|
|
|
- update to 0.2.10
|
|
|
|
|
|
|
|
* Wed Dec 09 2009 gil <puntogil@libero.it> 0.2.9-2mamba
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Dec 09 2009 gil <puntogil@libero.it> 0.2.9-1mamba
|
|
|
|
- package created by autospec
|