Sascha Peilicke
2013-04-05 12:32:50 +00:00
committed by Git OBS Bridge
commit bd71d1ed09
6 changed files with 120 additions and 0 deletions

25
.gitattributes vendored Normal file
View File

@@ -0,0 +1,25 @@
## 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
## Specific LFS patterns
fast-log-erlang-0.2.0+git.1361848259.bbb614a.tar filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

17
_service Normal file
View File

@@ -0,0 +1,17 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/opscode/fast-log-erlang.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">fast_log-*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">fast_log</param>
</service>
</services>

View File

@@ -0,0 +1,5 @@
-------------------------------------------------------------------
Fri Apr 5 12:34:44 UTC 2013 - speilicke@suse.com
- Initial version

View File

@@ -0,0 +1,69 @@
#
# spec file for package erlang-fast-log-erlang
#
# 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: erlang-fast-log-erlang
Version: 0.0.0+git.1358630895.9c7be62
%define mod_ver %(echo "%{version}" | cut -d "+" -f1)
Release: 0
License: MIT
Summary: A logging library used for chef
Url: https://github.com/opscode/fast-log-erlang
Group: Development/Libraries/Other
Source: fast-log-erlang-%{version}.tar.gz
BuildRequires: erlang-rebar
Requires: erlang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This is the repository for fast-log-erlang, a logging library used for chef.
Chef is a system integration framework written in erlang and ruby and designed
to bring the benefits of configuration management to your entire infrastructure.
%package devel
Summary: A logging library used for chef
Group: Development/Libraries/Other
Requires: %{name} = %{version}
%description devel
This is the repository for fast-log-erlang, a logging library used for chef.
Chef is a system integration framework written in erlang and ruby and designed
to bring the benefits of configuration management to your entire infrastructure.
%prep
%setup -n fast-log-erlang-%{version}
%build
%rebar compile
%install
for dir in ebin priv src ; do
install -d %{buildroot}%{erlang_libdir}/fast-log-erlang-%{mod_ver}/${dir}
cp -r ${dir}/* %{buildroot}%{erlang_libdir}/fast-log-erlang-%{mod_ver}/${dir}/
done
%files
%defattr(-,root,root)
%doc README COPYING
%dir %{erlang_libdir}/fast-log-erlang-%{mod_ver}
%{erlang_libdir}/fast-log-erlang-%{mod_ver}/ebin
%{erlang_libdir}/fast-log-erlang-%{mod_ver}/priv
%files devel
%defattr(-,root,root)
%{erlang_libdir}/fast-log-erlang-%{mod_ver}/src

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24552fbc5afadf32395181e4ff442081ef8fde61c61b9f26e231ad0f39d589fc
size 61440