Accepting request 759835 from X11:windowmanagers
OBS-URL: https://build.opensuse.org/request/show/759835 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epplet-base?expand=0&rev=22
This commit is contained in:
parent
64dc3da4f3
commit
442a2107d1
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 7 15:52:14 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Add the missing Xext build dependency
|
||||||
|
- Run spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 27 17:36:52 UTC 2017 - dimstar@opensuse.org
|
Wed Sep 27 17:36:52 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package epplet-base
|
# spec file for package epplet-base
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,28 +12,27 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Url: http://www.enlightenment.org/
|
|
||||||
|
|
||||||
Name: epplet-base
|
Name: epplet-base
|
||||||
|
Version: 0.10
|
||||||
|
Release: 0
|
||||||
|
Summary: Applets for the Enlightenment DR16 Window Manager
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
Group: System/GUI/Other
|
||||||
|
URL: https://www.enlightenment.org/
|
||||||
|
Source: epplets-%{version}.tar.bz2
|
||||||
|
Patch0: epplets-unsuficient_include.patch
|
||||||
|
Patch1: epplet-base-linking.patch
|
||||||
BuildRequires: Mesa-devel
|
BuildRequires: Mesa-devel
|
||||||
BuildRequires: freeglut-devel
|
BuildRequires: freeglut-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: imlib2-devel >= 1.2.0
|
BuildRequires: imlib2-devel >= 1.2.0
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config >= 0.9.0
|
BuildRequires: pkgconfig >= 0.9.0
|
||||||
Summary: Applets for the Enlightenment DR16 Window Manager
|
BuildRequires: pkgconfig(xext)
|
||||||
License: GPL-2.0+
|
|
||||||
Group: System/GUI/Other
|
|
||||||
Version: 0.10
|
|
||||||
Release: 0
|
|
||||||
Source: epplets-%{version}.tar.bz2
|
|
||||||
Patch: epplets-unsuficient_include.patch
|
|
||||||
Patch1: epplet-base-linking.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Epplets are programs designed to work with the Enlightenment Window
|
Epplets are programs designed to work with the Enlightenment Window
|
||||||
@ -43,26 +42,25 @@ information.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n epplets-%{version}
|
%setup -q -n epplets-%{version}
|
||||||
%patch
|
%patch0
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
CFLAGS="$CFLAGS $RPM_OPT_FLAGS -fno-strict-aliasing" \
|
CFLAGS="$CFLAGS %{optflags} -fno-strict-aliasing" \
|
||||||
%configure --disable-static --with-pic --enable-fsstd
|
%configure --disable-static --with-pic --enable-fsstd
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export MALLOC_CHECK_=2
|
export MALLOC_CHECK_=2
|
||||||
%{__make} check
|
make %{?_smp_mflags} check
|
||||||
unset MALLOC_CHECK_
|
unset MALLOC_CHECK_
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} libdir=%{_libdir} install
|
make DESTDIR=%{buildroot} libdir=%{_libdir} install
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user