Version update
This PR updates drspine's version number to v1.4.9. To build:
sudo docker run -v local_path_to_repo:local_path_to_repo -it rockylinux:9- In any directory other than the local_repo directory:
bash drspine/rpmbuild_setup.sh - Download gr-0.73.19-108.1.x86_64.rpm at https://software.opensuse.org//download.html?project=science%3Agr-framework&package=gr.
- Download python3-gr-1.30.0-109.9.x86_64.rpm at https://build.opensuse.org/projects/science:gr-framework/packages/python-gr/repositories/RockyLinux_9/binaries.
- Install them
dnf install ./gr-0.73.17-106.2.x86_64.rpm ./python3-gr-1.27.0-105.17.x86_64.rpm - run
rpmdev-setuptreeto create rpm directories. - cp /drspine.spec ~/rpmbuild/SPECS/
- create a drspine-1.4.9 folder, copy everything in local repo into the folder. Then compress the drspine-1.4.9 folder as
tar -zcvf drspine-1.4.9.tar.gz drspine-1.4.9 cp drspine-1.4.9.tar.gz ~/rpmbuild/SOURCES- copy these to Source directory too:
cp appendix.zip ~/rpmbuild/SOURCES
cp draftwatermark.zip ~/rpmbuild/SOURCES
cp cprotect.zip ~/rpmbuild/SOURCES
cp relsize.zip ~/rpmbuild/SOURCES
- QA_RPATHS=$(( 0x0001|0x002|0x0010 )) rpmbuild -ba ~/rpmbuild/SPECS/drspine.spec
To test:
rpm -qilRp ~/rpmbuild/RPMS/x86_64/drspine-*.rpmdnf install ~/rpmbuild/RPMS/x86_64/python3.9-drspine-1.4.9-1.el9.x86_64.rpm- !4 (comment 1672500)
Edited by Ma, Kyle