diff --git a/xosd.spec b/xosd.spec index e1f07c1..774d87a 100644 --- a/xosd.spec +++ b/xosd.spec @@ -1,15 +1,16 @@ Name: xosd Version: 2.2.14 -Release: 32%{?dist} +Release: 33%{?dist} Summary: On-screen display library for X License: GPLv2+ -URL: http://sourceforge.net/projects/libxosd/ -Source: http://downloads.sourceforge.net/libxosd/%{name}-%{version}.tar.gz +URL: https://sourceforge.net/projects/libxosd/ +Source: https://downloads.sourceforge.net/libxosd/%{name}-%{version}.tar.gz Patch0: %{name}-aclocal18.patch Patch1: %{name}-2.2.14-Do-not-install-some-manual-pages-twice.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: coreutils +BuildRequires: gcc # glibc-common for iconv BuildRequires: glibc-common BuildRequires: libtool @@ -61,17 +62,15 @@ done --disable-new-plugin --disable-old-plugin \ --disable-beep_media_player_plugin\ --enable-xinerama -make %{?_smp_mflags} +%{make_build} perl -pi -e "s|$RPM_OPT_FLAGS\\s*|| ; s|\\s*-Wall||" script/xosd-config %install -make install DESTDIR=$RPM_BUILD_ROOT +%{make_install} rm -f $RPM_BUILD_ROOT{%{_libdir},%{xmms_plugdir}}/*.la # Pixmaps are needed only by unsupported XMMS plug-in. rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name} -%ldconfig_scriptlets - %files %license COPYING %doc AUTHORS ChangeLog README TODO @@ -88,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name} %{_mandir}/man3/xosd*.3* %changelog +* Mon Mar 09 2020 Petr Pisar - 2.2.14-33 +- Modernize a spec file + * Fri Jan 31 2020 Fedora Release Engineering - 2.2.14-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild