OBS User unknown
2007-01-15 23:43:58 +00:00
committed by Git OBS Bridge
commit adb9cb7568
7 changed files with 191 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

0
ready Normal file
View File

3
xteddy-2.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1f4bc525f292709714b0d1be401967090a3d1ae1e89ff3ccaf4080d5eae94f1
size 348055

22
xteddy-configure.patch Normal file
View File

@@ -0,0 +1,22 @@
--- configure.in
+++ configure.in 2004/10/26 13:45:52
@@ -6,7 +6,7 @@
AC_PATH_XTRA
AC_CHECK_LIB(Imlib, main, , , $X_LIBS -lX11)
-PIXMAP_PATH="/usr/share/xteddy"
+PIXMAP_PATH='$(prefix)/share/xteddy'
AC_SUBST(PIXMAP_PATH)
AC_OUTPUT(Makefile html/Makefile images/Makefile)
--- images/Makefile.am
+++ images/Makefile.am 2004/10/26 13:52:50
@@ -1,7 +1,7 @@
# GPL (C) 1998 Andreas Tille
# tille@physik.uni-halle.de
-pixmapdir = $(prefix)/share/xteddy
+pixmapdir = @PIXMAP_PATH@
pixmap_DATA = teddy.png xteddy.png xpenguin.png xduck.png xtuxxy.png \
xalex.png xbobo.png xklitze.png xruessel.png xnamu.png xbrummi.png \

51
xteddy.changes Normal file
View File

@@ -0,0 +1,51 @@
-------------------------------------------------------------------
Tue Dec 5 12:19:22 CET 2006 - ma@suse.de
- don't install below /usr/X11R6.
-------------------------------------------------------------------
Fri Jun 16 14:17:33 CEST 2006 - schwab@suse.de
- Set mandir.
- Use RPM_OPT_FLAGS.
-------------------------------------------------------------------
Wed Jan 25 21:43:29 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Oct 28 21:51:44 CEST 2004 - ma@suse.de
- new version 2.0.1
-------------------------------------------------------------------
Mon May 10 17:39:37 CEST 2004 - hmacht@suse.de
- added # norootforbuild in specfile
-------------------------------------------------------------------
Mon May 26 16:38:23 CEST 2003 - coolo@suse.de
- use BuildRoot
-------------------------------------------------------------------
Wed Sep 18 01:28:09 CEST 2002 - ro@suse.de
- removed bogus self-provides
-------------------------------------------------------------------
Tue Oct 31 16:48:11 CET 2000 - ma@suse.de
- removed group unsorted
-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
-------------------------------------------------------------------
Mon Oct 20 18:20:18 MEST 1997 - ma@suse.de
- new version 1.0.3

91
xteddy.spec Normal file
View File

@@ -0,0 +1,91 @@
#
# spec file for package xteddy (Version 2.0.1)
#
# 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: xteddy
BuildRequires: giflib-devel imlib-devel libpng-devel libtiff-devel xorg-x11 xorg-x11-devel
License: GNU General Public License (GPL)
Group: Amusements/Toys/Graphics
Provides: xteddy10
Autoreqprov: on
Summary: A cuddly teddy bear for your X Window desktop
Version: 2.0.1
Release: 40
Source: xteddy-2.0.1.tar.gz
Patch: xteddy-configure.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Normally, xteddy just sits around doing nothing. After all, that's what
teddy bears are for. Look at him, talk to him, place heavy windows on
top of him, zap him around until he becomes dizzy, do what you like; he
will always be your true (albeit virtual) friend.
You can move xteddy with the mouse by pointing at him and dragging him
around. When clicked upon, he will pop up on top of all other windows.
If you type "q" on him, he will die (or, as I like to think of it, be
tucked away in the file system until you need him next time).
That's it. But he's cute.
Authors:
--------
Stefan Gustavson <stefang@isy.liu.se>
%prep
%setup
%patch
%build
autoreconf --force --install
CFLAGS="$RPM_OPT_FLAGS `imlib-config --cflags`" \
./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir}
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
cd $RPM_BUILD_ROOT/usr/X11R6/bin/ && ln xteddy xpenguin
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc html/*.html
%doc html/images
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%{name}
%changelog -n xteddy
* Tue Dec 05 2006 - ma@suse.de
- don't install below /usr/X11R6.
* Fri Jun 16 2006 - schwab@suse.de
- Set mandir.
- Use RPM_OPT_FLAGS.
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Oct 28 2004 - ma@suse.de
- new version 2.0.1
* Mon May 10 2004 - hmacht@suse.de
- added # norootforbuild in specfile
* Mon May 26 2003 - coolo@suse.de
- use BuildRoot
* Wed Sep 18 2002 - ro@suse.de
- removed bogus self-provides
* Tue Oct 31 2000 - ma@suse.de
- removed group unsorted
* Mon Sep 13 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Mon Oct 20 1997 - ma@suse.de
- new version 1.0.3