X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Faccess-management.git;a=blobdiff_plain;f=config-encoder-macros.spec;fp=config-encoder-macros.spec;h=83c5d31b8566c19537e15709d502ab0f13267b49;hp=0000000000000000000000000000000000000000;hb=d37b9ab19ff6f50b9c1746784623b3dd328ab525;hpb=0205adc63d3bba479a24db85d2d4bfdba0411876 diff --git a/config-encoder-macros.spec b/config-encoder-macros.spec new file mode 100644 index 0000000..83c5d31 --- /dev/null +++ b/config-encoder-macros.spec @@ -0,0 +1,45 @@ +# Copyright 2019 Nokia + +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +Name: config-encoder-macros +Version: master.624ed05 +Release: 1%{?dist} +Summary: Helper macros for encoding config files +License: MIT +URL: https://github.com/picotrading/config-encoder-macros +Source0: http://purkki.dynamic.nsn-net.net/sources/github/picotrading/config-encoder-macros/config-encoder-macros-master.624ed05.tgz +Vendor: Jiri Tyr +BuildArch: noarch + +%define PKG_BASE_DIR /opt/config-encoder-macros + +%description +Set of Jinja2 and ERB macros which help to encode Python and Ruby data structure into a different file format + +%prep +%autosetup + +%build + +%install +mkdir -p %{buildroot}/%{PKG_BASE_DIR} +cp -r * %{buildroot}/%{PKG_BASE_DIR}/ + +%files +%license LICENSE.md +%defattr(0755,root,root) +%{PKG_BASE_DIR} + +%clean +rm -rf %{buildroot}