Hello community,

here is the log from the commit of package lxcc for openSUSE:Factory checked in 
at 2014-10-18 09:09:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxcc (Old)
 and      /work/SRC/openSUSE:Factory/.lxcc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxcc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxcc/lxcc.changes        2014-03-04 
13:47:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lxcc.new/lxcc.changes   2014-10-18 
09:09:21.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct 16 18:44:53 UTC 2014 - [email protected]
+
+- Fixed en_GB translation
+- applied spec-clean
+
+-------------------------------------------------------------------

Old:
----
  lxcc.tar.bz2

New:
----
  lxcc.tar.xz

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

Other differences:
------------------
++++++ lxcc.spec ++++++
--- /var/tmp/diff_new_pack.i8aq4h/_old  2014-10-18 09:09:22.000000000 +0200
+++ /var/tmp/diff_new_pack.i8aq4h/_new  2014-10-18 09:09:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxcc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,62 +15,56 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           lxcc
-Summary:        LXDE Control Center
 Version:        0.1.0+svn733
-Release:        1
+Release:        0
+Summary:        LXDE Control Center
 License:        GPL-3.0
 Group:          System/GUI/LXDE
 Url:            https://noc.sidux.com/lxde
-Source0:        %{name}.tar.bz2
+Source0:        %{name}.tar.xz
 Source1:        %{name}_template.moo
 Source2:        README.SUSE
 Source3:        COPYING
+BuildRequires:  fdupes
+BuildRequires:  python-devel
+BuildRequires:  update-desktop-files
+Requires:       python-gobject2
+Requires:       python-gtk >= 2.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fdupes python-devel update-desktop-files
 BuildArch:      noarch
-Requires:       python-gtk >= 2.0
-Requires:       python-gobject2
 %py_requires
 
 %description
+%{name} provides a simple and fast LXDE Control Center
 
-%name provides a simple and fast LXDE Control Center
 %prep
-%setup -q -n %name
-%__cp %{SOURCE1} .
-%__cp %{SOURCE2} .
-%__mv usr/share/icons usr/share/pixmaps
+%setup -q -n %{name}
+cp %{SOURCE1} .
+cp %{SOURCE2} .
+mv usr/share/icons usr/share/pixmaps
 
 %build
 
 %install
 find usr -depth -print | cpio -pvd %{buildroot}
-%suse_update_desktop_file %name
-%fdupes -s %buildroot
-cp %{S:3} .
-
-%clean
-%__rm -rf %buildroot
-
-%if 0%{?suse_version} >= 1140
+%suse_update_desktop_file %{name}
+%fdupes -s %{buildroot}
+cp %{SOURCE3} .
 
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
-%endif
 
 %files
 %defattr (-,root,root,-)
 %doc %{name}_template.moo README.SUSE COPYING
-%{_bindir}/%name
+%{_bindir}/%{name}
 %{_datadir}/applications/*
-%{_datadir}/pixmaps/%name.png
-%{_datadir}/locale/*/LC_MESSAGES/%name.moo
+%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/locale/*/LC_MESSAGES/%{name}.moo
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to