This commit is contained in:
parent
788c9029aa
commit
705c12bdab
@ -1,13 +0,0 @@
|
|||||||
Index: epplets/E-MemWatch.c
|
|
||||||
===================================================================
|
|
||||||
--- epplets/E-MemWatch.c.orig
|
|
||||||
+++ epplets/E-MemWatch.c
|
|
||||||
@@ -251,7 +251,7 @@ main(int argc, char **argv)
|
|
||||||
|
|
||||||
if ((fp = fopen("/proc/version", "r")) == NULL) {
|
|
||||||
D(("Failed to open /proc/version -- %s\nWill assume not 2.6 kernel", strerror(errno)));
|
|
||||||
- return;
|
|
||||||
+ return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
fgets(buff, sizeof(buff), fp);
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 17 21:19:04 CEST 2008 - matejcik@suse.cz
|
||||||
|
|
||||||
|
- update to 0.10
|
||||||
|
* mostly cleanup and bugfixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 14 02:28:15 CET 2006 - ro@suse.de
|
Thu Dec 14 02:28:15 CET 2006 - ro@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package epplet-base (Version 0.9)
|
# spec file for package epplet-base (Version 0.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,17 +10,18 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
Url: http://www.enlightenment.org/
|
||||||
|
|
||||||
Name: epplet-base
|
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
|
BuildRequires: Mesa-devel esound-devel freeglut-devel gcc-c++ giflib-devel gtk-devel imlib-devel imlib2-devel jpeg libpng-devel libtiff-devel tiff
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Summary: Applets for the Enlightenment Window Manager
|
Summary: Applets for the Enlightenment Window Manager
|
||||||
Version: 0.9
|
Version: 0.10
|
||||||
Release: 30
|
Release: 1
|
||||||
Source: epplets-%{version}.tar.bz2
|
Source: epplets-%{version}.tar.bz2
|
||||||
Patch: epplets-unsuficient_include.patch
|
Patch: epplets-unsuficient_include.patch
|
||||||
Patch1: epplet-base-e-memwatch.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -41,7 +42,6 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n epplets-%{version}
|
%setup -q -n epplets-%{version}
|
||||||
%patch
|
%patch
|
||||||
%patch1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
@ -71,44 +71,47 @@ rm -rf %{buildroot}
|
|||||||
%{_prefix}/share/e16/epplet_icons
|
%{_prefix}/share/e16/epplet_icons
|
||||||
%{_prefix}/share/e16/epplet_data
|
%{_prefix}/share/e16/epplet_data
|
||||||
|
|
||||||
%changelog -n epplet-base
|
%changelog
|
||||||
* Thu Dec 14 2006 - ro@suse.de
|
* Thu Apr 17 2008 matejcik@suse.cz
|
||||||
|
- update to 0.10
|
||||||
|
* mostly cleanup and bugfixes
|
||||||
|
* Thu Dec 14 2006 ro@suse.de
|
||||||
- move from usr/X11R6 to usr
|
- move from usr/X11R6 to usr
|
||||||
* Fri Sep 08 2006 - pnemec@suse.cz
|
* Fri Sep 08 2006 pnemec@suse.cz
|
||||||
- fix gcc warning in E-memwatch plugin
|
- fix gcc warning in E-memwatch plugin
|
||||||
* Fri Jul 28 2006 - ro@suse.de
|
* Fri Jul 28 2006 ro@suse.de
|
||||||
- added Mesa-devel to BuildRequires
|
- added Mesa-devel to BuildRequires
|
||||||
* Wed Jul 12 2006 - pnemec@suse.cz
|
* Wed Jul 12 2006 pnemec@suse.cz
|
||||||
- updated to version 0.9
|
- updated to version 0.9
|
||||||
cleaned specs and configs
|
cleaned specs and configs
|
||||||
fixed memory leaks
|
fixed memory leaks
|
||||||
- added patch to fix not included library
|
- added patch to fix not included library
|
||||||
(epplets-unsuficient_include.patch)
|
(epplets-unsuficient_include.patch)
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Sep 19 2005 - pnemec@suse.cz
|
* Mon Sep 19 2005 pnemec@suse.cz
|
||||||
- fix gcc warnings
|
- fix gcc warnings
|
||||||
* Thu Apr 14 2005 - sbrabec@suse.cz
|
* Thu Apr 14 2005 sbrabec@suse.cz
|
||||||
- Added audiofile-devel to neededforbuild.
|
- Added audiofile-devel to neededforbuild.
|
||||||
* Tue Apr 27 2004 - ro@suse.de
|
* Tue Apr 27 2004 ro@suse.de
|
||||||
- use -fno-strict-aliasing
|
- use -fno-strict-aliasing
|
||||||
* Sat Jan 10 2004 - adrian@suse.de
|
* Sat Jan 10 2004 adrian@suse.de
|
||||||
- add %%run_ldconfig
|
- add %%run_ldconfig
|
||||||
* Mon Jun 16 2003 - kukuk@suse.de
|
* Mon Jun 16 2003 kukuk@suse.de
|
||||||
- Add missing directories to filelist
|
- Add missing directories to filelist
|
||||||
* Mon Sep 23 2002 - pmladek@suse.cz
|
* Mon Sep 23 2002 pmladek@suse.cz
|
||||||
- added alsa and alsa-devel to neededforbuild because of esound
|
- added alsa and alsa-devel to neededforbuild because of esound
|
||||||
* Fri Jul 26 2002 - adrian@suse.de
|
* Fri Jul 26 2002 adrian@suse.de
|
||||||
- fix neededforbuild
|
- fix neededforbuild
|
||||||
* Wed May 08 2002 - mfabian@suse.de
|
* Wed May 08 2002 mfabian@suse.de
|
||||||
- use %%{_lib} to make it build on x86_64
|
- use %%{_lib} to make it build on x86_64
|
||||||
* Thu Apr 25 2002 - ro@suse.de
|
* Thu Apr 25 2002 ro@suse.de
|
||||||
- fix for automake-1.6 (remove duplicated lines in Makefile.am)
|
- fix for automake-1.6 (remove duplicated lines in Makefile.am)
|
||||||
* Fri Feb 01 2002 - ro@suse.de
|
* Fri Feb 01 2002 ro@suse.de
|
||||||
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
||||||
* Wed May 09 2001 - mfabian@suse.de
|
* Thu May 10 2001 mfabian@suse.de
|
||||||
- bzip2 sources
|
- bzip2 sources
|
||||||
* Thu Feb 01 2001 - violiet@suse.de
|
* Thu Feb 01 2001 violiet@suse.de
|
||||||
- added SuSE series: xap
|
- added SuSE series: xap
|
||||||
* Sat Jan 27 2001 - violiet@suse.de
|
* Sat Jan 27 2001 violiet@suse.de
|
||||||
- NEW epplet-base package version to 0.5
|
- NEW epplet-base package version to 0.5
|
||||||
|
3
epplets-0.10.tar.bz2
Normal file
3
epplets-0.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:25c7c065fc2956f8c88e6c064044705a320dc336eb58dac78a5084949f22732d
|
||||||
|
size 1005158
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:418344884488330f9ba4257c43186869401882f5aac515b7b6adf5968bb0bed2
|
|
||||||
size 1020585
|
|
Loading…
Reference in New Issue
Block a user