Hello community,

here is the log from the commit of package dmenu for openSUSE:Factory checked 
in at 2015-07-05 18:03:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dmenu (Old)
 and      /work/SRC/openSUSE:Factory/.dmenu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dmenu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dmenu/dmenu.changes      2012-05-16 
21:07:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dmenu.new/dmenu.changes 2015-07-05 
18:03:09.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul  3 11:03:03 UTC 2015 - mimi...@gmail.com
+
+- spec cleaned with spec-cleaner 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dmenu.spec ++++++
--- /var/tmp/diff_new_pack.xpBQGq/_old  2015-07-05 18:03:10.000000000 +0200
+++ /var/tmp/diff_new_pack.xpBQGq/_new  2015-07-05 18:03:10.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package MozillaFirefox
+# spec file for package dmenu
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,41 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           dmenu
 Version:        4.5
-Release:        1
+Release:        0
+Summary:        A generic and efficient menu for X
 License:        MIT
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  xorg-x11-devel
 Group:          System/GUI/Other
-Summary:       A generic and efficient menu for X
-URL:            http://tools.suckless.org/dmenu/
+Url:            http://tools.suckless.org/dmenu/
 Source:                http://dl.suckless.org/tools/dmenu-4.5.tar.gz
+BuildRequires:  xorg-x11-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 dmenu is a dynamic menu for X, originally designed for dwm. It manages large 
numbers of user-defined menu items efficiently.
 
-Authors:
-
----------
-    Anselm R. Garbe <garbeam at wmii dot de>
-    Georg Neis <gn at wmii dot de>
-    Sander van Dijk <sander at wmii dot de>
-
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
-%{__make} OPTFLAGS="%{optflags}" \
-    X11LIB="/usr/X11R6/%{_lib}"
+make OPTFLAGS="%{optflags}" \
+    X11LIB="%{_prefix}/X11R6/%{_lib}"
 
 %install
-%makeinstall \
+make DESTDIR=%{buildroot} install %{?_smp_mflags} \
     PREFIX="%{_prefix}"\
-    DESTDIR="%{buildroot}"
+    DESTDIR=%{buildroot}
 #
-%clean
-rm -rf "$RPM_BUILD_ROOT"
 
 %files
 %defattr(-,root,root)
@@ -58,5 +50,4 @@
 %{_bindir}/stest
 %{_mandir}/man1/stest.1.gz
 
-
 %changelog


Reply via email to