From 7c424feee28058776e0b50c590c49c97c990929c Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 20 May 2013 22:54:54 -0300 Subject: [PATCH] Add a target to upload a new version Signed-off-by: Mauro Carvalho Chehab --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 10248b3..e6fd1b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,6 @@ dist-rpm: dist-bzip2 rpmlint: rpmlint misc/@PACKAGE@.spec `rpm --eval %{_topdir}`/SRPMS/@PACKAGE@-@PACKAGE_VERSION@*.src.rpm `rpm --eval %{_topdir}`/RPMS/*/@PACKAGE@-@PACKAGE_VERSION@*.rpm + +upload: + scp rasdaemon-0.3.0-1.fc18.src.rpm rasdaemon-0.3.0.tar.bz2 misc/rasdaemon.spec fedorapeople.org:public_html -- 2.50.1