Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:llunak:attic
kopete-anyremote
project.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File project.diff of Package kopete-anyremote
--- kopete-anyremote-0.4-gcc43.patch.orig +++ kopete-anyremote-0.4-gcc43.patch @@ -0,0 +1,20 @@ +--- src/kopeteanyremoteplugin.cpp~ 2009-03-21 17:58:01.000000000 +0100 ++++ src/kopeteanyremoteplugin.cpp 2009-03-21 17:58:01.000000000 +0100 +@@ -24,7 +24,7 @@ + * base class implementation + * + */ +-#include <iostream.h> ++#include <iostream> + #include <qfile.h> + #include <qdir.h> + +@@ -49,6 +49,8 @@ + #include "kopete_anyremote.h" + #include "kopeteanyremoteplugin.h" + ++using namespace std; ++ + typedef KGenericFactory<KopeteAnyremotePlugin> KopeteAnyremotePluginFactory; + + static const KAboutData aboutdata( "kopete_anyremote", I18N_NOOP( "KopeteAnyremote" ) , "1.3.0" ); --- kopete-anyremote.spec.orig +++ kopete-anyremote.spec @@ -1,3 +1,19 @@ +# +# spec file for package kopete-anyremote (Version 0.4) +# +# Copyright 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> +# Copyright 2009 Buschmann <buschmann23@opensuse.org> +# +# 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. +# + # norootforbuild %define _prefix /opt/kde3 @@ -8,19 +24,15 @@ Name: kopete-anyremote Version: %{rversion} Release: %{rrelease}%{releasesuffix} -%if %suse_version < 1020 -Distribution: SUSE Linux %(echo "%{suse_version}" | %__sed -e 's/.$//' -e ':a;s/\(.$\)/\.\1/g') -%else -Distribution: openSUSE %(echo "%{suse_version}" | %__sed -e 's/.$//' -e ':a;s/\(.$\)/\.\1/g') -%endif -Summary: anyRemote Plugin for Kopete -Source: %{name}-%{rversion}.tar.gz +Summary: AnyRemote Plugin for Kopete +Source: %{name}-%{rversion}.tar.bz2 +Patch: kopete-anyremote-0.4-gcc43.patch URL: http://anyremote.sourceforge.net -Packager: Donnie S Bhayangkara - http://donnie.110mb.com -Group: Productivity/Other +#Packager: Donnie S Bhayangkara - http://donnie.110mb.com +Group: Productivity/Networking/Instant Messenger License: GPLv2 BuildRoot: %{_tmppath}/build-%{name}-%{version} -BuildRequires: autoconf automake libtool libstdc++-devel gcc-c++ +BuildRequires: autoconf automake libtool libstdc++-devel gcc-c++ update-desktop-files BuildRequires: kdelibs3-devel kdebase3-devel kdenetwork3-devel kdenetwork3-InstantMessenger Requires: kdenetwork3-InstantMessenger, kdebluetooth, anyremote >= 3.5 @@ -35,11 +47,12 @@ Authors: M.Fedotov <anyremote@mail.ru> -%if %suse_version >= 930 +%if !0%{?opensuse_bs} %debug_package %endif %prep %setup -q -n "%{name}-%{version}" +%patch %{?suse_update_config:%{suse_update_config -f}} %build @@ -48,19 +61,32 @@ Authors: %install %makeinstall -find %{buildroot} -type f -o -type l | sed "s|^%{buildroot}||" >master.list +%suse_update_desktop_file %{buildroot}%{_datadir}/services/kconfiguredialog/kopete_anyremote_config.desktop +%suse_update_desktop_file %{buildroot}%{_datadir}/services/kopete_anyremote.desktop -%if %suse_version < 930 -%__strip "%{buildroot}%{_bindir}"/* -%endif +%find_lang anyremote %clean %__rm -rf "%{buildroot}" -%files -f master.list +%files -f anyremote.lang %defattr(-,root,root) %doc AUTHORS COPYING NEWS README +%{_libdir}/kde3/kcm_kopete_anyremote.* +%{_libdir}/kde3/kopete_anyremote.* +%{_datadir}/apps/kopete_anyremote +%{_datadir}/config.kcfg/kopete_anyremote.kcfg +%{_datadir}/services/kconfiguredialog/kopete_anyremote_config.desktop +%{_datadir}/services/kopete_anyremote.desktop %changelog +* Sat Mar 21 2009 Buschmann <buschmann23@opensuse.org> 0.4 +- recompressed source tarball with bzip2 +- using debug_package macro only outside the Build Service, + which has its own mechanism +- removed obsolete suse version checks +- removed distribution tag, is set by Build Service +- changed rpm group +- added kopete-anyremote-0.4-gcc43.patch * Wed Nov 7 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 0.4 - initial release
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor