Hello community,

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

Package is "lxappearance"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxappearance/lxappearance.changes        
2014-01-23 15:49:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lxappearance.new/lxappearance.changes   
2014-09-03 20:22:50.000000000 +0200
@@ -2 +2,6 @@
-Thu Jan  9 20:22:36 UTC 2014 - [email protected]
+Wed Aug 27 09:59:26 UTC 2014 - [email protected]
+
+- applied spec-cleaner
+
+-------------------------------------------------------------------
+Thu Jan  9 20:22:36 UTC 2014 - [email protected]

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

Other differences:
------------------
++++++ lxappearance.spec ++++++
--- /var/tmp/diff_new_pack.sH02vC/_old  2014-09-03 20:22:52.000000000 +0200
+++ /var/tmp/diff_new_pack.sH02vC/_new  2014-09-03 20:22:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxappearance
 #
-# Copyright (c) 2012 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
@@ -17,16 +17,17 @@
 
 
 Name:           lxappearance
+Version:        0.5.5
+Release:        0
 Summary:        It's a desktop-independent theme switcher for GTK+
 License:        GPL-2.0
 Group:          System/GUI/LXDE
-Version:        0.5.5
-Release:        0
 Url:            http://www.lxde.org/
-Source0:        %name-%version.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  dbus-1-devel
+BuildRequires:  dbus-1-glib-devel
 BuildRequires:  docbook-utils
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -43,10 +44,9 @@
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
-BuildRequires:  dbus-1-devel
-BuildRequires:  dbus-1-glib-devel
-Recommends:     %name-lang
-Recommends:     %name-obconf
+Recommends:     %{name}-lang
+Recommends:     %{name}-obconf
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 LXAppearance is part of LXDE project.
@@ -55,12 +55,13 @@
 %package devel
 Summary:        Lxappearance development files
 Group:          Development/Libraries/C and C++
-Requires:       %name = %version
+Requires:       %{name} = %{version}
 
 %description devel
 Development files to build lxappearance plugins
 
 %lang_package
+
 %prep
 %setup -q
 
@@ -69,47 +70,42 @@
        --enable-dbus \
     --disable-static \
     --sysconfdir=/etc 
-%__make %{?jobs:-j%{jobs}} V=1
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 # own the pugins dir so that we don't need it
 # for each plugin we will install later
-mkdir -p %buildroot/%_libdir/lxappearance/plugins
-%suse_update_desktop_file %name
+mkdir -p %{buildroot}/%{_libdir}/lxappearance/plugins
+%suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}
-%find_lang %name
-
-%clean
-rm -fr %buildroot
-
-%if 0%{?suse_version} >= 1140
+%find_lang %{name}
 
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
-%endif
 
 %files
 %defattr(-,root,root)
-%_bindir/%name
-%_datadir/applications/%name.desktop
-%dir %_datadir/%name
-%dir %_datadir/%name/ui
-%_datadir/%name/ui/lxappearance.ui
-%_datadir/%name/ui/about.ui
-%_mandir/man1/%name.1.gz
-%dir %_libdir/lxappearance
-%dir %_libdir/lxappearance/plugins
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/ui
+%{_datadir}/%{name}/ui/lxappearance.ui
+%{_datadir}/%{name}/ui/about.ui
+%{_mandir}/man1/%{name}.1.gz
+%dir %{_libdir}/lxappearance
+%dir %{_libdir}/lxappearance/plugins
 
 %files devel
 %defattr(-,root,root)
-%dir %_includedir/%name
-%_includedir/%name/%name.h
-%_libdir/pkgconfig/%name.pc
+%dir %{_includedir}/%{name}
+%{_includedir}/%{name}/%{name}.h
+%{_libdir}/pkgconfig/%{name}.pc
 
-%files lang -f %name.lang
+%files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

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

Reply via email to