Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37048263
en ru br
ALT Linux repos
S:0.1.1-alt2
5.0: 0.1.1-alt1
4.1: 0.1-alt2
4.0: 0.1-alt1
3.0: 0.1-alt1

Group :: Archiving/Compression
RPM: libdynamite

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_disable static

Name: libdynamite
Version: 0.1.1
Release: alt2

Summary: Extract data compressed with PKWARE Data Compression Library
License: MIT
Group: Archiving/Compression

Url: http://synce.sourceforge.net
Source: %name-%version.tar.gz

Packager: Mobile Development Team <mobile at packages.altlinux.org>

%if_enabled static
BuildRequires: glibc-devel-static
%endif

%description
See http://synce.sourceforge.net for more information.

%package devel
Summary: Extract data compressed with PKWARE Data Compression Library
Group: Development/C
Requires: %name = %version

%description devel
See http://synce.sourceforge.net for more information.

%if_enabled static
%package devel-static
Summary: Extract data compressed with PKWARE Data Compression Library
Group: Development/C
Requires: %name-devel = %version

%description devel-static
See http://synce.sourceforge.net for more information.
%endif

%prep
%setup

%build
%autoreconf
%configure %{subst_enable static}
%make

%install
%makeinstall

%files
%doc LICENSE ChangeLog
%_bindir/dynamite
%_libdir/libdynamite.so.*
%_man1dir/*

%files devel
%_includedir/libdynamite.h
%_libdir/libdynamite.so
%_libdir/pkgconfig/*.pc

%if_enabled static
%files devel-static
%_libdir/libdynamite.a
#_libdir/libdynamite.la
%endif

%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