OBS User unknown
2007-01-15 23:27:28 +00:00
committed by Git OBS Bridge
commit aabc517965
6 changed files with 115 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -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

1
.gitignore vendored Normal file
View File

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

3
onigd2_5_7.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:205b2857d77efc4caa3b98eaf91fd1cc8b8722b497df933d1fbd23f7a5186549
size 215529

16
oniguruma.changes Normal file
View File

@@ -0,0 +1,16 @@
-------------------------------------------------------------------
Fri Sep 29 04:31:53 CEST 2006 - mrueckert@suse.de
- update to version 2.5.7:
many fixes.
-------------------------------------------------------------------
Wed Jan 25 21:38:58 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Dec 27 18:02:23 CET 2005 - mrueckert@suse.de
- Initial package of version 2.5.1

72
oniguruma.spec Normal file
View File

@@ -0,0 +1,72 @@
#
# spec file for package oniguruma (Version 2.5.7)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: oniguruma
BuildRequires: ruby-devel
Version: 2.5.7
Release: 1
License: BSD License and BSD-like
Group: Development/Languages/C and C++
BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: http://www.geocities.jp/kosako3/oniguruma/
Source: http://www.geocities.jp/kosako3/oniguruma/archive/onigd2_5_7.tar.gz
Summary: A regular expression library with support for different character encodings.
%description
Oniguruma is a regular expressions library. The characteristics of
this library is that different character encoding for every regular
expression object can be specified.
Supported character encodings: ASCII, UTF-8, UTF-16BE, UTF-16LE,
UTF-32BE, UTF-32LE, EUC-JP, EUC-TW, EUC-KR, EUC-CN, Shift_JIS, Big5, GB
18030, KOI8-R, KOI8, ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4,
ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9,
ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15,
ISO-8859-16.
Authors:
--------
K. Kosako <sndgk393@ybb.ne.jp>
%prep
%setup -n oniguruma
%build
export CFLAGS="%{optflags} -g -fno-strict-aliasing"
%configure
%{__make}
%{__make} ctest ptest
%install
%{__install} -Dd -m 0755 %{buildroot}%{_prefix}
%makeinstall prefix="%{buildroot}%{_prefix}" includedir="%{buildroot}%{_includedir}" libdir="%{buildroot}%{_libdir}"
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_includedir}/oniggnu.h
%{_includedir}/onigposix.h
%{_includedir}/oniguruma.h
%{_libdir}/libonig.a
%changelog -n oniguruma
* Fri Sep 29 2006 - mrueckert@suse.de
- update to version 2.5.7:
many fixes.
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Dec 27 2005 - mrueckert@suse.de
- Initial package of version 2.5.1

0
ready Normal file
View File