Compare commits
No commits in common. "a1eb8dae879359a881fc8a77d499e769af848432" and "c43aed2fcd4687050cedf01df0a2d80c5915d872" have entirely different histories.
a1eb8dae87
...
c43aed2fcd
2 changed files with 0 additions and 12 deletions
10
makefile
10
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
|
|
@ -1,5 +1,3 @@
|
|||
# This spec is currently broken.
|
||||
|
||||
# Generated by rust2rpm 26
|
||||
%bcond_without check
|
||||
|
||||
|
|
Loading…
Reference in a new issue