Accepting request 86241 from X11:windowmanagers
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages (forwarded request 85999 from coolo) OBS-URL: https://build.opensuse.org/request/show/86241 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epplet-base?expand=0&rev=11
This commit is contained in:
parent
0b5f315083
commit
bff27a11e7
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 30 20:07:59 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add libtool as buildrequire to make the spec file more reliable
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant/obsolete tags/sections from specfile
|
||||||
|
(cf. packaging guidelines)
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 11 16:02:55 CET 2010 - vuntz@opensuse.org
|
Mon Jan 11 16:02:55 CET 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package epplet-base (Version 0.10)
|
# spec file for package epplet-base
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -15,15 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
Url: http://www.enlightenment.org/
|
Url: http://www.enlightenment.org/
|
||||||
|
|
||||||
Name: epplet-base
|
Name: epplet-base
|
||||||
BuildRequires: Mesa-devel esound-devel freeglut-devel gcc-c++ giflib-devel imlib2-devel jpeg libpng-devel libtiff-devel tiff
|
BuildRequires: Mesa-devel esound-devel freeglut-devel gcc-c++ giflib-devel imlib2-devel jpeg libpng-devel libtiff-devel tiff
|
||||||
|
BuildRequires: libtool
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
AutoReqProv: on
|
|
||||||
Summary: Applets for the Enlightenment Window Manager
|
Summary: Applets for the Enlightenment Window Manager
|
||||||
Version: 0.10
|
Version: 0.10
|
||||||
Release: 52
|
Release: 52
|
||||||
@ -37,15 +36,6 @@ Manager Versions 0.16 and above. Generally they are quite small and
|
|||||||
provide a quick way for a user to perform simple tasks or view
|
provide a quick way for a user to perform simple tasks or view
|
||||||
information.
|
information.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Geoff Harrison <mandrake@mandrake.net>
|
|
||||||
Tom Gilbert <tom@tomgilbert.freeserve.co.uk>
|
|
||||||
Michael Lea <mikelea@charm.net>
|
|
||||||
Roberto Machorro <rmach@bigfoot.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n epplets-%{version}
|
%setup -q -n epplets-%{version}
|
||||||
%patch
|
%patch
|
||||||
@ -54,7 +44,7 @@ Authors:
|
|||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
CFLAGS="$CFLAGS $RPM_OPT_FLAGS -fno-strict-aliasing" \
|
CFLAGS="$CFLAGS $RPM_OPT_FLAGS -fno-strict-aliasing" \
|
||||||
%configure --disable-static --with-pic --enable-fsstd
|
%configure --disable-static --with-pic --enable-fsstd
|
||||||
%{__make} %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export MALLOC_CHECK_=2
|
export MALLOC_CHECK_=2
|
||||||
@ -69,9 +59,6 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root, 755)
|
%defattr(-, root, root, 755)
|
||||||
%{_bindir}/E*epplet
|
%{_bindir}/E*epplet
|
||||||
|
Loading…
Reference in New Issue
Block a user