|
@@ -1,13 +1,16 @@
|
|
Name: fribidi
|
|
Name: fribidi
|
|
-Version: 0.19.2
|
|
+Version: 0.19.7
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: LGPL
|
|
License: LGPL
|
|
-Source: hhttp://fribidi.org/download/%{name}-%{version}.tar.gz
|
|
+Source: hhttp://fribidi.org/download/%{name}-%{version}.tar.bz2
|
|
URL: http://fribidi.org
|
|
URL: http://fribidi.org
|
|
Summary: Library implementing the Unicode Bidirectional Algorithm
|
|
Summary: Library implementing the Unicode Bidirectional Algorithm
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
%description
|
|
%description
|
|
A library to handle bidirectional scripts (eg. hebrew, arabic), so that
|
|
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
|
|
the display is done in the proper way; while the text data itself is
|
|
@@ -27,7 +30,7 @@ Install if you want to develop programs which will use fribidi.
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure
|
|
+%configure --disable-static
|
|
|
|
|
|
make
|
|
make
|
|
|
|
|
|
@@ -37,6 +40,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|
|
|
|
|
|
|
+# remove empty (compressed) man pages
|
|
|
|
+find $RPM_BUILD_ROOT%{_mandir}/man3 -type f -empty -exec rm {} \;
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
@@ -52,14 +58,15 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
-%{_libdir}/*.a
|
|
|
|
-#{_libdir}/*.la
|
|
|
|
%{_libdir}/*.so
|
|
%{_libdir}/*.so
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
%{_mandir}/man3/%{name}_*.gz
|
|
%{_mandir}/man3/%{name}_*.gz
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jun 8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.19.7-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Tue Aug 14 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.19.2-1
|
|
* Tue Aug 14 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.19.2-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|