Skip to content

Commit

Permalink
fix spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
keenerd committed Oct 10, 2013
1 parent c641e94 commit a970a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ install:

dist: clean
sed -i "s/#define JSHONVER .*/#define JSHONVER ${VERSION}/" jshon.c
sed -i "s/Version:.*"/Version:\t${VERSION}" jshon.spec
mkdir jshon-${VERSION}
cp jshon.c jshon.1 Makefile LICENSE jshon-${VERSION}
tar czf jshon-${VERSION}.tar.gz jshon-${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion jshon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Summary: Jshon is a JSON parser designed for maximum convenience within the shel

Group: Applications/System
License: MIT
URL: http://www.digip.org/jansson/
URL: http://kmkeen.com/jshon
Source0: jshon-%{version}.tar.gz
Patch0: jshon-makefile-enable-install.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Expand Down

0 comments on commit a970a88

Please sign in to comment.