2004-09-09 04:52:48 +00:00
|
|
|
Summary: Library implementing the Unicode Bidirectional Algorithm
|
|
|
|
Name: fribidi
|
2007-08-10 08:59:12 +00:00
|
|
|
Version: 0.10.9
|
|
|
|
Release: 1%{?dist}
|
2006-03-27 13:48:06 +00:00
|
|
|
URL: http://fribidi.org
|
2007-08-10 08:59:12 +00:00
|
|
|
Source0: http://fribidi.org/download/%{name}-%{version}.tar.gz
|
2006-05-02 10:06:41 +00:00
|
|
|
Patch0: fribidi-0.10.7-multiarchdevel.patch
|
2007-08-02 19:42:14 +00:00
|
|
|
License: LGPLv2+
|
2004-09-09 04:52:48 +00:00
|
|
|
Group: System Environment/Libraries
|
2007-02-05 09:39:54 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2006-06-07 21:53:04 +00:00
|
|
|
BuildRequires: automake, autoconf, libtool
|
2004-09-09 04:52:48 +00:00
|
|
|
|
|
|
|
%description
|
2007-02-05 09:40:47 +00:00
|
|
|
A library to handle bidirectional scripts (for example Hebrew, Arabic),
|
|
|
|
so that the display is done in the proper way; while the text data itself
|
|
|
|
is always written in logical order.
|
2004-09-09 04:52:48 +00:00
|
|
|
|
|
|
|
%package devel
|
2007-02-05 09:39:54 +00:00
|
|
|
Summary: Libraries and include files for FriBidi
|
2004-09-09 04:52:48 +00:00
|
|
|
Group: System Environment/Libraries
|
2007-02-05 09:39:54 +00:00
|
|
|
Requires: %name = %{version}-%{release}
|
2006-06-29 13:41:19 +00:00
|
|
|
Requires: pkgconfig
|
2004-09-09 04:52:48 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Include files and libraries needed for developing applications which use
|
2007-02-05 09:39:54 +00:00
|
|
|
FriBidi.
|
2004-09-09 04:52:48 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2006-05-02 10:06:41 +00:00
|
|
|
%patch0 -p1 -b .multiarchdevel
|
2004-09-09 04:52:48 +00:00
|
|
|
|
|
|
|
%build
|
2006-05-02 10:06:41 +00:00
|
|
|
aclocal
|
|
|
|
autoconf
|
|
|
|
automake
|
2007-02-05 09:39:54 +00:00
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
2004-09-09 04:52:48 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-02-05 09:39:54 +00:00
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
2004-09-09 04:52:48 +00:00
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
2007-02-05 09:39:54 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README AUTHORS COPYING ChangeLog THANKS NEWS TODO
|
2004-09-09 04:52:48 +00:00
|
|
|
%{_bindir}/fribidi
|
2006-06-07 21:46:41 +00:00
|
|
|
%{_libdir}/libfribidi.so.*
|
2004-09-09 04:52:48 +00:00
|
|
|
|
|
|
|
%files devel
|
2007-02-05 09:39:54 +00:00
|
|
|
%defattr(-,root,root,-)
|
2004-09-09 04:52:48 +00:00
|
|
|
%{_bindir}/fribidi-config
|
|
|
|
%{_includedir}/fribidi
|
2006-06-07 21:46:41 +00:00
|
|
|
%{_libdir}/libfribidi.so
|
2004-09-09 04:52:48 +00:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
%changelog
|
2007-08-10 08:59:12 +00:00
|
|
|
* Fri Aug 10 2007 Caolan McNamara <caolanm@redhat.com> 0.10.9-1
|
|
|
|
- next version
|
|
|
|
|
2007-08-02 19:42:14 +00:00
|
|
|
* Thu Aug 02 2007 Caolan McNamara <caolanm@redhat.com> 0.10.8-2
|
2007-08-02 19:27:06 +00:00
|
|
|
- clarify license
|
|
|
|
|
2007-05-31 19:18:50 +00:00
|
|
|
* Thu May 31 2007 Caolan McNamara <caolanm@redhat.com> 0.10.8-1
|
|
|
|
- next version
|
|
|
|
|
2007-02-05 09:39:54 +00:00
|
|
|
* Mon Feb 05 2007 Caolan McNamara <caolanm@redhat.com> 0.10.7-6
|
|
|
|
- Resolves: rhbz#225771 spec cleanups
|
|
|
|
|
2006-07-12 05:52:04 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10.7-5.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-29 13:41:19 +00:00
|
|
|
* Thu Jun 29 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-5
|
|
|
|
- rh#197223# devel Require pkg-config
|
|
|
|
|
2006-06-07 21:46:41 +00:00
|
|
|
* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 0.10.7-4
|
|
|
|
- put devel .so symlink in the right subpackage
|
|
|
|
|
2006-05-23 07:37:22 +00:00
|
|
|
* 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
|
|
|
|
|
2006-05-02 10:06:41 +00:00
|
|
|
* 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
|
|
|
|
|
2006-03-27 13:48:06 +00:00
|
|
|
* Mon Mar 27 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-1
|
|
|
|
- latest version
|
|
|
|
|
2006-02-11 02:46:37 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.10.4-8.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:41:50 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10.4-8.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:40:29 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-02 14:40:15 +00:00
|
|
|
* Wed Mar 2 2005 Caolan McNamara <caolanm@redhat.com> 0.10.4-8
|
|
|
|
- rebuild with gcc4
|
|
|
|
|
2005-02-09 09:26:07 +00:00
|
|
|
* Wed Feb 09 2005 Caolan McNamara <caolanm@redhat.com> 0.10.4-7
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:53:29 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:53:25 +00:00
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:52:48 +00:00
|
|
|
* 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
|
|
|
|
|