aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-02-07 15:54:03 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-02-07 15:54:03 +0100
commit542a6d37c5b7675f1c80dcc47a5413ffa76a425b (patch)
tree576bbcbfc0813af81a78112f1cb5a58ebcdb2421
parentb83328369a82aa35fec714d7edd703e2243cc40e (diff)
downloadblogc-542a6d37c5b7675f1c80dcc47a5413ffa76a425b.tar.gz
blogc-542a6d37c5b7675f1c80dcc47a5413ffa76a425b.tar.bz2
blogc-542a6d37c5b7675f1c80dcc47a5413ffa76a425b.zip
build: minor spec improvement
-rw-r--r--blogc.spec.in2
-rw-r--r--configure.ac2
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])