This commit is contained in:
commit
788c9029aa
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
13
epplet-base-e-memwatch.patch
Normal file
13
epplet-base-e-memwatch.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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);
|
96
epplet-base.changes
Normal file
96
epplet-base.changes
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 14 02:28:15 CET 2006 - ro@suse.de
|
||||||
|
|
||||||
|
- move from usr/X11R6 to usr
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 8 15:54:12 CEST 2006 - pnemec@suse.cz
|
||||||
|
|
||||||
|
- fix gcc warning in E-memwatch plugin
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 28 15:43:49 CEST 2006 - ro@suse.de
|
||||||
|
|
||||||
|
- added Mesa-devel to BuildRequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 12 15:22:59 CEST 2006 - pnemec@suse.cz
|
||||||
|
|
||||||
|
- updated to version 0.9
|
||||||
|
cleaned specs and configs
|
||||||
|
fixed memory leaks
|
||||||
|
- added patch to fix not included library
|
||||||
|
(epplets-unsuficient_include.patch)
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 21:35:44 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 19 11:43:05 CEST 2005 - pnemec@suse.cz
|
||||||
|
|
||||||
|
- fix gcc warnings
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 14 17:17:06 CEST 2005 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Added audiofile-devel to neededforbuild.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 27 01:21:31 CEST 2004 - ro@suse.de
|
||||||
|
|
||||||
|
- use -fno-strict-aliasing
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 10 15:33:14 CET 2004 - adrian@suse.de
|
||||||
|
|
||||||
|
- add %run_ldconfig
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 16 14:00:02 CEST 2003 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Add missing directories to filelist
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 23 19:22:52 CEST 2002 - pmladek@suse.cz
|
||||||
|
|
||||||
|
- added alsa and alsa-devel to neededforbuild because of esound
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 21:29:36 CEST 2002 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix neededforbuild
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 8 17:44:00 CEST 2002 - mfabian@suse.de
|
||||||
|
|
||||||
|
- use %{_lib} to make it build on x86_64
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 25 00:17:19 CEST 2002 - ro@suse.de
|
||||||
|
|
||||||
|
- fix for automake-1.6 (remove duplicated lines in Makefile.am)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 1 00:26:07 CET 2002 - ro@suse.de
|
||||||
|
|
||||||
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 22:55:27 CEST 2001 - mfabian@suse.de
|
||||||
|
|
||||||
|
- bzip2 sources
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 1 14:35:29 CET 2001 - violiet@suse.de
|
||||||
|
|
||||||
|
- added SuSE series: xap
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 27 13:46:53 CET 2001 - violiet@suse.de
|
||||||
|
|
||||||
|
- NEW epplet-base package version to 0.5
|
||||||
|
|
||||||
|
|
114
epplet-base.spec
Normal file
114
epplet-base.spec
Normal file
@ -0,0 +1,114 @@
|
|||||||
|
#
|
||||||
|
# spec file for package epplet-base (Version 0.9)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# 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
|
||||||
|
|
||||||
|
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
|
||||||
|
License: GNU General Public License (GPL)
|
||||||
|
Group: System/GUI/Other
|
||||||
|
Autoreqprov: on
|
||||||
|
Summary: Applets for the Enlightenment Window Manager
|
||||||
|
Version: 0.9
|
||||||
|
Release: 30
|
||||||
|
Source: epplets-%{version}.tar.bz2
|
||||||
|
Patch: epplets-unsuficient_include.patch
|
||||||
|
Patch1: epplet-base-e-memwatch.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
|
||||||
|
%patch1
|
||||||
|
|
||||||
|
%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
|
||||||
|
|
||||||
|
%changelog -n epplet-base
|
||||||
|
* Thu Dec 14 2006 - ro@suse.de
|
||||||
|
- move from usr/X11R6 to usr
|
||||||
|
* Fri Sep 08 2006 - pnemec@suse.cz
|
||||||
|
- fix gcc warning in E-memwatch plugin
|
||||||
|
* Fri Jul 28 2006 - ro@suse.de
|
||||||
|
- added Mesa-devel to BuildRequires
|
||||||
|
* Wed Jul 12 2006 - pnemec@suse.cz
|
||||||
|
- updated to version 0.9
|
||||||
|
cleaned specs and configs
|
||||||
|
fixed memory leaks
|
||||||
|
- added patch to fix not included library
|
||||||
|
(epplets-unsuficient_include.patch)
|
||||||
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
* Mon Sep 19 2005 - pnemec@suse.cz
|
||||||
|
- fix gcc warnings
|
||||||
|
* Thu Apr 14 2005 - sbrabec@suse.cz
|
||||||
|
- Added audiofile-devel to neededforbuild.
|
||||||
|
* Tue Apr 27 2004 - ro@suse.de
|
||||||
|
- use -fno-strict-aliasing
|
||||||
|
* Sat Jan 10 2004 - adrian@suse.de
|
||||||
|
- add %%run_ldconfig
|
||||||
|
* Mon Jun 16 2003 - kukuk@suse.de
|
||||||
|
- Add missing directories to filelist
|
||||||
|
* Mon Sep 23 2002 - pmladek@suse.cz
|
||||||
|
- added alsa and alsa-devel to neededforbuild because of esound
|
||||||
|
* Fri Jul 26 2002 - adrian@suse.de
|
||||||
|
- fix neededforbuild
|
||||||
|
* Wed May 08 2002 - mfabian@suse.de
|
||||||
|
- use %%{_lib} to make it build on x86_64
|
||||||
|
* Thu Apr 25 2002 - ro@suse.de
|
||||||
|
- fix for automake-1.6 (remove duplicated lines in Makefile.am)
|
||||||
|
* Fri Feb 01 2002 - ro@suse.de
|
||||||
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
||||||
|
* Wed May 09 2001 - mfabian@suse.de
|
||||||
|
- bzip2 sources
|
||||||
|
* Thu Feb 01 2001 - violiet@suse.de
|
||||||
|
- added SuSE series: xap
|
||||||
|
* Sat Jan 27 2001 - violiet@suse.de
|
||||||
|
- NEW epplet-base package version to 0.5
|
3
epplets-0.9.tar.bz2
Normal file
3
epplets-0.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:418344884488330f9ba4257c43186869401882f5aac515b7b6adf5968bb0bed2
|
||||||
|
size 1020585
|
9
epplets-unsuficient_include.patch
Normal file
9
epplets-unsuficient_include.patch
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
--- epplets/CalcEphem.h
|
||||||
|
+++ epplets/CalcEphem.h
|
||||||
|
@@ -1,5 +1,6 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <math.h>
|
||||||
|
+#include <string.h>
|
||||||
|
|
||||||
|
#define DegPerRad 57.29577951308232087680
|
||||||
|
#define RadPerDeg 0.01745329251994329576
|
Loading…
Reference in New Issue
Block a user