From f6c1c82d915c6681a84426213ed18ba1b23ba3a2 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 1 Oct 2009 14:45:51 +0000 Subject: [PATCH] - fixed License (LGPL or MPL) - verbose make Changed files: taglib.spec -> 1.36 --- taglib.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/taglib.spec b/taglib.spec index e4c56b8..2eeda3e 100644 --- a/taglib.spec +++ b/taglib.spec @@ -1,9 +1,12 @@ +# 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 @@ -44,16 +47,17 @@ Pliki nagłówkowe biblioteki tag. %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 -- 2.43.0