[packages/jshon] - almost raw

arekm arekm at pld-linux.org
Fri Feb 14 08:54:27 CET 2014


commit 820137ef4cea9b7b9757784f4c605391ae8e7950
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Feb 14 08:54:16 2014 +0100

    - almost raw

 jshon.spec | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
---
diff --git a/jshon.spec b/jshon.spec
new file mode 100644
index 0000000..e6f8938
--- /dev/null
+++ b/jshon.spec
@@ -0,0 +1,35 @@
+Summary:	Jshon is a JSON parser designed for maximum convenience within the shell
+Name:		jshon
+Version:	20131105
+Release:	1
+License:	MIT
+Group:		Applications/System
+URL:		http://kmkeen.com/jshon/
+Source0:	http://kmkeen.com/%{name}/jshon.tar.gz
+# Source0-md5:	4b1cae2237db068ee4738789286a0409
+BuildRequires:	jansson
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Jshon is a JSON parser designed for maximum convenience within the
+shell
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}
+%{_mandir}/man1/jshon.1*
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list