Blame SPECS/fribidi.spec

1c6d71
Summary: Library implementing the Unicode Bidirectional Algorithm
1c6d71
Name: fribidi
ae51b3
Version: 1.0.2
ae51b3
Release: 1%{?dist}
ae51b3
URL: https://github.com/fribidi/fribidi/
ae51b3
Source: https://github.com//%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
1c6d71
License: LGPLv2+ and UCD
1c6d71
Group: System Environment/Libraries
1c6d71
1c6d71
%description
1c6d71
A library to handle bidirectional scripts (for example Hebrew, Arabic),
1c6d71
so that the display is done in the proper way; while the text data itself
1c6d71
is always written in logical order.
1c6d71
1c6d71
%package devel
1c6d71
Summary: Libraries and include files for FriBidi
1c6d71
Group: System Environment/Libraries
1c6d71
Requires: %{name}%{?_isa} = %{version}-%{release}
1c6d71
1c6d71
%description devel
1c6d71
Include files and libraries needed for developing applications which use
1c6d71
FriBidi.
1c6d71
1c6d71
%prep
1c6d71
%setup -q
1c6d71
1c6d71
%build
1c6d71
%if 0%{?el5}
1c6d71
# FORTIFY_SOURCE=2 breaks EL-5 build
1c6d71
export CFLAGS=`echo $RPM_OPT_FLAGS | sed -e 's|FORTIFY_SOURCE=2|FORTIFY_SOURCE=1|'`
1c6d71
%ifarch ppc ppc64 x86_64
1c6d71
export CFLAGS="$CFLAGS -DPAGE_SIZE=4096"
1c6d71
%endif
1c6d71
%else
1c6d71
# outside of EL-5, only ppc* needs modification
1c6d71
%ifarch ppc ppc64
1c6d71
export CFLAGS="$RPM_OPT_FLAGS -DPAGE_SIZE=4096"
1c6d71
%endif
1c6d71
%endif
ae51b3
%configure --disable-static --disable-docs
1c6d71
make %{?_smp_mflags}
1c6d71
ae51b3
%check
ae51b3
make check
ae51b3
1c6d71
%install
1c6d71
make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p"
1c6d71
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
1c6d71
1c6d71
%post -p /sbin/ldconfig
1c6d71
1c6d71
%postun -p /sbin/ldconfig
1c6d71
1c6d71
%files
1c6d71
%doc README AUTHORS COPYING ChangeLog THANKS NEWS TODO
1c6d71
%{_bindir}/fribidi
1c6d71
%{_libdir}/libfribidi.so.*
1c6d71
1c6d71
%files devel
1c6d71
%{_includedir}/fribidi
1c6d71
%{_libdir}/libfribidi.so
1c6d71
%{_libdir}/pkgconfig/*.pc
1c6d71
1c6d71
%changelog
ae51b3
* Fri May 04 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.2-1
ae51b3
- Resolves: rhbz#1574858 latest version, --disable-docs because there's no c2man
ae51b3
9c2adf
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.19.4-6
9c2adf
- Mass rebuild 2014-01-24
9c2adf
9c2adf
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.19.4-5
9c2adf
- Mass rebuild 2013-12-27
9c2adf
1c6d71
* Wed Apr 03 2013 Caolán McNamara <caolanm@redhat.com> - 0.19.4-4
1c6d71
- Resolves: rhbz#925368 support aarch64
1c6d71
1c6d71
* Wed Feb 18 2013 Caolán McNamara <caolanm@redhat.com> - 0.19.4-3
1c6d71
- Resolves: rhbz#884000 remove empty man pages
1c6d71
1c6d71
* Mon Dec 10 2012 Caolán McNamara <caolanm@redhat.com> - 0.19.4-2
1c6d71
- Resolves: rhbz#884000 signed warning (thanks mfabian)
1c6d71
1c6d71
* Tue Nov 27 2012 Caolán McNamara <caolanm@redhat.com> - 0.19.4-1
1c6d71
- Resolves: rhbz#880490 bump to latest version
1c6d71
1c6d71
* Tue Oct 16 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.19.2-6
1c6d71
- spec cleanup for changed packaging guidelines
1c6d71
1c6d71
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.2-5
1c6d71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1c6d71
1c6d71
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.2-4
1c6d71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1c6d71
1c6d71
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.2-3
1c6d71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1c6d71
1c6d71
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.2-2
1c6d71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1c6d71
1c6d71
* Thu Mar 26 2009 Behdad Esfahbod <besfahbo@redhat.com> 0.19.2-1
1c6d71
- Update to 0.19.2
1c6d71
1c6d71
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.1-4
1c6d71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1c6d71
1c6d71
* Mon Jan 12 2009 Caolán McNamara <caolanm@redhat.com> - 0.19.1-3
1c6d71
- rebuild to get provides pkgconfig(fribidi)
1c6d71
1c6d71
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.19.1-2
1c6d71
- Autorebuild for GCC 4.3
1c6d71
1c6d71
* Wed Jan 16 2008 Caolan McNamara <caolanm@redhat.com> 0.19.1-1
1c6d71
- next version
1c6d71
- workaround PAGE_SIZE requirement
1c6d71
1c6d71
* Wed Aug 29 2007 Caolan McNamara <caolanm@redhat.com> 0.10.9-2
1c6d71
- rebuild
1c6d71
1c6d71
* Fri Aug 10 2007 Caolan McNamara <caolanm@redhat.com> 0.10.9-1
1c6d71
- next version
1c6d71
1c6d71
* Thu Aug 02 2007 Caolan McNamara <caolanm@redhat.com> 0.10.8-2
1c6d71
- clarify license
1c6d71
1c6d71
* Thu May 31 2007 Caolan McNamara <caolanm@redhat.com> 0.10.8-1
1c6d71
- next version
1c6d71
1c6d71
* Mon Feb 05 2007 Caolan McNamara <caolanm@redhat.com> 0.10.7-6
1c6d71
- Resolves: rhbz#225771 spec cleanups
1c6d71
1c6d71
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10.7-5.1
1c6d71
- rebuild
1c6d71
1c6d71
* Thu Jun 29 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-5
1c6d71
- rh#197223# devel Require pkg-config
1c6d71
1c6d71
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 0.10.7-4
1c6d71
- put devel .so symlink in the right subpackage
1c6d71
1c6d71
* Tue May 23 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-3
1c6d71
- rh#192669# clearly I didn't actually get around to basing fribidi-config 
1c6d71
  of pkg-config output
1c6d71
1c6d71
* Tue May 02 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-2
1c6d71
- base fribidi-config on pkg-config output
1c6d71
- allow fribidi_config.h to be the same on 32 and 64 bit
1c6d71
1c6d71
* Mon Mar 27 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-1
1c6d71
- latest version
1c6d71
1c6d71
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.10.4-8.2.1
1c6d71
- bump again for double-long bug on ppc(64)
1c6d71
1c6d71
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10.4-8.2
1c6d71
- rebuilt for new gcc4.1 snapshot and glibc changes
1c6d71
1c6d71
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1c6d71
- rebuilt
1c6d71
1c6d71
* Wed Mar  2 2005 Caolan McNamara <caolanm@redhat.com> 0.10.4-8
1c6d71
- rebuild with gcc4
1c6d71
1c6d71
* Wed Feb 09 2005 Caolan McNamara <caolanm@redhat.com> 0.10.4-7
1c6d71
- rebuilt
1c6d71
1c6d71
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
1c6d71
- rebuilt
1c6d71
1c6d71
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
1c6d71
- rebuilt
1c6d71
1c6d71
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
1c6d71
- rebuilt
1c6d71
1c6d71
* Wed Sep 24 2003 Jeremy Katz <katzj@redhat.com> 0.10.4-4
1c6d71
- update description
1c6d71
- include docs (#104964)
1c6d71
1c6d71
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
1c6d71
- rebuilt
1c6d71
1c6d71
* Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1c6d71
- add ldconfig to post/postun
1c6d71
1c6d71
* Fri May 16 2003 Jeremy Katz <katzj@redhat.com> 0.10.4-2
1c6d71
- Initial build in Red Hat Linux
1c6d71