diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-03-08 04:44:43 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-03-08 04:44:43 +0100 |
commit | 3ca82ea98fc46e3365c514aa3398f54df91bf329 (patch) | |
tree | 0b12c50c17ecdb46d9f201218bbcd4d128665bfc /blogc.spec.in | |
parent | 99661b01b0dbf6a0ccb34574f599992e714ac726 (diff) | |
download | blogc-3ca82ea98fc46e3365c514aa3398f54df91bf329.tar.gz blogc-3ca82ea98fc46e3365c514aa3398f54df91bf329.tar.bz2 blogc-3ca82ea98fc46e3365c514aa3398f54df91bf329.zip |
build: added make rule to build srpm
Diffstat (limited to 'blogc.spec.in')
-rw-r--r-- | blogc.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blogc.spec.in b/blogc.spec.in index 1b10635..dc3983e 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -1,11 +1,11 @@ Name: @PACKAGE_NAME@ -Version: @PACKAGE_VERSION@ +Version: @RPM_VERSION@ Release: 1%{?dist} License: BSD Group: Applications/Text Summary: A blog compiler URL: @PACKAGE_URL@ -Source0: https://github.com/blogc/blogc/releases/download/v%{version}/blogc-%{version}.tar.xz +Source0: https://github.com/blogc/blogc/releases/download/v@PACKAGE_VERSION@/blogc-@PACKAGE_VERSION@.tar.xz BuildRequires: squareball-devel |