Accepting request 314994 from X11:windowmanagers
1 OBS-URL: https://build.opensuse.org/request/show/314994 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmenu?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
a1fbb26865
commit
6d620df7a0
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 3 11:03:03 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- spec cleaned with spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 15 13:11:38 UTC 2012 - seiler@b1-systems.de
|
||||
|
||||
|
||||
+14
-23
@@ -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/
|
||||
Source: http://dl.suckless.org/tools/dmenu-4.5.tar.gz
|
||||
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 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_bindir}/stest
|
||||
%{_mandir}/man1/stest.1.gz
|
||||
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user