Hi all,
I have been using spec cleaner for while. What I notice it that it uses
macro %make_install instead of %makeinstall. Both macros are OK for
openSUSE but the first one breaks the build for SLE.
<quote>
+ %make_install
/var/tmp/rpm-tmp.59594: line 45: fg: no job control
</quote>
I wonder if this should be fixed, in either spec-cleaner (use%makeinstall
in stead of %make_install) or in the buildserver (add macro %make_install
for SLE)?
Regards,
Joop.
See also: https://bugzilla.novell.com/show_bug.cgi?id=712171
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
Hi,
Is there anyone interested in maintaining packages for the sawfish
window manager? (http://sawfish.wikia.com/wiki/Main_Page)
We have packages in Contrib for it (sawfish + librep and rep-gtk, that
are dependencies). Ideally, we'd move them to Factory, via
X11:windowmanagers. But I'm not sure anyone in the GNOME team would be
able to correctly maintain it (given that we wouldn't use it), and the
fact that it'll be in X11:windowmanagers won't help for the GNOME team.
So if someone wants to keep sawfish, please raise your hand. Otherwise,
we'll just drop it, I guess.
Cheers,
Vincent
--
Les gens heureux ne sont pas pressés.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
I haven't had much time atm but after updating libcdio to remove libcdio-mini which was causing pkgconfig conflicts in various packages, a
licence problem was found
see http://old.nabble.com/libcdio%27s-paranoia-is-getting-split-off-from-libcdi…
To resolve bnc#756564 I updated to the git libcdio which no longer has libcdio-paranoia. I see that gvfs is the only package that requires
it, it builds but without cdda support. I'm going to create the libcdio-paranoia package but it may not make it into 12.2.
Regards
Dave
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
I have migrated postgres to systemd. I think there should also sysv initscript exist for that service, too. Is there any recommentation/skeleton for that purpose? I have looked at http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines but there is no detailed information available.
Fedora is using this script, which works nicely: http://pkgs.fedoraproject.org/gitweb/?p=postgresql.git;a=blob_plain;f=postg…
Best regards
--
Johannes Weberhofer
Weberhofer GmbH, Austria, Vienna
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
I'm trying to upgrade log2timeline from v0.61 to v0.64 in the security repo.
I'm builidng in my home project:
https://build.opensuse.org/package/show?package=log2timeline&project=home%3…
It's not fatal, but I'm getting this rpmlint error:
===
log2timeline.noarch: E: files-duplicated-waste (Badness: 100) 118879
Your package contains duplicated files that are not hard- or symlinks. You
should use the %fdupes macro to link the files to one.
===
I updated my specfile to have:
===
%install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
%fdupes -s %buildroot
%fdupes %buildroot
===
And my build log shows:
===
+ _target=
+ _symlinks=0
+ _symlinks=1
+ fdupes -q -n -r /home/abuild/rpmbuild/BUILDROOT/log2timeline-0.64-27.1.i386
+ read _file
+ _target=
+ _symlinks=0
+ fdupes -q -n -r /home/abuild/rpmbuild/BUILDROOT/log2timeline-0.64-27.1.i386
+ read _file
===
What am I doing wrong?
Thanks
Greg
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
Hi!
I have the following error which I do no know how to handle:
error: ambiguous overload for 'operator==' in 'i == "option"'
The package is here:
https://build.opensuse.org/package/live_build_log?arch=i586&package=kde3-di…
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
On 14 May 2012 11:37, Ismail Dönmez <idoenmez(a)suse.de> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 05/14/2012 12:33 PM, christian.morales.vega(a)gmail.com wrote:
>>
>> State of submit-request #120822 was changed by RedDwarf:
>>
>> declined -> new
>>
>> Comment: That's two places to change the _soversion. And experience
>> says people forget to update the baselibs.conf.
>>
>>
>>
>> https://build.opensuse.org/request/diff/120822
>>
>> Source project: home:RedDwarf:branches:multimedia:libs package:
>> libconfig revision: 2
>>
>> Target: project: multimedia:libs package: libconfig
>>
>>
>
> But thats still, its the proper way. Please use it.
I first saw the creation of the baselibs.conf file insidhas a e the
spec file in the wine package and I really liked it. You are in a
point where you have access to more information and lets you make
better decisions.
I saw people forgetting to update the baselibs.conf file when the
soname of the library changed so many times that I think it should be
used even in the simple case where you just put the name of the
package.
Opinions?
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
See $SUBJECT.
I'm fixing the Publishing/pdftk build right now and it has stuff in the
specfile like:
%if 0%{?suse_version} <= 1210
%define jarv -4.6
%endif
%if 0%{?suse_version} <= 1140
%define jarv -4.5
%endif
%if 0%{?suse_version} <= 1120
%define jarv -4.4
%endif
...
%build
%__make -C pdftk CXXFLAGS="%optflags" \
LIBGCJ=%{_javadir}/libgcj%{jarv}.jar GXXV=%gxxv
...
seriously, this is crazy.
Can't we just have libgcj-devel provide a libgcj.jar symlink to the
latest libgcj-xx.nar?
--
Stefan Seyfried
"Dispatch war rocket Ajax to bring back his body!"
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org