Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37853951
en ru br
ALT Linux repos
S:1.2.0r43-alt1

Group :: Games/Other
RPM: libsmacker

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define major_ver 1.2.0
%define minor_ver r43
%define sover 1

Name: libsmacker
Version: 1.2.0r43
Release: alt1
Summary: C library for decoding .smk Smacker Video files
License: LGPL-2.1-only
Group: Games/Other
Url: http://libsmacker.sourceforge.net/
Packager: Artyom Bystrov <arbars at altlinux.org>

Source: http://sourceforge.net/projects/libsmacker/files/libsmacker-1.2/%name-%version.tar.gz
BuildRequires: autoconf
BuildRequires: libtool

%description
libsmacker is a cross-platform C library which can be used for decoding Smacker
Video files produced by RAD Game Tools. Smacker Video was the king of video
middleware in the 1990s, and its 256-color compressed video format was used in
over 2600 software titles.

%package -n libsmacker%sover
Summary: C library for decoding .smk Smacker Video files
Group: System/Libraries

%description -n libsmacker%sover
libsmacker is a cross-platform C library which can be used for decoding Smacker
Video files produced by RAD Game Tools. Smacker Video was the king of video
middleware in the 1990s, and its 256-color compressed video format was used in
over 2600 software titles.

%package devel
Summary: Header files for libsmacker
Group: Development/C++
Requires: libsmacker%sover = %version

%description devel
Development and header files for libsmacker.

%prep
%setup -n %name-%version

%build
autoreconf -fiv
%configure

%install
%makeinstall_std
install -D -m0644 -t %buildroot%_includedir/ *.h
rm -f %buildroot%_libdir/*.{la,a}

%files -n libsmacker%sover
%doc COPYING
%doc README
%_libdir/libsmacker.so.%{sover}*

%files devel
%_includedir/smacker.h
%_includedir/smk*.h
%_libdir/libsmacker.so

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin