126 lines
3.2 KiB
RPMSpec
126 lines
3.2 KiB
RPMSpec
Summary: Library implementing the Unicode Bidirectional Algorithm
|
|
Name: fribidi
|
|
Version: 0.10.7
|
|
Release: 6%{?dist}
|
|
URL: http://fribidi.org
|
|
Source0: http://fribidi.org/download/fribidi/%{name}-%{version}.tar.gz
|
|
Patch0: fribidi-0.10.7-multiarchdevel.patch
|
|
License: LGPL
|
|
Group: System Environment/Libraries
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: automake, autoconf, libtool
|
|
|
|
%description
|
|
A library to handle bidirectional scripts (eg. Hebrew, Arabic), so that
|
|
the display is done in the proper way; while the text data itself is
|
|
always written in logical order.
|
|
|
|
%package devel
|
|
Summary: Libraries and include files for FriBidi
|
|
Group: System Environment/Libraries
|
|
Requires: %name = %{version}-%{release}
|
|
Requires: pkgconfig
|
|
|
|
%description devel
|
|
Include files and libraries needed for developing applications which use
|
|
FriBidi.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1 -b .multiarchdevel
|
|
|
|
%build
|
|
aclocal
|
|
autoconf
|
|
automake
|
|
%configure --disable-static
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc README AUTHORS COPYING ChangeLog THANKS NEWS TODO
|
|
%{_bindir}/fribidi
|
|
%{_libdir}/libfribidi.so.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/fribidi-config
|
|
%{_includedir}/fribidi
|
|
%{_libdir}/libfribidi.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%changelog
|
|
* Mon Feb 05 2007 Caolan McNamara <caolanm@redhat.com> 0.10.7-6
|
|
- Resolves: rhbz#225771 spec cleanups
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10.7-5.1
|
|
- rebuild
|
|
|
|
* Thu Jun 29 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-5
|
|
- rh#197223# devel Require pkg-config
|
|
|
|
* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 0.10.7-4
|
|
- put devel .so symlink in the right subpackage
|
|
|
|
* Tue May 23 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-3
|
|
- rh#192669# clearly I didn't actually get around to basing fribidi-config
|
|
of pkg-config output
|
|
|
|
* Tue May 02 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-2
|
|
- base fribidi-config on pkg-config output
|
|
- allow fribidi_config.h to be the same on 32 and 64 bit
|
|
|
|
* Mon Mar 27 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-1
|
|
- latest version
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.10.4-8.2.1
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10.4-8.2
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
- rebuilt
|
|
|
|
* Wed Mar 2 2005 Caolan McNamara <caolanm@redhat.com> 0.10.4-8
|
|
- rebuild with gcc4
|
|
|
|
* Wed Feb 09 2005 Caolan McNamara <caolanm@redhat.com> 0.10.4-7
|
|
- rebuilt
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Wed Sep 24 2003 Jeremy Katz <katzj@redhat.com> 0.10.4-4
|
|
- update description
|
|
- include docs (#104964)
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
- add ldconfig to post/postun
|
|
|
|
* Fri May 16 2003 Jeremy Katz <katzj@redhat.com> 0.10.4-2
|
|
- Initial build in Red Hat Linux
|
|
|