2007-01-16 00:11:41 +01:00
|
|
|
#
|
2008-04-20 21:19:56 +02:00
|
|
|
# spec file for package epplet-base (Version 0.10)
|
2007-01-16 00:11:41 +01:00
|
|
|
#
|
2008-04-20 21:19:56 +02:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:11:41 +01:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-04-20 21:19:56 +02:00
|
|
|
Url: http://www.enlightenment.org/
|
|
|
|
|
2007-01-16 00:11:41 +01:00
|
|
|
Name: epplet-base
|
|
|
|
BuildRequires: Mesa-devel esound-devel freeglut-devel gcc-c++ giflib-devel gtk-devel imlib-devel imlib2-devel jpeg libpng-devel libtiff-devel tiff
|
2008-04-20 21:19:56 +02:00
|
|
|
License: GPL v2 or later
|
2007-01-16 00:11:41 +01:00
|
|
|
Group: System/GUI/Other
|
2008-04-20 21:19:56 +02:00
|
|
|
AutoReqProv: on
|
2007-01-16 00:11:41 +01:00
|
|
|
Summary: Applets for the Enlightenment Window Manager
|
2008-04-20 21:19:56 +02:00
|
|
|
Version: 0.10
|
|
|
|
Release: 1
|
2007-01-16 00:11:41 +01:00
|
|
|
Source: epplets-%{version}.tar.bz2
|
|
|
|
Patch: epplets-unsuficient_include.patch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Epplets are programs designed to work with the Enlightenment Window
|
|
|
|
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
|
|
|
|
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
|
|
|
|
%setup -q -n epplets-%{version}
|
|
|
|
%patch
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf --force --install
|
|
|
|
CFLAGS="$CFLAGS $RPM_OPT_FLAGS -fno-strict-aliasing" \
|
|
|
|
./configure \
|
|
|
|
--prefix=%{_prefix} \
|
|
|
|
--enable-fsstd
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=%{buildroot} libdir=%{_prefix}/%{_lib} install
|
|
|
|
|
|
|
|
%post
|
|
|
|
%run_ldconfig
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%run_ldconfig
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root, 755)
|
|
|
|
%{_prefix}/bin/E*epplet
|
|
|
|
%{_prefix}/include/epplet.h
|
|
|
|
%{_prefix}/%{_lib}/libepplet*
|
|
|
|
%dir %{_prefix}/share/e16
|
|
|
|
%{_prefix}/share/e16/epplet_icons
|
|
|
|
%{_prefix}/share/e16/epplet_data
|
|
|
|
|
2008-04-20 21:19:56 +02:00
|
|
|
%changelog
|
|
|
|
* Thu Apr 17 2008 matejcik@suse.cz
|
|
|
|
- update to 0.10
|
|
|
|
* mostly cleanup and bugfixes
|
|
|
|
* Thu Dec 14 2006 ro@suse.de
|
2007-01-16 00:11:41 +01:00
|
|
|
- move from usr/X11R6 to usr
|
2008-04-20 21:19:56 +02:00
|
|
|
* Fri Sep 08 2006 pnemec@suse.cz
|
2007-01-16 00:11:41 +01:00
|
|
|
- fix gcc warning in E-memwatch plugin
|
2008-04-20 21:19:56 +02:00
|
|
|
* Fri Jul 28 2006 ro@suse.de
|
2007-01-16 00:11:41 +01:00
|
|
|
- added Mesa-devel to BuildRequires
|
2008-04-20 21:19:56 +02:00
|
|
|
* Wed Jul 12 2006 pnemec@suse.cz
|
2007-01-16 00:11:41 +01:00
|
|
|
- updated to version 0.9
|
|
|
|
cleaned specs and configs
|
|
|
|
fixed memory leaks
|
|
|
|
- added patch to fix not included library
|
|
|
|
(epplets-unsuficient_include.patch)
|
2008-04-20 21:19:56 +02:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:11:41 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-04-20 21:19:56 +02:00
|
|
|
* Mon Sep 19 2005 pnemec@suse.cz
|
2007-01-16 00:11:41 +01:00
|
|
|
- fix gcc warnings
|
2008-04-20 21:19:56 +02:00
|
|
|
* Thu Apr 14 2005 sbrabec@suse.cz
|
2007-01-16 00:11:41 +01:00
|
|
|
- Added audiofile-devel to neededforbuild.
|
2008-04-20 21:19:56 +02:00
|
|
|
* Tue Apr 27 2004 ro@suse.de
|
2007-01-16 00:11:41 +01:00
|
|
|
- use -fno-strict-aliasing
|
2008-04-20 21:19:56 +02:00
|
|
|
* Sat Jan 10 2004 adrian@suse.de
|
2007-01-16 00:11:41 +01:00
|
|
|
- add %%run_ldconfig
|
2008-04-20 21:19:56 +02:00
|
|
|
* Mon Jun 16 2003 kukuk@suse.de
|
2007-01-16 00:11:41 +01:00
|
|
|
- Add missing directories to filelist
|
2008-04-20 21:19:56 +02:00
|
|
|
* Mon Sep 23 2002 pmladek@suse.cz
|
2007-01-16 00:11:41 +01:00
|
|
|
- added alsa and alsa-devel to neededforbuild because of esound
|
2008-04-20 21:19:56 +02:00
|
|
|
* Fri Jul 26 2002 adrian@suse.de
|
2007-01-16 00:11:41 +01:00
|
|
|
- fix neededforbuild
|
2008-04-20 21:19:56 +02:00
|
|
|
* Wed May 08 2002 mfabian@suse.de
|
2007-01-16 00:11:41 +01:00
|
|
|
- use %%{_lib} to make it build on x86_64
|
2008-04-20 21:19:56 +02:00
|
|
|
* Thu Apr 25 2002 ro@suse.de
|
2007-01-16 00:11:41 +01:00
|
|
|
- fix for automake-1.6 (remove duplicated lines in Makefile.am)
|
2008-04-20 21:19:56 +02:00
|
|
|
* Fri Feb 01 2002 ro@suse.de
|
2007-01-16 00:11:41 +01:00
|
|
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
2008-04-20 21:19:56 +02:00
|
|
|
* Thu May 10 2001 mfabian@suse.de
|
2007-01-16 00:11:41 +01:00
|
|
|
- bzip2 sources
|
2008-04-20 21:19:56 +02:00
|
|
|
* Thu Feb 01 2001 violiet@suse.de
|
2007-01-16 00:11:41 +01:00
|
|
|
- added SuSE series: xap
|
2008-04-20 21:19:56 +02:00
|
|
|
* Sat Jan 27 2001 violiet@suse.de
|
2007-01-16 00:11:41 +01:00
|
|
|
- NEW epplet-base package version to 0.5
|