Author: qboosh Date: Thu Oct 1 14:45:56 2009 GMT Module: packages Tag: HEAD ---- Log message: - fixed License (LGPL or MPL) - verbose make
---- Files affected: packages/taglib: taglib.spec (1.35 -> 1.36) ---- Diffs: ================================================================ Index: packages/taglib/taglib.spec diff -u packages/taglib/taglib.spec:1.35 packages/taglib/taglib.spec:1.36 --- packages/taglib/taglib.spec:1.35 Thu Sep 24 21:50:16 2009 +++ packages/taglib/taglib.spec Thu Oct 1 16:45:51 2009 @@ -1,10 +1,13 @@ # $Revision$, $Date$ +# TODO: +# - dangling patches +# - optflags (CMAKE_BUILD_TYPE=Release overrides them) Summary: A tag library for reading and editing audio meta data Summary(pl.UTF-8): Biblioteka tag do odczytu i edycji metadanych dotyczących dźwięku Name: taglib Version: 1.6 Release: 0.5 -License: GPL +License: LGPL v2.1 or MPL v1.1 Group: X11/Libraries Source0: http://ktown.kde.org/~wheeler/files/src/%{name}-%{version}.tar.gz # Source0-md5: 5ecad0816e586a954bd676a86237d054 @@ -45,16 +48,17 @@ %build install -d build cd build -%cmake \ +%cmake .. \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DLIB_INSTALL_DIR=%{_libdir} \ - -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \ - -DWITH_ASF=ON \ - -DWITH_MP4=ON \ %if "%{_lib}" == "lib64" -DLIB_SUFFIX=64 \ %endif - ../ + -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \ + -DCMAKE_VERBOSE_MAKEFILE=ON \ + -DWITH_ASF=ON \ + -DWITH_MP4=ON + %{__make} %install @@ -91,6 +95,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.36 2009/10/01 14:45:51 qboosh +- fixed License (LGPL or MPL) +- verbose make + Revision 1.35 2009/09/24 19:50:16 cactus - add build type ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/taglib/taglib.spec?r1=1.35&r2=1.36&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
