diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-02-21 00:39:21 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-02-21 00:39:21 +0100 |
commit | 146a058ce3fa4d8a736d6a883e90a4e0f473aeb2 (patch) | |
tree | d910159bf9706805c5b91f963b09ec94aff5b86c | |
parent | fa40247c2f1fd263832bf581c639725463ad2b87 (diff) | |
download | blogc-146a058ce3fa4d8a736d6a883e90a4e0f473aeb2.tar.gz blogc-146a058ce3fa4d8a736d6a883e90a4e0f473aeb2.tar.bz2 blogc-146a058ce3fa4d8a736d6a883e90a4e0f473aeb2.zip |
build: spec improvements
-rw-r--r-- | blogc.spec.in | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/blogc.spec.in b/blogc.spec.in index 3d76ecb..f63daf3 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -7,28 +7,21 @@ Summary: A blog compiler URL: @PACKAGE_URL@ Source0: https://github.com/blogc/blogc/releases/download/v%{version}/blogc-%{version}.tar.xz -#BuildRequires: -#Requires: - %description blogc(1) is a blog compiler. It converts source files and templates into blog/website resources. - %prep -%setup -q -n blogc-%{version} - +%setup -q %build %configure make %{?_smp_mflags} - %install rm -rf $RPM_BUILD_ROOT %make_install - %files %{_mandir}/man*/blogc* %{_bindir}/blogc @@ -36,7 +29,6 @@ rm -rf $RPM_BUILD_ROOT %doc README.md %license LICENSE - %changelog * Mon Jan 25 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> 0.7.2-1 - New release. |