<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>openSUSE Forums - openSUSE Build Service (OBS)</title>
		<link>http://forums.opensuse.org/</link>
		<description>Questions about creating packages for openSUSE and using the Build Service</description>
		<language>en</language>
		<lastBuildDate>Sun, 22 Nov 2009 14:37:28 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.opensuse.org/images/openSUSE_default/misc/rss.jpg</url>
			<title>openSUSE Forums - openSUSE Build Service (OBS)</title>
			<link>http://forums.opensuse.org/</link>
		</image>
		<item>
			<title>cameramonitor.spec and gconf issues</title>
			<link>http://forums.opensuse.org/opensuse-build-service-obs/426473-cameramonitor-spec-gconf-issues.html</link>
			<pubDate>Fri, 20 Nov 2009 11:27:59 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I'm trying to make an rpm of cameramonitor from here (http://www.infinicode.org/code/cameramonitor/) Nice tool I was using it for some...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I'm trying to make an rpm of cameramonitor from <a href="http://www.infinicode.org/code/cameramonitor/" target="_blank">here</a> Nice tool I was using it for some time. Now I'm trying to make rpm of this package. I found a spec file for it and did some corrections to adapt it for the build service, but I'm having problems and this package won't build.<br />
Here is the spec file, also the buildservice output is attached<br />
#<br />
# rpm spec for cameramonitor<br />
#<br />
<br />
<br />
%define mod_name cameramonitor<br />
%define mod_version 0.2.orig<br />
%define mod_namever cameramonitor_0.2.orig<br />
%define mod_projdir cameramonitor-0.2<br />
<br />
<br />
Name:            cameramonitor<br />
Summary:         Webcam monitoring in system tray<br />
Version:         0.2<br />
Release:         1.0<br />
Group:           Utilities/System<br />
Source:          <a href="http://www.infinicode.org/code/cameramonitor/cameramonitor-0.2.tar.gz" target="_blank">http://www.infinicode.org/code/camer...tor-0.2.tar.gz</a><br />
License:         GPLv2<br />
URL:             <a href="http://www.infinicode.org/code/cameramonitor/" target="_blank">Camera Monitor - Is your webcam on?</a><br />
Distribution:    OpenSuse<br />
Vendor:          OpenSuse Community<br />
<br />
<br />
BuildRoot:       %{_tmppath}/%{mod_namever}-build<br />
<br />
BuildRequires:	python<br />
BuildRequires:	python-gtk<br />
BuildRequires:	python-gtk-devel<br />
BuildRequires:	gnome-libs<br />
BuildRequires:	gnome-libs-devel<br />
BuildRequires:	python-notify<br />
BuildRequires:	pkg-config<br />
BuildRequires:	libnotify<br />
BuildRequires:	libnotify-devel<br />
BuildRequires:	gconf2<br />
BuildRequires:	gconf2-devel<br />
BuildRequires:  update-desktop-files<br />
<br />
Requires:	Python<br />
Requires:	gnome-libs<br />
Requires:	python-notify<br />
<br />
<br />
%description<br />
Webcam monitoring in system tray<br />
<br />
%prep<br />
<br />
%setup -q -c -n %{mod_namever}<br />
<br />
%build<br />
<br />
<br />
cd %{mod_projdir}<br />
<br />
CC=cc CXX=CC ./configure --prefix=%{_prefix} \<br />
	--exec-prefix=%{_prefix} \<br />
	--sysconfdir=%{_sysconfdir} \<br />
	--mandir=%{_mandir} \<br />
	--libexecdir=%{_prefix}/lib \<br />
	--disable-static \<br />
	--disable-dynamic \<br />
	--enable-shared<br />
