Author: baggins Date: Sat Jul 16 11:28:22 2011 GMT Module: packages Tag: HEAD ---- Log message: - use system libgcroots... - ...meaning no more static libs here - added FC pathes
---- Files affected: packages/uim: uim.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: packages/uim/uim.spec diff -u packages/uim/uim.spec:1.16 packages/uim/uim.spec:1.17 --- packages/uim/uim.spec:1.16 Sat Jul 16 13:10:24 2011 +++ packages/uim/uim.spec Sat Jul 16 13:28:17 2011 @@ -13,7 +13,11 @@ Group: Libraries Source0: http://uim.googlecode.com/files/%{name}-%{version}.tar.bz2 # Source0-md5: 1633f131ea58b34fd85e15411e3cc363 +Source1: uim-init.el +Source2: xinput.d-uim Patch0: %{name}-link.patch +Patch1: %{name}-emacs-utf8.patch +Patch2: %{name}-enable-libgcroots.patch URL: http://uim.freedesktop.org/ BuildRequires: anthy-devel >= 9100h-2 BuildRequires: autoconf @@ -68,21 +72,11 @@ %description devel -l pl.UTF-8 Pliki nagłówkowe biblioteki uim. -%package static -Summary: Static uim library -Summary(pl.UTF-8): Statyczna biblioteka uim -Group: Development/Libraries -Requires: %{name}-devel = %{version}-%{release} - -%description static -Static uim library. - -%description static -l pl.UTF-8 -Statyczna biblioteka uim. - %prep %setup -q %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build %{__aclocal} -I m4 @@ -207,16 +201,17 @@ %{_includedir}/%{name} %{_pkgconfigdir}/*.pc -%files static -%defattr(644,root,root,755) -%{_libdir}/lib*.a - %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2011/07/16 11:28:17 baggins +- use system libgcroots... +- ...meaning no more static libs here +- added FC pathes + Revision 1.16 2011/07/16 11:10:24 baggins - updated BR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/uim/uim.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
