xmvn-generator/tests/smoke/testpkg.spec

25 lines
419 B
RPMSpec
Raw Normal View History

2023-03-06 23:53:33 +00:00
Name: testpkg
Epoch: 42
Version: 1.2.3
Release: 1.fc22
Summary: test package
License: DUMMY
URL: file:/dev/null
BuildArch: noarch
%description
test package
%install
touch file.txt
echo Automatic-Module-Name: foo.module >mf
echo Rpm-Version: 4.5.6 >>mf
jar cfm out.jar mf file.txt
install -D out.jar %{buildroot}%{_javadir}/sub/some.jar
echo INSTALL DONE
%files
%{_javadir}
%changelog