Author: megabajt Date: Thu Oct 22 14:52:10 2009 GMT Module: packages Tag: HEAD ---- Log message: - added -pc.patch to fix pkgconfig file - release 3
---- Files affected: packages/libview: libview.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: packages/libview/libview.spec diff -u packages/libview/libview.spec:1.13 packages/libview/libview.spec:1.14 --- packages/libview/libview.spec:1.13 Wed Jun 17 21:47:56 2009 +++ packages/libview/libview.spec Thu Oct 22 16:52:04 2009 @@ -3,12 +3,13 @@ Summary(pl.UTF-8): Zestaw widgetów dla VMware (ale nie tylko) Name: libview Version: 0.6.4 -Release: 2 +Release: 3 License: MIT Group: X11/Libraries Source0: http://dl.sourceforge.net/view/%{name}-%{version}.tar.gz # Source0-md5: e917f9c33e83e55e20d52fe251278c84 Patch0: %{name}-constructor.patch +Patch1: %{name}-pc.patch URL: http://view.sourceforge.net/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -54,6 +55,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -99,6 +101,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2009/10/22 14:52:04 megabajt +- added -pc.patch to fix pkgconfig file +- release 3 + Revision 1.13 2009/06/17 19:47:56 hawk - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libview/libview.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
