OBS User unknown 2009-07-31 19:25:06 +00:00 committed by Git OBS Bridge
parent 2d34212704
commit 328c3f8c23
2 changed files with 5 additions and 11 deletions

View File

@ -1,17 +1,11 @@
-------------------------------------------------------------------
Tue Apr 28 16:18 CET 2009 - mrdocs@opensuse.org
- drop fdupes it breaks the help browser
- update to 1.3.3.13
- make %jobs can break builds just use make
Fri Jul 31 10:25:33 CEST 2009 - coolo@novell.com
- fix build
-------------------------------------------------------------------
Tue Apr 28 16:18 CET 2009 - mrdocs@opensuse.org
- drop fdupes it breaks the help browser
- update to 1.3.3.13
- make %jobs can break builds just use make
-------------------------------------------------------------------
Tue Apr 28 16:18 CET 2009 - mrdocs@opensuse.org
- drop fdupes it breaks the help browser
- update to 1.3.3.13
- make %jobs can break builds just use make

View File

@ -34,7 +34,7 @@ Suggests: AdobeICCProfiles
Provides: scribus-short-words
Obsoletes: scribus-i18n-de scribus-i18n-en scribus-i18n-fr scribus-short-words
Version: 1.3.3.13
Release: 1
Release: 2
%define tar_version %version
Source: %{name}-%{tar_version}.tar.bz2
Source1: vnd.%name.desktop
@ -90,7 +90,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
export CFLAGS="$CXXFLAGS -fno-strict-aliasing"
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
-DCMAKE_SKIP_RPATH=TRUE -DDOCDIR=%{_docdir} -DLIB_INSTALL_DIR=%{_libdir} \
-DLIB_SUFFIX=$(echo %_lib | cut -b4-) -DWANT_CAIRO=1 .. \
-DLIB_SUFFIX=$(echo %_lib | cut -b4-) -DWANT_CAIRO=1 ..
make VERBOSE=1
%install