Hello community, here is the log from the commit of package e16 for openSUSE:Factory checked in at 2014-10-19 19:28:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/e16 (Old) and /work/SRC/openSUSE:Factory/.e16.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "e16" Changes: -------- --- /work/SRC/openSUSE:Factory/e16/e16.changes 2014-04-09 13:12:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.e16.new/e16.changes 2014-10-19 19:29:11.000000000 +0200 @@ -1,0 +2,8 @@ +Sat Oct 18 23:53:23 UTC 2014 - [email protected] + +- Run spec-cleaner +- Discontinue use of metapackage xorg-x11-devel replacing it + by specific pkgconfig() requires. +- Enable verbose build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ e16.spec ++++++ --- /var/tmp/diff_new_pack.sFt9c7/_old 2014-10-19 19:29:12.000000000 +0200 +++ /var/tmp/diff_new_pack.sFt9c7/_new 2014-10-19 19:29:12.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package enlightenment +# spec file for package e16 # -# Copyright (c) 2013 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 @@ -16,44 +16,52 @@ # -Name: e16 %define enable_sound 1 %define enable_hints_gnome 0 %define enable_zoom 1 %define enable_xrandr 1 %define enable_composite 1 %define enable_pango 1 +Name: e16 +Version: 1.0.14 +Release: 0 Summary: A Good-Looking Window Manager for the X Window System License: MIT and GPL-2.0+ Group: System/GUI/Other Url: http://www.enlightenment.org -Version: 1.0.14 -Release: 0 -Requires: imlib2-loaders -BuildRequires: imlib2-devel >= 1.2.0 +Source: e16-%{version}.tar.gz BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: xorg-x11 -BuildRequires: xorg-x11-devel -%if %enable_sound -BuildRequires: alsa-devel -BuildRequires: esound-devel -%endif -%if %enable_pango -BuildRequires: pango-devel -%endif -%if %{?suse_version} >= 1100 -BuildRequires: fdupes -%endif -Source: e16-%{version}.tar.gz +BuildRequires: pkgconfig(imlib2) >= 1.2.0 +Requires: imlib2-loaders Provides: windowmanager Obsoletes: enlight < %{version} Provides: enlight = %{version} +# don't use provides as that will cause issues with the new enlightenment (e18) package +Obsoletes: enlightenment >= 1.0.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build #conflict with the old enlightenment package Conflicts: enlightenment >= 1.0.0 -# don't use provides as that will cause issues with the new enlightenment (e18) package -Obsoletes: enlightenment >= 1.0.0 +%if %{enable_sound} +BuildRequires: esound-devel +BuildRequires: pkgconfig(alsa) +%endif +%if %{enable_pango} +BuildRequires: pkgconfig(pango) +%endif +BuildRequires: fdupes +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(ice) +BuildRequires: pkgconfig(sm) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xcomposite) +BuildRequires: pkgconfig(xdamage) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xfixes) +BuildRequires: pkgconfig(xft) +BuildRequires: pkgconfig(xinerama) +BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(xrender) %description Enlightenment is a window manager for the X Window System that is @@ -74,49 +82,49 @@ %endif %configure \ --disable-roothacklib \ -%if %enable_sound +%if %{enable_sound} --enable-sound \ %else --disable-sound \ %endif -%if %enable_hints_gnome +%if %{enable_hints_gnome} --enable-hints-gnome \ %else --disable-hints-gnome \ %endif -%if %enable_zoom +%if %{enable_zoom} --enable-zoom \ %else --disable-zoom \ %endif -%if %enable_xrandr +%if %{enable_xrandr} --enable-xrandr \ %else --disable-xrandr \ %endif -%if %enable_composite +%if %{enable_composite} --enable-composite \ %else --disable-composite \ %endif -%if %enable_pango +%if %{enable_pango} --enable-pango %else --disable-pango %endif -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install -make DESTDIR=$RPM_BUILD_ROOT \ - localedir=%{_prefix}/share/locale \ - gnulocaledir=%{_prefix}/share/locale \ +make DESTDIR=%{buildroot} \ + localedir=%{_datadir}/locale \ + gnulocaledir=%{_datadir}/locale \ install -find $RPM_BUILD_ROOT/usr/share/e16/themes -type d | xargs chmod 755 -find $RPM_BUILD_ROOT/usr/share/e16/themes -type f | xargs chmod 644 -rm $RPM_BUILD_ROOT/usr/share/applications/e16.desktop -rm $RPM_BUILD_ROOT/usr/share/xsessions/e16-{gnome2,gnome3,kde}-session.desktop -rm -rf $RPM_BUILD_ROOT/usr/share/gnome-session -rm -rf $RPM_BUILD_ROOT/usr/share/e16/fonts +find %{buildroot}%{_datadir}/e16/themes -type d | xargs chmod 755 +find %{buildroot}%{_datadir}/e16/themes -type f | xargs chmod 644 +rm %{buildroot}%{_datadir}/applications/e16.desktop +rm %{buildroot}%{_datadir}/xsessions/e16-{gnome2,gnome3,kde}-session.desktop +rm -rf %{buildroot}%{_datadir}/gnome-session +rm -rf %{buildroot}%{_datadir}/e16/fonts %if 0%{?suse_version} >= 1100 %fdupes -s %{buildroot}%{_datadir}/e16/themes/winter %endif @@ -134,7 +142,7 @@ %{_libdir}/e16/ %{_datadir}/e16 %{_datadir}/doc/e16 -%{_datadir}/man/man1/* +%{_mandir}/man1/* %{_datadir}/xsessions/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
