diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-09-25 21:59:43 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-09-25 22:00:15 +0200 |
commit | 9407f040660c2e9bf8fda06b7e5b14e34d84cd8a (patch) | |
tree | ba0de51e10b1d8e795371c5ff49faee00418d4ba | |
parent | 123486ac617ac298fdecb1fbdbc504ac84118718 (diff) | |
download | blogc-9407f040660c2e9bf8fda06b7e5b14e34d84cd8a.tar.gz blogc-9407f040660c2e9bf8fda06b7e5b14e34d84cd8a.tar.bz2 blogc-9407f040660c2e9bf8fda06b7e5b14e34d84cd8a.zip |
runserver: can be built for el6 again
-rw-r--r-- | blogc.spec.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/blogc.spec.in b/blogc.spec.in index 0fe16f3..bd7952e 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -6,8 +6,6 @@ Group: Applications/Text Summary: A blog compiler URL: @PACKAGE_URL@ Source0: https://github.com/blogc/blogc/releases/download/v@PACKAGE_VERSION@/blogc-@PACKAGE_VERSION@.tar.xz -%if ! 0%{?el6} -%endif %description blogc(1) is a blog compiler. It converts source files and templates into @@ -21,24 +19,18 @@ Requires: git, tar, make %description git-receiver blogc-git-receiver is a simple login shell/git hook to deploy blogc websites. -%if ! 0%{?el6} %package runserver Summary: A simple HTTP server to test blogc websites Group: Development/Tools %description runserver blogc-runserver is a simple HTTP server to test blogc websites. -%endif %prep %setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@ %build -%if 0%{?el6} -%configure --enable-git-receiver --disable-runserver -%else %configure --enable-git-receiver --enable-runserver -%endif make %{?_smp_mflags} %install @@ -59,12 +51,10 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/blogc-git-receiver %license LICENSE -%if ! 0%{?el6} %files runserver %{_mandir}/man*/blogc-runserver.* %{_bindir}/blogc-runserver %license LICENSE -%endif %changelog * Sun Jul 17 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> 0.11.1-1 |