From b2fd258d6285e882698ac5876345b9b27a0f4d4f Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 4 Jan 2017 20:53:56 +0100 Subject: spec: readme: fixed deps and instuctions --- README.md | 2 +- blogc.spec.in | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eeccb4d..92338e0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If installing from Git repository, [ronn](https://github.com/rtomayko/ronn) and Inside the source directory, run the following commands: $ ./autogen.sh # if installing from git - $ ./configure [--enable-git-receiver] [--enable-runserver] + $ ./configure [--enable-git-receiver] [--enable-make] [--enable-runserver] $ make # make install diff --git a/blogc.spec.in b/blogc.spec.in index 2015393..5a8aa6d 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -20,6 +20,7 @@ blog/website resources. Summary: A simple login shell/git hook to deploy blogc websites Group: System Environment/Shells Requires: git, tar, make +Requires: %{name}-make = %{version}-%{release} %description git-receiver blogc-git-receiver is a simple login shell/git hook to deploy blogc websites. @@ -28,6 +29,8 @@ blogc-git-receiver is a simple login shell/git hook to deploy blogc websites. %package make Summary: A simple build tool for blogc Group: Development/Tools +Requires: %{name} = %{version}-%{release} +Requires: %{name}-runserver = %{version}-%{release} %description make blogc-make is a simple build tool for blogc websites. -- cgit v1.2.3-18-g5258