X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=fd35f6a4ff702e3c592fc4c23037f32e678ea999;hb=refs%2Ftags%2Fupstream%2F1.8.1;hp=d8b27c6e5eac1ce9627e2cb224c3c2aa6473180e;hpb=44587595b701666e32e0a068884a8744a31fbef4;p=deb_pkgs%2Fautorandr.git diff --git a/Makefile b/Makefile index d8b27c6..fd35f6a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ DESTDIR=/ PREFIX=/usr/ -RPM_SPEC=contrib/packaging/rpm/autorandr.spec .PHONY: all install uninstall autorandr bash_completion autostart_config pmutils systemd udev @@ -152,7 +151,3 @@ uninstall: $(patsubst %,uninstall_%,$(TARGETS)) deb: ./contrib/packaging/debian/make_deb.sh - -rpm: - spectool -g -R $(RPM_SPEC) - rpmbuild -ba $(RPM_SPEC)