diff --git a/makefile b/makefile index 11aa566..d9a6715 100644 --- a/makefile +++ b/makefile @@ -40,13 +40,3 @@ 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 \ No newline at end of file diff --git a/packaging/iced_demo.spec b/packaging/iced_demo.spec index ca4d6a9..eabb17f 100644 --- a/packaging/iced_demo.spec +++ b/packaging/iced_demo.spec @@ -1,5 +1,3 @@ -# This spec is currently broken. - # Generated by rust2rpm 26 %bcond_without check