Browse Source

fribidi-0.19.7-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10366 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
ba4674c4e0
1 changed files with 12 additions and 5 deletions
  1. 12 5
      f/fribidi/fribidi-vl.spec

+ 12 - 5
f/fribidi/fribidi-vl.spec

@@ -1,13 +1,16 @@
 Name: fribidi
-Version: 0.19.2
+Version: 0.19.7
 Release: 1%{?_dist_release}
 License: LGPL
-Source: hhttp://fribidi.org/download/%{name}-%{version}.tar.gz
+Source: hhttp://fribidi.org/download/%{name}-%{version}.tar.bz2
 URL: http://fribidi.org
 Summary: Library implementing the Unicode Bidirectional Algorithm
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %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
@@ -27,7 +30,7 @@ Install if you want to develop programs which will use fribidi.
 %setup -q
 
 %build
-%configure
+%configure --disable-static
  
 make
 
@@ -37,6 +40,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 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
 rm -rf $RPM_BUILD_ROOT
 
@@ -52,14 +58,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-, root, root)
-%{_libdir}/*.a
-#{_libdir}/*.la
 %{_libdir}/*.so
 %{_includedir}/*
 %{_libdir}/pkgconfig/%{name}.pc
 %{_mandir}/man3/%{name}_*.gz
 
 %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
 - new upstream release.