Accepting request 62152 from M17N

Accepted submit request 62152 from user mrdocs

OBS-URL: https://build.opensuse.org/request/show/62152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fribidi?expand=0&rev=14
This commit is contained in:
Ruediger Oertel 2011-02-20 23:51:03 +00:00 committed by Git OBS Bridge
parent b3ce9ee7b6
commit 7eed0459a6
4 changed files with 34 additions and 28 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f03ceafd9bb394c069cb793bd94dcc6e5d305def427d5f8c571a21b6b1be1849
size 490864

3
fribidi-0.19.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:929208c180a61c53321c6a2250a72e5a16f5db7ab7756cc5b8ee9d0cb07e95ad
size 543099

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 6 11:07:10 UTC 2011 - adam@mizerski.pl
- update to 0.19.2
* Update to Unicode Character Database 5.1.0
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 30 18:14:07 UTC 2010 - coolo@novell.com Fri Apr 30 18:14:07 UTC 2010 - coolo@novell.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package fribidi (Version 0.10.9) # spec file for package fribidi (Version 0.19.2)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -19,12 +19,12 @@
Name: fribidi Name: fribidi
Version: 0.10.9 Version: 0.19.2
Release: 59 Release: 0
Summary: Free Implementation of BiDi Algorithm Summary: Free Implementation of BiDi Algorithm
License: GPLv2+ License: LGPLv2.1
Group: System/Libraries Group: System/Libraries
Url: http://fribidi.sourceforge.net/ Url: http://fribidi.org/
AutoReqProv: on AutoReqProv: on
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64
@ -32,6 +32,7 @@ Obsoletes: fribidi-64bit
%endif %endif
# #
Provides: locale(ar;he) Provides: locale(ar;he)
# repacked http://fribidi.org/download/fribidi-%%{version}.tar.gz
Source: fribidi-%{version}.tar.bz2 Source: fribidi-%{version}.tar.bz2
Source2: baselibs.conf Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -49,32 +50,31 @@ API proposal" by Franck Portaneri, which he wrote as a proposal for
adding BiDi support to Mozilla. adding BiDi support to Mozilla.
%package devel %package devel
License: GPLv2+ License: LGPLv2.1
Summary: Static Libraries and Header Files for FriBiDi Summary: Development Files for FriBiDi
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %name = %version Requires: %{name} = %{version}
Requires: pkg-config
%description devel %description devel
This package provides the static libraries and header files for This package provides headers and manual files for FriBiDi.
FriBiDi.
%prep %prep
%setup -q %setup -q
%build %build
autoreconf -i -f %configure --disable-static
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %__make %{?_smp_mflags}
%configure --disable-static --with-pic
%{__make} %{?jobs:-j%jobs}
%check %check
make check %__make check
%install %install
make DESTDIR=$RPM_BUILD_ROOT install %__make DESTDIR=%buildroot install
%__rm %buildroot%{_libdir}/libfribidi.la
%clean %clean
rm -rf $RPM_BUILD_ROOT %__rm -rf %buildroot
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -82,16 +82,16 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING* ChangeLog INSTALL NEWS README THANKS TODO tests run.tests %{_bindir}/fribidi
%_bindir/fribidi %{_libdir}/libfribidi.so.*
%_libdir/libfribidi.so.* %doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
%files devel %files devel
%defattr(-, root, root) %defattr(-, root, root)
%_libdir/lib*.so %dir %{_includedir}/fribidi
%_libdir/pkgconfig/*.pc %{_includedir}/fribidi/*
%_includedir/fribidi %{_libdir}/libfribidi.so
%_bindir/fribidi-config %{_libdir}/pkgconfig/fribidi.pc
%exclude %_libdir/lib*.la %doc %{_mandir}/man3/fribidi_*
%changelog %changelog