pocock pushed to cajun-jsonapi (epel7). "Initial import"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun May 17 05:40:17 UTC 2015


From f4f6a8f8d8af4aba3b1177727a7e4f4a7b5a32d5 Mon Sep 17 00:00:00 2001
From: Daniel Pocock <daniel at pocock.com.au>
Date: Fri, 10 Jan 2014 15:17:52 +0100
Subject: Initial import


diff --git a/cajun-jsonapi.spec b/cajun-jsonapi.spec
new file mode 100644
index 0000000..c8c4b2b
--- /dev/null
+++ b/cajun-jsonapi.spec
@@ -0,0 +1,51 @@
+# cajun only ships headers, so no debuginfo package is needed
+BuildArch:      noarch
+
+Summary: A cross-platform C++ header library for JSON
+Name: cajun-jsonapi
+Version: 2.0.3
+Release: 1%{?dist}
+URL: https://github.com/cajun-jsonapi/cajun-jsonapi
+Source0: https://github.com/cajun-jsonapi/cajun-jsonapi/archive/%{version}.tar.gz
+License: BSD
+Group: System Environment/Libraries
+
+%description
+CAJUN is a C++ API for the JSON data interchange format with an emphasis
+on an intuitive, concise interface. The library provides JSON types
+and operations that mimic standard C++ as closely as possible in concept
+and design.
+
+%package devel
+Group: Development/Libraries
+Summary: Header files for cajun
+
+%description devel
+Header files you can use to develop applications with cajun.
+
+CAJUN is a C++ API for the JSON data interchange format with an emphasis
+on an intuitive, concise interface. The library provides JSON types
+and operations that mimic standard C++ as closely as possible in concept
+and design.
+
+%prep
+%setup -q
+
+%build
+
+%install
+install -d -m755 $RPM_BUILD_ROOT/%{_includedir}/cajun/json
+install -p -m644 json/* $RPM_BUILD_ROOT/%{_includedir}/cajun/json
+
+%check
+make %{?_smp_mflags}
+
+%files devel
+%doc Readme.txt ReleaseNotes.txt
+%dir %{_includedir}/cajun
+%dir %{_includedir}/cajun/json
+%{_includedir}/cajun/json/*
+
+%changelog
+* Thu Sep 26 2013 Daniel Pocock <daniel at pocock.com.au> - 2.0.3-1
+- Initial spec file
diff --git a/sources b/sources
index e69de29..381f1e8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e266ccdba59066978e92e3b147c38ff5  2.0.3.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/cajun-jsonapi.git/commit/?h=epel7&id=f4f6a8f8d8af4aba3b1177727a7e4f4a7b5a32d5


More information about the scm-commits mailing list