Author: qboosh Date: Sun May 27 10:35:25 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.4.0 (note: new library name and thus soname); introduced Vala API
---- Files affected: packages/libexttextcat: libexttextcat.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/libexttextcat/libexttextcat.spec diff -u packages/libexttextcat/libexttextcat.spec:1.4 packages/libexttextcat/libexttextcat.spec:1.5 --- packages/libexttextcat/libexttextcat.spec:1.4 Wed Mar 14 18:22:56 2012 +++ packages/libexttextcat/libexttextcat.spec Sun May 27 12:35:19 2012 @@ -7,12 +7,12 @@ Summary: Text categorization library Summary(pl.UTF-8): Biblioteka kategoryzacji tekstu Name: libexttextcat -Version: 3.2.0 +Version: 3.3.0 Release: 1 License: BSD Group: Libraries Source0: http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz -# Source0-md5: 941ec532832ffea01e121373a2733a96 +# Source0-md5: 262ff151698ddefc11b057ef8bb2b569 URL: http://www.freedesktop.org/wiki/Software/libexttextcat Provides: libtextcat = %{version}-%{release} Obsoletes: libtextcat < 3.2.0-1 @@ -54,6 +54,18 @@ %description static -l pl.UTF-8 Statyczna biblioteka libexttextcat. +%package -n vala-libexttextcat +Summary: libexttextcat API for Vala language +Summary(pl.UTF-8): API libexttextcat dla języka Vala +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description -n vala-libexttextcat +libexttextcat API for Vala language. + +%description -n vala-libexttextcat -l pl.UTF-8 +API libexttextcat dla języka Vala. + %package tools Summary: Tool for creating custom document fingerprints Summary(pl.UTF-8): Narzędzia do tworzenia własnych odcisków dokumentów @@ -73,8 +85,9 @@ %build %configure \ + --disable-silent-rules \ %{!?with_static_libs:--disable-static} \ - --disable-werror \ + --disable-werror %{__make} %{?with_tests:%{__make} check} @@ -97,22 +110,26 @@ %files %defattr(644,root,root,755) %doc LICENSE README* -%attr(755,root,root) %{_libdir}/libexttextcat.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libexttextcat.so.0 +%attr(755,root,root) %{_libdir}/libexttextcat-1.0.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libexttextcat-1.0.so.0 %{_datadir}/%{name} %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libexttextcat.so +%attr(755,root,root) %{_libdir}/libexttextcat-1.0.so %{_includedir}/%{name} %{_pkgconfigdir}/%{name}.pc %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/libexttextcat.a +%{_libdir}/libexttextcat-1.0.a %endif +%files -n vala-libexttextcat +%defattr(644,root,root,755) +%{_datadir}/vala/vapi/libexttextcat.vapi + %files tools %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/createfp @@ -123,6 +140,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2012/05/27 10:35:19 qboosh +- updated to 3.4.0 (note: new library name and thus soname); introduced Vala API + Revision 1.4 2012/03/14 17:22:56 qboosh - pl fixes - added -static (+static_libs bcond) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/libexttextcat/libexttextcat.spec?r1=1.4&r2=1.5 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
