From 1d8eba4368aa53ad5e534b68873d24b3ee69cc51 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Thu, 15 Dec 2011 19:04:55 +1030 Subject: Automate package releases with build-packages.sh build-packages.sh has several advantages: - Automatically bumps version numbers - Builds HTML documentation on the fly --- lua-cjson.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua-cjson.spec') diff --git a/lua-cjson.spec b/lua-cjson.spec index c446bfb..0f7fe9a 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec @@ -2,7 +2,7 @@ %define lualibdir %{_libdir}/lua/%{luaver} Name: lua-cjson -Version: 1.0.4 +Version: 1.0devel Release: 1%{?dist} Summary: JSON support for the Lua language @@ -39,7 +39,7 @@ rm -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root,-) -%doc LICENSE NEWS performance.txt manual.txt rfc4627.txt tests THANKS TODO +%doc LICENSE NEWS performance.txt manual.html manual.txt rfc4627.txt tests THANKS TODO %{lualibdir}/* -- cgit v1.2.3-55-g6feb