[ $? -ne 0 ] &amp;&amp; exit 1			# Early error exit<br />
<br />
make CC=$CC CCCDLFLAGS=&quot;%picflags&quot; OPTIMIZE=&quot;%optflags&quot; LD=$CC<br />
<br />
%install<br />
<br />
<br />
rm -rf $RPM_BUILD_ROOT<br />
cd %{mod_projdir}<br />
<br />
make install  DESTDIR=$RPM_BUILD_ROOT<br />
<br />
%suse_update_desktop_file $RPM_BUILD_ROOT/usr/share/applications/cameramonitor-prefs.desktop System Applet<br />
%suse_update_desktop_file $RPM_BUILD_ROOT/usr/share/applications/cameramonitor.desktop Utility System<br />
#%find_gconf_schemas<br />
<br />
<br />
<br />
%files<br />
%defattr (-, root, bin)<br />
%dir %attr(0755, root, bin) /etc<br />
%dir %attr(0755, root, bin) /etc/gconf<br />
%dir %attr(0755, root, bin) /etc/gconf/schemas<br />
%dir %attr(0755, root, bin) /usr<br />
%dir %attr(0755, root, bin) /usr/bin<br />
%dir %attr(0755, root, bin) /usr/lib<br />
%dir %attr(0755, root, bin) /usr/lib/python2.6<br />
%dir %attr(0755, root, bin) /usr/lib/python2.6/site-packages<br />
%dir %attr(0755, root, bin) /usr/lib/python2.6/site-packages/cameramonitor<br />
%dir %attr(0755, root, bin) /usr/share<br />
%dir %attr(0755, root, bin) /usr/share/applications<br />
%dir %attr(0755, root, bin) /usr/share/cameramonitor<br />
/etc/gconf/schemas/cameramonitor.schemas<br />
/usr/bin/cameramonitor<br />
/usr/lib/python2.6/site-packages/cameramonitor/__init__.py<br />
/usr/lib/python2.6/site-packages/cameramonitor/__init__.pyc<br />
/usr/lib/python2.6/site-packages/cameramonitor/__init__.pyo<br />
/usr/lib/python2.6/site-packages/cameramonitor/autostart.py<br />
/usr/lib/python2.6/site-packages/cameramonitor/autostart.pyc<br />
/usr/lib/python2.6/site-packages/cameramonitor/autostart.pyo<br />
/usr/lib/python2.6/site-packages/cameramonitor/camglobals.py<br />
/usr/lib/python2.6/site-packages/cameramonitor/camglobals.pyc<br />
/usr/lib/python2.6/site-packages/cameramonitor/camglobals.pyo<br />
/usr/lib/python2.6/site-packages/cameramonitor/preferences.py<br />
/usr/lib/python2.6/site-packages/cameramonitor/preferences.pyc<br />
/usr/lib/python2.6/site-packages/cameramonitor/preferences.pyo<br />
/usr/lib/python2.6/site-packages/cameramonitor/utils.py<br />
/usr/lib/python2.6/site-packages/cameramonitor/utils.pyc<br />
/usr/lib/python2.6/site-packages/cameramonitor/utils.pyo<br />
/usr/share/applications/cameramonitor-prefs.desktop<br />
/usr/share/applications/cameramonitor.desktop<br />
/usr/share/cameramonitor/cameramonitor.png<br />
/usr/share/cameramonitor/cameramonitor_48.png<br />
/usr/share/cameramonitor/cameramonitor_small.png<br />
%changelog<br />
<br />
Can someone help in this?<br />
<br />
Many thanks</div>

]]></content:encoded>
			<category domain="http://forums.opensuse.org/opensuse-build-service-obs/">openSUSE Build Service (OBS)</category>
			<dc:creator>xyzyx</dc:creator>
			<guid isPermaLink="true">http://forums.opensuse.org/opensuse-build-service-obs/426473-cameramonitor-spec-gconf-issues.html</guid>
		</item>
		<item>
			<title>Opensuse Forum About</title>
			<link>http://forums.opensuse.org/opensuse-build-service-obs/426058-opensuse-forum-about.html</link>
			<pubDate>Tue, 17 Nov 2009 11:48:45 GMT</pubDate>
			<description>Opensuse wiki page, how do I install this forum Turkish. 
