Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37563472
en ru br
ALT Linux repos
S:1.5.6-alt1
5.0: 0.6.8-alt1
4.1: 0.6.4-alt0.M41.1
4.0: 0.2.8-alt1

Group :: System/Libraries
RPM: libisofs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libisofs
Version: 1.5.6
Release: alt1

Summary: ISO9660 filesystem creation library
License: %gpl2plus
Group: System/Libraries
Url: https://dev.lovelyhq.com/libburnia/libisofs.git

Source: %name-%version.tar
Patch0: %name-%version-%release.patch

BuildRequires(pre): rpm-build-licenses

BuildRequires: zlib-devel libacl-devel libattr-devel
BuildRequires: libburn-devel >= %version

%description
libisofs is the library to pack up hard disk files and directories
into an ISO 9660 disk image. This may then be brought to CD via libburn.
libisofs is to be the foundation of our upcoming mkisofs emulation.

%package devel
Summary: Development files for libisofs
Group: System/Libraries
Requires: %name = %version

%description devel
libisofs is the library to pack up hard disk files and directories
into an ISO 9660 disk image. This may then be brought to CD via libburn.
libisofs is to be the foundation of our upcoming mkisofs emulation.

%prep
%setup
%patch0 -p1

%build
%autoreconf
%configure \
--disable-static

%make_build

%install
%makeinstall_std

%files
%_libdir/%name.so.*

%files devel
%dir %_includedir/%name
%_includedir/%name/%name.h
%_libdir/%name.so
%_pkgconfigdir/*.pc
%doc README ChangeLog

%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