Accepting request 260070 from home:MargueriteSu:branches:M17N
update 0.19.6 OBS-URL: https://build.opensuse.org/request/show/260070 OBS-URL: https://build.opensuse.org/package/show/M17N/fribidi?expand=0&rev=14
This commit is contained in:
parent
a4fe194999
commit
46eae7dd72
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:49cf91586e48b52fe25872ff66c1da0dff0daac2593f9f300e2af12f44f64177
|
|
||||||
size 668933
|
|
3
fribidi-0.19.6.tar.bz2
Normal file
3
fribidi-0.19.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cba8b7423c817e5adf50d28ec9079d14eafcec9127b9e8c8f1960c5ad585e17d
|
||||||
|
size 639022
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 6 09:50:44 UTC 2014 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 0.19.6
|
||||||
|
* Fix two minor bidi bugs.
|
||||||
|
* Build with new libtool to support ppc64le.
|
||||||
|
- fix boo#903462: -enable-malloc to be thread safe
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 10 13:36:21 UTC 2014 - ftake@geeko.jp
|
Wed Sep 10 13:36:21 UTC 2014 - ftake@geeko.jp
|
||||||
|
|
||||||
|
43
fribidi.spec
43
fribidi.spec
@ -16,34 +16,35 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: fribidi
|
|
||||||
%define lname libfribidi0
|
%define lname libfribidi0
|
||||||
Version: 0.19.2
|
Name: fribidi
|
||||||
|
Version: 0.19.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Free Implementation of Unicode BiDi Algorithm
|
Summary: Free Implementation of Unicode BiDi Algorithm
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://fribidi.org/
|
Url: http://fribidi.org/
|
||||||
|
Source: http://fribidi.org/download/%{name}-%{version}.tar.bz2
|
||||||
|
Source2: baselibs.conf
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
#
|
||||||
|
Provides: locale(ar;he)
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: fribidi-64bit
|
Obsoletes: fribidi-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
|
||||||
Provides: locale(ar;he)
|
|
||||||
Source: http://fribidi.org/download/%{name}-%{version}.tar.gz
|
|
||||||
Source2: baselibs.conf
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: pkg-config
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library implements the algorithm as described in "Unicode
|
This library implements the algorithm as described in "Unicode
|
||||||
Standard Annex #9, the Bidirectional Algorithm".
|
Standard Annex #9, the Bidirectional Algorithm".
|
||||||
|
|
||||||
%package -n %lname
|
%package -n %{lname}
|
||||||
Summary: Free Implementation of the Unicode BiDi Algorithm
|
Summary: Free Implementation of the Unicode BiDi Algorithm
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %{lname}
|
||||||
This library implements the algorithm as described in "Unicode
|
This library implements the algorithm as described in "Unicode
|
||||||
Standard Annex #9, the Bidirectional Algorithm,
|
Standard Annex #9, the Bidirectional Algorithm,
|
||||||
http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhaustively
|
http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhaustively
|
||||||
@ -66,28 +67,28 @@ This package provides headers and manual files for FriBiDi.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static \
|
||||||
%__make %{?_smp_mflags}
|
--enable-malloc
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%__make check
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%__make DESTDIR=%buildroot install
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
%__rm %buildroot%{_libdir}/libfribidi.la
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%clean
|
%post -n %{lname} -p /sbin/ldconfig
|
||||||
%__rm -rf %buildroot
|
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/fribidi
|
%{_bindir}/fribidi
|
||||||
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
|
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %{lname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libfribidi.so.0*
|
%{_libdir}/libfribidi.so.0*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user