Thanks.</description>
			<content:encoded><![CDATA[<div>Opensuse wiki page, how do I install this forum Turkish.<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://forums.opensuse.org/opensuse-build-service-obs/">openSUSE Build Service (OBS)</category>
			<dc:creator>toratoraman</dc:creator>
			<guid isPermaLink="true">http://forums.opensuse.org/opensuse-build-service-obs/426058-opensuse-forum-about.html</guid>
		</item>
		<item>
			<title><![CDATA[Suse Studio "Defualt Installation"]]></title>
			<link>http://forums.opensuse.org/opensuse-build-service-obs/425772-suse-studio-defualt-installation.html</link>
			<pubDate>Sun, 15 Nov 2009 19:33:38 GMT</pubDate>
			<description>Hi, I have been trying out Suse Studio some and I must say that it is a very nice service. I would like to make a custom installation medium of...</description>
			<content:encoded><![CDATA[<div>Hi, I have been trying out Suse Studio some and I must say that it is a very nice service. I would like to make a custom installation medium of opensuse that is not that much different from the &quot;defualt one&quot; or so to say, I think it's easier to have that and then remove package rather that just add package from scratch...<br />
<br />
So my question is if I can get this some how? I want an KDE installation... Can I then pick the right paterns and get an insallation that is exacly the same as the one you download from <a href="http://software.opensuse.org/112/en" target="_blank">here</a>? Or is there not any way to do that?<br />
<br />
Then I would also wonder how long time it takes before opensuse 11.2 will be in Suse Studio? I'm not really in a hurry or anything like that but it would be nice to know it there is some date that are specified.</div>

]]></content:encoded>
			<category domain="http://forums.opensuse.org/opensuse-build-service-obs/">openSUSE Build Service (OBS)</category>
			<dc:creator>Scorpiion</dc:creator>
			<guid isPermaLink="true">http://forums.opensuse.org/opensuse-build-service-obs/425772-suse-studio-defualt-installation.html</guid>
		</item>
		<item>
			<title>Problem updating debian packages</title>
			<link>http://forums.opensuse.org/opensuse-build-service-obs/425434-problem-updating-debian-packages.html</link>
			<pubDate>Fri, 13 Nov 2009 15:18:10 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I've written SameSame (https://build.opensuse.org/package/show?package=SameSame&project=home%3Aakruijff) packages. For version 1.5 I was able...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I've written <a href="https://build.opensuse.org/package/show?package=SameSame&amp;project=home%3Aakruijff" target="_blank">SameSame</a> packages. For version 1.5 I was able to create debian packages, but for 1.6. says 'excluded'. Not exactly giving me lots of debug info.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">--- samesame-1.5/debian/changelog&nbsp; &nbsp; &nbsp;  Sun Sep&nbsp; 6 23:23:54 2009<br />
+++ samesame-1.6/debian/changelog&nbsp; &nbsp; &nbsp;  Fri Nov 13 14:32:35 2009<br />
@@ -1,5 +1,5 @@<br />
-samesame (1.5) stable; urgency=low<br />
+samesame (1.6) stable; urgency=low<br />
&nbsp;<br />
&nbsp;  * Please goto http://samesame.kruijff.org/history.html<br />
&nbsp;<br />
- -- Alex de Kruijff &lt;samesame@akruijff.dds.nl&gt;&nbsp; Wed, 26 Aug 2009 00:57:00 -0200<br />
+ -- Alex de Kruijff &lt;samesame@akruijff.dds.nl&gt;&nbsp; Wed, 13 Nov 2009 00:57:00 -0200<br />
diff -ru samesame-1.5/debian/control samesame-1.6/debian/control<br />
--- samesame-1.5/debian/control Thu Aug 27 12:48:41 2009<br />
+++ samesame-1.6/debian/control Mon Sep&nbsp; 7 15:21:29 2009<br />
@@ -1,5 +1,5 @@<br />
&nbsp;Source: samesame<br />
-Maintainer: Alex de Kruijff [samesame@akruijff.org]<br />
+Maintainer: Alex de Kruijff [samesame@akruijff.dds.nl]<br />
&nbsp;Homepage: http://samesame.kruijff.org/<br />
&nbsp;Section: utilities<br />
&nbsp;Priority: optional<br />
--- samesame_1.5.dsc&nbsp; &nbsp; Mon Sep&nbsp; 7 15:21:50 2009<br />
+++ samesame_1.6.dsc&nbsp; &nbsp; Fri Nov 13 14:32:39 2009<br />
@@ -1,9 +1,9 @@<br />
&nbsp;Format: 1.0<br />
&nbsp;Source: samesame<br />
-Version: 1.5<br />
+Version: 1.6<br />
&nbsp;Binary: samesame<br />
&nbsp;Maintainer: Alex de Kruijff [samesame@akruijff.dds.nl]<br />
&nbsp;Architecture: all<br />
&nbsp;Build-Depends: debhelper (&gt;= 4.1.16)<br />
&nbsp;Files: <br />
- 87749ea973602e7e70c34ab0fb478cfd 132917 samesame_1.5.tar.gz<br />
+ f7a808c61281f100ac1bd22ac7529ffc 132616 samesame_1.6.tar.gz</code><hr />
</div>Anybody got any idea's about what I could be doing wrong?</div>

]]></content:encoded>
			<category domain="http://forums.opensuse.org/opensuse-build-service-obs/">openSUSE Build Service (OBS)</category>
			<dc:creator>akruijff</dc:creator>
			<guid isPermaLink="true">http://forums.opensuse.org/opensuse-build-service-obs/425434-problem-updating-debian-packages.html</guid>
		</item>
		<item>
			<title>Building openSUSE 11.2 PPC</title>
			<link>http://forums.opensuse.org/opensuse-build-service-obs/425287-building-opensuse-11-2-ppc.html</link>
			<pubDate>Thu, 12 Nov 2009 17:24:47 GMT</pubDate>
			<description>Is there some documentation how openSUSE 11.1 PPC (especially the install DVD) was built? 
 
