commit 01691c5fb1f9d5550145bf30b77dc891c6f3a3436a536d07aaa26534e367e67b Author: Stephan Kulow Date: Tue Oct 1 06:09:44 2013 +0000 Accepting request 201223 from Cloud:OpenStack:Factory new package needed for OpenStack Havana, also needed for 13.1 OBS-URL: https://build.opensuse.org/request/show/201223 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crudini?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/crudini-0.3.tar.gz b/crudini-0.3.tar.gz new file mode 100644 index 0000000..1c5dc4e --- /dev/null +++ b/crudini-0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0194fd92314e3c1f53178daf93a69ee95df68766acf53e5d580396cbe6c996ed +size 12344 diff --git a/crudini.changes b/crudini.changes new file mode 100644 index 0000000..49ac8e4 --- /dev/null +++ b/crudini.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Fri Sep 27 16:11:52 UTC 2013 - dmueller@suse.com + +- Initial package (0.3) + diff --git a/crudini.spec b/crudini.spec new file mode 100644 index 0000000..8b22c59 --- /dev/null +++ b/crudini.spec @@ -0,0 +1,50 @@ +# +# spec file for package crudini +# +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: crudini +Version: 0.3 +Release: 0 +Summary: CRUD for .ini files +License: GPL-2.0 +Group: System/Base +Url: https://github.com/pixelb/crudini/releases +Source: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: python-iniparse + +%description +A utility for manipulating ini files. + +%prep +%setup -q + +%build + +%install +install -m 0755 -D crudini %{buildroot}/%{_bindir}/crudini + +%post + +%postun + +%files +%defattr(-,root,root) +%doc README COPYING +%{_bindir}/crudini + +%changelog