Mailinglist Archive: opensuse-commit (793 mails)

< Previous Next >
commit mozilla-xulrunner191-kde4 for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 10 Sep 2009 15:34:02 +0200
  • Message-id: <20090910133402.AE90A637D@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package mozilla-xulrunner191-kde4 for
openSUSE:Factory
checked in at Thu Sep 10 15:34:02 CEST 2009.



--------
New Changes file:

--- /dev/null 2009-04-14 11:55:47.000000000 +0200
+++
/mounts/work_src_done/STABLE/mozilla-xulrunner191-kde4/mozilla-xulrunner191-kde4.changes
2009-09-04 13:56:47.000000000 +0200
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Fri Sep 4 13:55:46 CEST 2009 - llunak@xxxxxxx
+
+- version 0.3, needed for the latest KDE support (bnc#170055)
+
+-------------------------------------------------------------------
+Fri Aug 28 12:50:12 CEST 2009 - llunak@xxxxxxx
+
+- rename to mozilla-xulrunner191-kde4
+
+-------------------------------------------------------------------
+Thu Aug 27 08:28:33 CEST 2009 - llunak@xxxxxxxxxx
+
+- Initial version 0.1 (bnc#170055)
+

calling whatdependson for head-i586


New:
----
kmozillahelper-0.3.tar.bz2
mozilla-xulrunner191-kde4.changes
mozilla-xulrunner191-kde4.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mozilla-xulrunner191-kde4.spec ++++++
#
# spec file for package mozilla-xulrunner191-kde4 (Version 0.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#

# norootforbuild


Name: mozilla-xulrunner191-kde4
BuildRequires: libkde4-devel
License: MIT License (or similar)
Group: System/GUI/KDE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Mozilla KDE Integration
Version: 0.3
Release: 1
Source: kmozillahelper-%{version}.tar.bz2
Supplements: packageand(mozilla-xulrunner191:kdebase4-workspace)
# this is needed to match this package with the main package without the main
package
# having a hard requirement on this package
%define helper_version 3
Requires: mozilla-xulrunner191-kde4-version = %{helper_version}
%kde4_runtime_requires

%description
Package providing integration of Mozilla applications with KDE.

%prep
%setup -n kmozillahelper -q

%build
version=$(cat main.cpp | grep '#define HELPER_VERSION' | cut -d ' ' -f 3)
if test "$version" != %{helper_version}; then
echo fix the version in the .spec file
exit 1
fi
%cmake_kde4 -d build
%make_jobs

%install
cd build
%kde4_makeinstall
%kde_post_install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%dir /usr/lib/mozilla
/usr/lib/mozilla/kmozillahelper

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread