OBS User unknown 2009-03-11 18:26:05 +00:00 committed by Git OBS Bridge
parent 55b7d00c8e
commit 77817806d1
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 10 15:03:09 CET 2009 - coolo@suse.de
- fix build with new cmake
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de

View File

@ -33,7 +33,7 @@ Obsoletes: taglib-64bit
%endif
#
Version: 1.5
Release: 79
Release: 81
Source0: %name-%version.tar.bz2
Source1: %name.desktop
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -76,7 +76,8 @@ Authors:
%build
export CXXFLAGS="%{optflags}"
export CFLAGS="%{optflags}"
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DBUILD_TESTS:BOOL=ON -DLIB_INSTALL_DIR=%{_libdir} .
_libsuffix=$(echo %_lib | cut -b4-)
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DBUILD_TESTS:BOOL=ON -DLIB_SUFFIX=$_libsuffix .
%{__make} %{?jobs:-j %jobs} VERBOSE=1
cd doc
doxygen taglib.doxygen
@ -122,6 +123,8 @@ doxygen taglib.doxygen
%{_libdir}/pkgconfig/*.pc
%changelog
* Tue Mar 10 2009 coolo@suse.de
- fix build with new cmake
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Thu Apr 10 2008 dmueller@suse.de