Maybe it would be possible to use those build scripts...</description>
			<content:encoded><![CDATA[<div>Is there some documentation how openSUSE 11.1 PPC (especially the install DVD) was built?<br />
<br />
Maybe it would be possible to use those build scripts (if such exist) to build also openSUSE 11.2 and future releases?</div>

]]></content:encoded>
			<category domain="http://forums.opensuse.org/opensuse-build-service-obs/">openSUSE Build Service (OBS)</category>
			<dc:creator>Lumooja</dc:creator>
			<guid isPermaLink="true">http://forums.opensuse.org/opensuse-build-service-obs/425287-building-opensuse-11-2-ppc.html</guid>
		</item>
		<item>
			<title>KMP permission denied</title>
			<link>http://forums.opensuse.org/opensuse-build-service-obs/425058-kmp-permission-denied.html</link>
			<pubDate>Mon, 09 Nov 2009 18:44:32 GMT</pubDate>
			<description>I see this error at the end of compilation, both locally and remote OBS : 
 
Code: 
--------- 
make: Entering directory...</description>
			<content:encoded><![CDATA[<div>I see this error at the end of compilation, both locally and remote OBS :<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">make: Entering directory `/usr/src/linux-2.6.31.5-0.1-obj/x86_64/default'<br />
make -C ../../../linux-2.6.31.5-0.1 O=/usr/src/linux-2.6.31.5-0.1-obj/x86_64/default/. install<br />
mkdir: cannot create directory `arch': Permission denied<br />
mkdir: cannot create directory `arch': Permission denied</code><hr />
</div>it's a module package which builds and installs with the command &quot;make install&quot;.</div>

]]></content:encoded>
			<category domain="http://forums.opensuse.org/opensuse-build-service-obs/">openSUSE Build Service (OBS)</category>
			<dc:creator>broumbroum23</dc:creator>
			<guid isPermaLink="true">http://forums.opensuse.org/opensuse-build-service-obs/425058-kmp-permission-denied.html</guid>
		</item>
		<item>
			<title>11.2 : BuildRoot tag incorrect</title>
			<link>http://forums.opensuse.org/opensuse-build-service-obs/425011-11-2-buildroot-tag-incorrect.html</link>
			<pubDate>Sun, 08 Nov 2009 22:50:40 GMT</pubDate>
			<description><![CDATA[Hi all ! 
I've just added 11.2 repo to my OBS project and I'm having a problem with building. 
I make Java applications, which have built fine with...]]></description>
			<content:encoded><![CDATA[<div>Hi all !<br />
I've just added 11.2 repo to my OBS project and I'm having a problem with building.<br />
I make Java applications, which have built fine with 11.1 repositories. Now that I've tried the 11.2, I see a little error when the rpm builder collects files. RPM_BUILD_ROOT is not my <div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">BuildRoot: %{_builddir}/%{name}-root</code><hr />
</div>, instead I get something like if that was interpreted like RPM_BUILD_ROOT=%{_builddir}/%{name}-%{version}-%{rpmbuildnumber}... Which is not possible to access within my ant pre-rpm-build-install task, that uses a /usr/src/packages/BUILD/${name}-root string. <br />
:|</div>

]]></content:encoded>
			<category domain="http://forums.opensuse.org/opensuse-build-service-obs/">openSUSE Build Service (OBS)</category>
			<dc:creator>broumbroum23</dc:creator>
			<guid isPermaLink="true">http://forums.opensuse.org/opensuse-build-service-obs/425011-11-2-buildroot-tag-incorrect.html</guid>
		</item>
	</channel>
</rss>
