From 542a6d37c5b7675f1c80dcc47a5413ffa76a425b Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 7 Feb 2016 15:54:03 +0100 Subject: build: minor spec improvement --- blogc.spec.in | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blogc.spec.in b/blogc.spec.in index 3fa3353..3d76ecb 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -4,7 +4,7 @@ Release: 1%{?dist} License: BSD Group: Applications/Text Summary: A blog compiler -URL: http://blogc.org/ +URL: @PACKAGE_URL@ Source0: https://github.com/blogc/blogc/releases/download/v%{version}/blogc-%{version}.tar.xz #BuildRequires: diff --git a/configure.ac b/configure.ac index f837f1b..bdb7c1e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.69]) AC_INIT([blogc], m4_esyscmd([build-aux/git-version-gen .tarball-version]), - [https://github.com/blogc/blogc], [blogc], [https://blogc.rgm.io]) + [https://github.com/blogc/blogc], [blogc], [https://blogc.rgm.io/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.3-18-g5258