From 06db24fefadef5056cc2e14b9791a95614ba9ff2 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 9 Mar 2016 03:44:56 +0100 Subject: spec: fixed source dir --- Makefile.am | 1 + blogc.spec.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9554599..a0559ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -314,6 +314,7 @@ TESTS = \ ## Helpers: dist-srpm + if USE_RPMBUILD dist-srpm: blogc.spec dist-xz $(RPMBUILD) \ diff --git a/blogc.spec.in b/blogc.spec.in index dc3983e..142e4f0 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -14,7 +14,7 @@ blogc(1) is a blog compiler. It converts source files and templates into blog/website resources. %prep -%setup -q +%setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@ %build %configure --with-squareball=system -- cgit v1.2.3-18-g5258