diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-27 02:34:19 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-27 02:34:19 +0200 |
commit | 9699bf0ce6b34c0d05c509925f3367f2200caad5 (patch) | |
tree | 4f8d77c46dff7e1a74d07590e65d8191332ed6ad /blogc.spec.in | |
parent | 74b2ee22a6b60d53b1241e0c52284b288e561599 (diff) | |
download | blogc-9699bf0ce6b34c0d05c509925f3367f2200caad5.tar.gz blogc-9699bf0ce6b34c0d05c509925f3367f2200caad5.tar.bz2 blogc-9699bf0ce6b34c0d05c509925f3367f2200caad5.zip |
remove squareball for good
Diffstat (limited to 'blogc.spec.in')
-rw-r--r-- | blogc.spec.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/blogc.spec.in b/blogc.spec.in index adec43a..cc39b12 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -7,8 +7,6 @@ Summary: A blog compiler URL: @PACKAGE_URL@ Source0: https://github.com/blogc/blogc/releases/download/v@PACKAGE_VERSION@/blogc-@PACKAGE_VERSION@.tar.xz -BuildRequires: squareball-devel >= 0.2.0 - %description blogc(1) is a blog compiler. It converts source files and templates into blog/website resources. @@ -17,7 +15,7 @@ blog/website resources. %setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@ %build -%configure --with-squareball=system +%configure make %{?_smp_mflags} %install |