Compare commits

...

2 commits

Author SHA1 Message Date
Imbus
a1eb8dae87 Broken warning 2024-06-09 02:21:06 +02:00
Imbus
ffac420762 RPM targets in makefile 2024-06-09 02:20:51 +02:00
2 changed files with 12 additions and 0 deletions

View file

@ -40,3 +40,13 @@ uninstall:
rm -f ~/.local/share/applications/$(PROJ_NAME).desktop
rm -f ~/.local/share/icons/$(PROJ_NAME).svg
update-desktop-database ~/.local/share/applications/
# Install the dependencies for building the RPM package
rpm-deps:
sudo dnf install rpmdevtools
sudo dnf builddep packaging/$(PROJECT).spec
# This step requires the rpm-deps specified above
rpm:
spectool -g -R packaging/$(PROJECT).spec
rpmbuild -bb packaging/$(PROJECT).spec

View file

@ -1,3 +1,5 @@
# This spec is currently broken.
# Generated by rust2rpm 26
%bcond_without check