Hello community, here is the log from the commit of package dmenu for openSUSE:Factory checked in at 2020-02-24 15:55:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dmenu (Old) and /work/SRC/openSUSE:Factory/.dmenu.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dmenu" Mon Feb 24 15:55:10 2020 rev:12 rq:778745 version:4.9 Changes: -------- --- /work/SRC/openSUSE:Factory/dmenu/dmenu.changes 2020-01-30 22:37:23.356580142 +0100 +++ /work/SRC/openSUSE:Factory/.dmenu.new.26092/dmenu.changes 2020-02-24 15:57:27.052127084 +0100 @@ -1,0 +2,6 @@ +Mon Feb 24 12:50:05 UTC 2020 - Martin Pluskal <[email protected]> + +- Modernise spec file +- Install license and readme file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dmenu.spec ++++++ --- /var/tmp/diff_new_pack.1isAni/_old 2020-02-24 15:57:27.668128358 +0100 +++ /var/tmp/diff_new_pack.1isAni/_new 2020-02-24 15:57:27.700128424 +0100 @@ -22,37 +22,39 @@ Summary: A generic and efficient menu for X License: MIT Group: System/GUI/Other -URL: http://tools.suckless.org/dmenu/ +URL: https://tools.suckless.org/dmenu/ Source: http://dl.suckless.org/tools/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build Patch0: dmenu-optflags.patch +BuildRequires: pkgconfig BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xft) BuildRequires: pkgconfig(xinerama) %description -dmenu is a dynamic menu for X, originally designed for dwm. It manages large numbers of user-defined menu items efficiently. +dmenu is a dynamic menu for X, originally designed for dwm. It manages +large numbers of user-defined menu items efficiently. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build -export CFLAGS="%optflags" -make X11LIB="%{_prefix}/X11R6/%{_lib}" +export CFLAGS="%{optflags}" +%make_build X11LIB="%{_prefix}/X11R6/%{_lib}" %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} \ +%make_install \ PREFIX="%{_prefix}"\ DESTDIR=%{buildroot} -# %files -%defattr(-,root,root) -%{_bindir}/%{name}* -%{_mandir}/man1/%{name}* +%license LICENSE +%doc README +%{_bindir}/dmenu +%{_bindir}/dmenu_path +%{_bindir}/dmenu_run %{_bindir}/stest -%{_mandir}/man1/stest.1.gz +%{_mandir}/man1/dmenu.1%{?ext_man} +%{_mandir}/man1/stest.1%{?ext_man} %changelog
