ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: sisyphus@altlinux.ru
Subject: [sisyphus] Re: FUSE - the Free Unix Spectrum Emulator
Date: Tue, 30 Sep 2003 14:10:28 +0400
Message-ID: <20030930101027.GI12987@julia.office.altlinux.ru> (raw)
In-Reply-To: <20030930043707.GK28666@inferno.immo>


[-- Attachment #1.1: Type: text/plain, Size: 326 bytes --]

On Tue, Sep 30, 2003 at 08:37:07AM +0400, Alexey I. Froloff wrote:
> * Alexey Tourbin <at@altlinux.ru> [030929 22:47]:
> > > http://www.srcf.ucam.org/~pak21/spectrum/fuse.html
> > > Есть в сизифе?
> > Собрал для сизифа.
> В каком виде? А то я собрал libspectrum, libdsk и lib765, до
> самого fuse вчера так и не добрался...



[-- Attachment #1.2: libspectrum.spec --]
[-- Type: text/plain, Size: 1756 bytes --]

Name: libspectrum
Version: 0.2.0
Release: alt1

Summary: ZX Spectrum emulation shared library
License: GPL
Group: Emulators

Url: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html
Source: %name-%version.tar.bz2

# Automatically added by buildreq on Mon Sep 29 2003
BuildRequires: glib-devel zlib-devel

%package devel
Summary: ZX Spectrum emulation library, header files
Group: Emulators
Requires: %name = %version-%release

%package devel-static
Summary: ZX Spectrum emulation static library
Group: Emulators
Requires: %name-devel = %version-%release

%description
libspectrum is a library which is designed to make the input and
output of ZX Spectrum emulator files slightly easier than it would be
otherwise. It should hopefully compile and run on Unix-based systems,
Win32 and Mac OS X.

%description devel
libspectrum is a library which is designed to make the input and
output of ZX Spectrum emulator files slightly easier than it would be
otherwise. It should hopefully compile and run on Unix-based systems,
Win32 and Mac OS X.

This package contains header files for %name.

%description devel-static
libspectrum is a library which is designed to make the input and
output of ZX Spectrum emulator files slightly easier than it would be
otherwise. It should hopefully compile and run on Unix-based systems,
Win32 and Mac OS X.

This package contains %name static library.

%prep
%setup -q

%build
export lt_cv_prog_cc_static_works=no
%configure
%make_build

%install
%makeinstall

%post
%post_ldconfig

%postun
%postun_ldconfig

%files
%_libdir/%name.so.*

%files devel
%_libdir/%name.so
%_includedir/%name.h

#files devel-static
#_libdir/%name.*a

%changelog
* Mon Sep 29 2003 Alexey Tourbin <at@altlinux.ru> 0.2.0-alt1
- initial revision

[-- Attachment #1.3: fuse.spec --]
[-- Type: text/plain, Size: 790 bytes --]

Name: fuse
Version: 0.6.1
Release: alt1

Summary: The Free Unix Spectrum Emulator
License: GPL
Group: Emulators

Url: http://www.srcf.ucam.org/~pak21/spectrum/fuse.html
Source: %name-%version.tar.bz2

# Automatically added by buildreq on Mon Sep 29 2003
BuildRequires: XFree86-devel flex glib-devel gtk+-devel libpng-devel libspectrum-devel libxml2-devel zlib-devel

%description
Fuse is a Sinclair ZX Spectrum emulator. It supports several models
(including the 128), with quite faithful emulation of the display
and sound.

%prep
%setup -q

%build
%configure
%make_build

%install
%makeinstall

%files
%doc README AUTHORS COPYING ChangeLog THANKS
%_bindir/%name
%_man1dir/%name.*
%_datadir/%name

%changelog
* Mon Sep 29 2003 Alexey Tourbin <at@altlinux.ru> 0.6.1-alt1
- initial revision

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2003-09-30 10:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-29 12:11 [sisyphus] " cred
2003-09-29 13:22 ` [sisyphus] " Alexey Tourbin
2003-09-29 13:24 ` [sisyphus] " Alexey I. Froloff
2003-09-29 13:38   ` [sisyphus] " Alexey Tourbin
2003-09-29 13:42     ` Alexey I. Froloff
2003-09-29 13:50       ` Alexey Tourbin
2003-09-29 13:56         ` Alexey I. Froloff
2003-09-29 14:07           ` Alexey Tourbin
2003-09-30  4:06           ` Mike Lykov
2003-09-30  4:01       ` Mike Lykov
2003-09-30  4:15         ` Alexey I. Froloff
2003-09-30  4:29         ` Герасимов Дмитрий
2003-09-29 18:46 ` Alexey Tourbin
2003-09-30  4:37   ` Alexey I. Froloff
2003-09-30 10:10     ` Alexey Tourbin [this message]
2003-09-30 11:45       ` Alexey I. Froloff
2003-09-30 17:11         ` Alexey Tourbin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030930101027.GI12987@julia.office.altlinux.ru \
    --to=at@altlinux.ru \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git