Compare commits
No commits in common. "c8s" and "c9" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/rx-1.5.tar.bz2
|
SOURCES/rx-1.5.tar.bz2
|
||||||
/rx-1.5.tar.bz2
|
|
||||||
|
1
.librx.metadata
Normal file
1
.librx.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
cb2deac5b046e2b347cc2c259e14c9b28659d95d SOURCES/rx-1.5.tar.bz2
|
@ -1,10 +1,9 @@
|
|||||||
Summary: POSIX regexp functions
|
Summary: POSIX regexp functions
|
||||||
Name: librx
|
Name: librx
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 31%{?dist}
|
Release: 41%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnu.org/software/rx/rx.html
|
URL: http://www.gnu.org/software/rx/rx.html
|
||||||
Group: Applications/Text
|
|
||||||
# Originally downloaded from ftp://ftp.gnu.org/gnu/rx/rx-1.5.tar.bz2
|
# Originally downloaded from ftp://ftp.gnu.org/gnu/rx/rx-1.5.tar.bz2
|
||||||
# The FSF no longer offers this code.
|
# The FSF no longer offers this code.
|
||||||
Source0: rx-%{version}.tar.bz2
|
Source0: rx-%{version}.tar.bz2
|
||||||
@ -12,8 +11,8 @@ Patch0: rx-1.5-shared.patch
|
|||||||
Patch1: rx-1.5-texinfo.patch
|
Patch1: rx-1.5-texinfo.patch
|
||||||
Patch2: librx-1.5-libdir64.patch
|
Patch2: librx-1.5-libdir64.patch
|
||||||
Patch3: rx-1.5-libtoolmode.patch
|
Patch3: rx-1.5-libtoolmode.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildRequires: texinfo, libtool
|
BuildRequires: texinfo, libtool
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Rx is, among other things, an implementation of the interface
|
Rx is, among other things, an implementation of the interface
|
||||||
@ -23,7 +22,6 @@ library.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: POSIX regexp functions, developers library
|
Summary: POSIX regexp functions, developers library
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -45,7 +43,7 @@ This package contains files needed for development with librx.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -Wl,-z,now"
|
||||||
make doc/rx.info
|
make doc/rx.info
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -59,35 +57,49 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/librx.la
|
|||||||
rm -rf ${RPM_BUILD_ROOT}%{_libdir}/librx.a
|
rm -rf ${RPM_BUILD_ROOT}%{_libdir}/librx.a
|
||||||
chmod -x ${RPM_BUILD_ROOT}%{_includedir}/rxposix.h
|
chmod -x ${RPM_BUILD_ROOT}%{_includedir}/rxposix.h
|
||||||
|
|
||||||
%clean
|
%ldconfig_scriptlets
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post devel
|
|
||||||
/sbin/install-info %{_infodir}/rx.info \
|
|
||||||
%{_infodir}/dir 2>/dev/null || :
|
|
||||||
|
|
||||||
%postun devel
|
|
||||||
if [ "$1" = 0 ]; then
|
|
||||||
/sbin/install-info --delete %{_infodir}/rx.info \
|
|
||||||
%{_infodir}/dir 2>/dev/null || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc ANNOUNCE BUILDING COOKOFF rx/ChangeLog
|
%doc ANNOUNCE BUILDING COOKOFF rx/ChangeLog
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 17 2022 Josef Ridky <jridky@redhat.com> - 1.5-41
|
||||||
|
- add gating.yaml file
|
||||||
|
|
||||||
|
* Wed Feb 16 2022 Josef Ridky <jridky@redhat.com> - 1.5-40
|
||||||
|
- Fix annocheck failure (#2044876)
|
||||||
|
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5-39
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5-38
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-37
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-36
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-35
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-34
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-33
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-32
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-31
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-31
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
Loading…
Reference in New Issue
Block a user