aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--blogc.spec.in21
1 files changed, 13 insertions, 8 deletions
diff --git a/blogc.spec.in b/blogc.spec.in
index 5d9cbff..2f3b787 100644
--- a/blogc.spec.in
+++ b/blogc.spec.in
@@ -1,11 +1,13 @@
-Name: @PACKAGE_NAME@
-Version: @PACKAGE_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
+Name: @PACKAGE_NAME@
+Version: @PACKAGE_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
+
+BuildRequires: squareball-devel
%description
blogc(1) is a blog compiler. It converts source files and templates into
@@ -30,6 +32,9 @@ rm -rf $RPM_BUILD_ROOT
%license LICENSE
%changelog
+* Mon Feb 29 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> 0.7.6-1
+- New release. Added new dependency.
+
* Sun Feb 21 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> 0.7.5-1
- New release.