Blame SPECS/fribidi.spec

c17979
Summary: Library implementing the Unicode Bidirectional Algorithm
c17979
Name: fribidi
c17979
Version: 1.0.4
0b770e
Release: 7%{?dist}
c17979
URL: https://github.com/fribidi/fribidi/
c17979
Source: https://github.com//%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
c17979
License: LGPLv2+ and UCD
c17979
BuildRequires: gcc
c17979
BuildRequires: automake autoconf libtool
c17979
Patch0: %{name}-drop-bundled-gnulib.patch
0b770e
Patch1: %{name}-CVE-2019-18397.patch
c17979
c17979
%description
c17979
A library to handle bidirectional scripts (for example Hebrew, Arabic),
c17979
so that the display is done in the proper way; while the text data itself
c17979
is always written in logical order.
c17979
c17979
%package devel
c17979
Summary: Libraries and include files for FriBidi
c17979
Requires: %{name}%{?_isa} = %{version}-%{release}
c17979
c17979
%description devel
c17979
Include files and libraries needed for developing applications which use
c17979
FriBidi.
c17979
c17979
%prep
c17979
%autosetup -p1
c17979
autoreconf -i
c17979
c17979
%build
c17979
%if 0%{?el5}
c17979
# FORTIFY_SOURCE=2 breaks EL-5 build
c17979
export CFLAGS=`echo $RPM_OPT_FLAGS | sed -e 's|FORTIFY_SOURCE=2|FORTIFY_SOURCE=1|'`
c17979
%ifarch ppc ppc64 x86_64
c17979
export CFLAGS="$CFLAGS -DPAGE_SIZE=4096"
c17979
%endif
c17979
%else
c17979
# outside of EL-5, only ppc* needs modification
c17979
%ifarch ppc ppc64
c17979
export CFLAGS="$RPM_OPT_FLAGS -DPAGE_SIZE=4096"
c17979
%endif
c17979
%endif
c17979
%configure --disable-static --disable-docs
c17979
make %{?_smp_mflags}
c17979
c17979
%check
c17979
make check
c17979
c17979
%install
c17979
make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p"
c17979
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
c17979
c17979
%ldconfig_scriptlets
c17979
c17979
%files
c17979
%doc README AUTHORS ChangeLog THANKS NEWS TODO
c17979
%license COPYING
c17979
%{_bindir}/fribidi
c17979
%{_libdir}/libfribidi.so.0*
c17979
c17979
%files devel
c17979
%{_includedir}/fribidi
c17979
%{_libdir}/libfribidi.so
c17979
%{_libdir}/pkgconfig/*.pc
c17979
%{_mandir}/man3/*.gz
c17979
c17979
%changelog
0b770e
* Fri Dec 13 2019 Akira TAGOH <tagoh@redhat.com> - 1.0.4-7
0b770e
- Security fix for CVE-2019-18397
0b770e
  Resolves: rhbz#1781226
0b770e
c17979
* Thu Jul 26 2018 Akira TAGOH <tagoh@redhat.com> - 1.0.4-6
c17979
- Drop bundled gnulib code.
c17979
c17979
* Tue Jul 17 2018 Akira TAGOH <tagoh@redhat.com> - 1.0.4-5
c17979
- Add BR: gcc.
c17979
c17979
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-4
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
c17979
c17979
* Thu Jul 12 2018 Akira TAGOH <tagoh@redhat.com> - 1.0.4-3
c17979
- Modernize spec file.
c17979
c17979
* Fri Jun 29 2018 Akira TAGOH <tagoh@redhat.com> - 1.0.4-2
c17979
- Use ldconfig rpm macro.
c17979
c17979
* Fri Jun 08 2018 Akira TAGOH <tagoh@redhat.com> - 1.0.4-1
c17979
- New upstream release. (#1587985)
c17979
c17979
* Thu May 31 2018 Akira TAGOH <tagoh@redhat.com> - 1.0.3-1
c17979
- New upstream release. (#1584541)
c17979
c17979
* Fri May 04 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.2-1
c17979
- Resolves: rhbz#1574858 latest version, --disable-docs because there's no c2man
c17979
c17979
* Wed Feb 28 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.1-1
c17979
- Resolves: rhbz#1549934 latest version
c17979
c17979
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.7-7
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c17979
c17979
* Mon Oct 16 2017 Caolán McNamara <caolanm@redhat.com> - 0.19.7-6
c17979
- Resolves: rhbz#1502675 enable make check
c17979
c17979
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.7-5
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c17979
c17979
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.7-4
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c17979
c17979
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.7-3
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c17979
c17979
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.7-2
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c17979
c17979
* Tue Aug 11 2015 Caolán McNamara <caolanm@redhat.com> - 0.19.7-1
c17979
- Resolves: rhbz#1250755 latest fribidi
c17979
c17979
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.6-5
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c17979
c17979
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.19.6-4
c17979
- Rebuilt for Fedora 23 Change
c17979
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
c17979
c17979
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.6-3
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c17979
c17979
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.6-2
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c17979
c17979
* Mon Jan 13 2014 Caolán McNamara <caolanm@redhat.com> - 0.19.6-1
c17979
- Resolves: rhbz#1052148 latest fribidi
c17979
- drop integrated signedwarning.patch
c17979
- drop integrated fribidi-aarch64.patch
c17979
c17979
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.4-5
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c17979
c17979
* Wed Apr 03 2013 Caolán McNamara <caolanm@redhat.com> - 0.19.4-4
c17979
- Resolves: rhbz#925368 support aarch64
c17979
c17979
* Mon Feb 18 2013 Caolán McNamara <caolanm@redhat.com> - 0.19.4-3
c17979
- Resolves: rhbz#884000 remove empty man pages
c17979
c17979
* Mon Dec 10 2012 Caolán McNamara <caolanm@redhat.com> - 0.19.4-2
c17979
- Resolves: rhbz#884000 signed warning (thanks mfabian)
c17979
c17979
* Tue Nov 27 2012 Caolán McNamara <caolanm@redhat.com> - 0.19.4-1
c17979
- Resolves: rhbz#880490 bump to latest version
c17979
c17979
* Tue Oct 16 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.19.2-6
c17979
- spec cleanup for changed packaging guidelines
c17979
c17979
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.2-5
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c17979
c17979
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.2-4
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c17979
c17979
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.2-3
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c17979
c17979
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.2-2
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c17979
c17979
* Thu Mar 26 2009 Behdad Esfahbod <besfahbo@redhat.com> 0.19.2-1
c17979
- Update to 0.19.2
c17979
c17979
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.1-4
c17979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c17979
c17979
* Mon Jan 12 2009 Caolán McNamara <caolanm@redhat.com> - 0.19.1-3
c17979
- rebuild to get provides pkgconfig(fribidi)
c17979
c17979
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.19.1-2
c17979
- Autorebuild for GCC 4.3
c17979
c17979
* Wed Jan 16 2008 Caolan McNamara <caolanm@redhat.com> 0.19.1-1
c17979
- next version
c17979
- workaround PAGE_SIZE requirement
c17979
c17979
* Wed Aug 29 2007 Caolan McNamara <caolanm@redhat.com> 0.10.9-2
c17979
- rebuild
c17979
c17979
* Fri Aug 10 2007 Caolan McNamara <caolanm@redhat.com> 0.10.9-1
c17979
- next version
c17979
c17979
* Thu Aug 02 2007 Caolan McNamara <caolanm@redhat.com> 0.10.8-2
c17979
- clarify license
c17979
c17979
* Thu May 31 2007 Caolan McNamara <caolanm@redhat.com> 0.10.8-1
c17979
- next version
c17979
c17979
* Mon Feb 05 2007 Caolan McNamara <caolanm@redhat.com> 0.10.7-6
c17979
- Resolves: rhbz#225771 spec cleanups
c17979
c17979
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10.7-5.1
c17979
- rebuild
c17979
c17979
* Thu Jun 29 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-5
c17979
- rh#197223# devel Require pkg-config
c17979
c17979
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 0.10.7-4
c17979
- put devel .so symlink in the right subpackage
c17979
c17979
* Tue May 23 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-3
c17979
- rh#192669# clearly I didn't actually get around to basing fribidi-config 
c17979
  of pkg-config output
c17979
c17979
* Tue May 02 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-2
c17979
- base fribidi-config on pkg-config output
c17979
- allow fribidi_config.h to be the same on 32 and 64 bit
c17979
c17979
* Mon Mar 27 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-1
c17979
- latest version
c17979
c17979
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.10.4-8.2.1
c17979
- bump again for double-long bug on ppc(64)
c17979
c17979
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10.4-8.2
c17979
- rebuilt for new gcc4.1 snapshot and glibc changes
c17979
c17979
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c17979
- rebuilt
c17979
c17979
* Wed Mar  2 2005 Caolan McNamara <caolanm@redhat.com> 0.10.4-8
c17979
- rebuild with gcc4
c17979
c17979
* Wed Feb 09 2005 Caolan McNamara <caolanm@redhat.com> 0.10.4-7
c17979
- rebuilt
c17979
c17979
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
c17979
- rebuilt
c17979
c17979
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
c17979
- rebuilt
c17979
c17979
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
c17979
- rebuilt
c17979
c17979
* Wed Sep 24 2003 Jeremy Katz <katzj@redhat.com> 0.10.4-4
c17979
- update description
c17979
- include docs (#104964)
c17979
c17979
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
c17979
- rebuilt
c17979
c17979
* Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
c17979
- add ldconfig to post/postun
c17979
c17979
* Fri May 16 2003 Jeremy Katz <katzj@redhat.com> 0.10.4-2
c17979
- Initial build in Red Hat Linux
c17979