[packages/jshon] - pldize; fix BR; do *not* package bindir; rel 2

glen glen at pld-linux.org
Fri Feb 14 11:02:46 CET 2014


commit e53137150fdaf9c6046f3c66c2d47e2c58aa2370
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Feb 14 12:02:44 2014 +0200

    - pldize; fix BR; do *not* package bindir; rel 2

 jshon.spec | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/jshon.spec b/jshon.spec
index 8701444..c21f7ad 100644
--- a/jshon.spec
+++ b/jshon.spec
@@ -1,14 +1,14 @@
 Summary:	Jshon is a JSON parser designed for maximum convenience within the shell
 Name:		jshon
 Version:	20131010
-Release:	1
+Release:	2
 License:	MIT
 Group:		Applications/System
-URL:		http://kmkeen.com/jshon/
 # Source0:	http://kmkeen.com/%{name}/jshon.tar.gz
 Source0:	ftp://ftp.debian.org/debian/pool/main/j/jshon/%{name}_%{version}.orig.tar.gz
 # Source0-md5:	f939755699cd152379f97a8a9e2fe7c4
-BuildRequires:	jansson
+URL:		http://kmkeen.com/jshon/
+BuildRequires:	jansson-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,7 +26,6 @@ shell
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -35,5 +34,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}
+%attr(755,root,root) %{_bindir}/jshon
 %{_mandir}/man1/jshon.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jshon.git/commitdiff/e53137150fdaf9c6046f3c66c2d47e2c58aa2370



More information about the pld-cvs-commit mailing list