diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-01-04 20:53:56 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-01-04 20:53:56 +0100 |
commit | b2fd258d6285e882698ac5876345b9b27a0f4d4f (patch) | |
tree | b41266744dd3c482348243611c9e9ebbc9507acd | |
parent | ce37047336fb2eb190b1cce15dd93dcc6146adc2 (diff) | |
download | blogc-b2fd258d6285e882698ac5876345b9b27a0f4d4f.tar.gz blogc-b2fd258d6285e882698ac5876345b9b27a0f4d4f.tar.bz2 blogc-b2fd258d6285e882698ac5876345b9b27a0f4d4f.zip |
spec: readme: fixed deps and instuctions
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | blogc.spec.in | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -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. |