OBS User unknown 2008-10-13 14:55:07 +00:00 committed by Git OBS Bridge
parent ed9e0e69bc
commit a7f3e0da45
5 changed files with 35 additions and 8 deletions

9
fix-build.diff Normal file
View File

@ -0,0 +1,9 @@
--- ./CMakeLists.txt 2008/10/13 12:57:51 1.3
+++ ./CMakeLists.txt 2008/10/13 12:58:40
@@ -17,5 +17,5 @@
find_package(Msgfmt REQUIRED)
find_package(Gettext REQUIRED)
add_subdirectory( po )
-add_subdirectory( doc-translations )
+#add_subdirectory( doc-translations )
add_subdirectory( doc )

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b03ad4d27472571de760c112550aa197a54907d6d8d504987ac1bede9454bf9
size 270787

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c81655dbfe102fe70d057e4dcaa95b8189e1d770e3451a2aa4327518a304c607
size 296356

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 9 23:15:32 CEST 2008 - wstephenson@suse.de
- update to 0.9.0-beta4
* Fix bugs in config dialog layouts
-------------------------------------------------------------------
Thu Jun 26 17:36:12 CEST 2008 - dmueller@suse.de

View File

@ -1,10 +1,17 @@
#
# spec file for package rsibreak (Version 0.8.9+0.9.0_b3)
# spec file for package rsibreak (Version 0.8.9+0.9.0_b4)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -18,11 +25,12 @@ Url: http://www.kde-apps.org/content/show.php?content=29725
Group: Productivity/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Assists in the Recovery and Prevention of Repetitive Strain Injury
Version: 0.8.9+0.9.0_b3
Version: 0.8.9+0.9.0_b4
Release: 1
%define tar_version 0.9.0-beta3
%define tar_version 0.9.0-beta4
Source: rsibreak-%tar_version.tar.bz2
Patch0: disable-plasma-dep.diff
Patch1: fix-build.diff
Provides: kde4-rsibreak = 0.9.0
Obsoletes: kde4-rsibreak <= 0.9.0
@ -41,6 +49,7 @@ Authors:
%prep
%setup -n rsibreak-%tar_version -q
%patch0
%patch1
%build
%cmake_kde4 -d build
@ -73,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/icons/hicolor/*x*/apps/rsibreak.png
%changelog
* Fri Oct 10 2008 wstephenson@suse.de
- update to 0.9.0-beta4
* Fix bugs in config dialog layouts
* Thu Jun 26 2008 dmueller@suse.de
- update to 0.9.0-beta3
* porting to KDE4