2024-01-06 08:08:36 +01:00
|
|
|
Name: onig
|
2024-01-06 08:08:36 +01:00
|
|
|
Version: 6.9.6
|
2024-01-06 08:08:36 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A regular expressions library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:08:36 +01:00
|
|
|
URL: https://github.com/kkos/oniguruma
|
|
|
|
Source: https://github.com/kkos/oniguruma.git/v%{version}/oniguruma-%{version}.tar.bz2
|
2024-01-06 08:08:36 +01:00
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%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.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: A regular expressions library
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
Oniguruma is a regular expressions library.
|
|
|
|
The characteristics of this library is that different character encoding
|
|
|
|
for every regular expression object can be specified.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 08:08:36 +01:00
|
|
|
Requires: pkg-config
|
2024-01-06 08:08:36 +01:00
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 08:08:36 +01:00
|
|
|
%setup -q -n oniguruma-%{version}
|
|
|
|
./autogen.sh
|
2024-01-06 08:08:36 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libonig.so.*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/onig-config
|
|
|
|
%{_includedir}/onig*.h
|
|
|
|
%{_libdir}/libonig.a
|
|
|
|
%{_libdir}/libonig.la
|
|
|
|
%{_libdir}/libonig.so
|
2024-01-06 08:08:36 +01:00
|
|
|
%{_libdir}/pkgconfig/oniguruma.pc
|
|
|
|
%doc README
|
2024-01-06 08:08:36 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:08:36 +01:00
|
|
|
* Fri Feb 19 2021 Automatic Build System <autodist@mambasoft.it> 6.9.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:08:36 +01:00
|
|
|
* Fri May 29 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 6.9.5_rev1-1mamba
|
|
|
|
- update to 6.9.5_rev1
|
|
|
|
|
2024-01-06 08:08:36 +01:00
|
|
|
* Thu Jul 26 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.2-1mamba
|
|
|
|
- package created by autospec
|