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

Group :: System/Libraries
RPM: libjodycode

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libjodycode
Version: 3.1
Release: alt1

Summary: General purpose utility functions

License: MIT
Group: System/Libraries
Url: https://github.com/jbruchon/libjodycode

# Source-url: https://github.com/jbruchon/libjodycode/archive/refs/tags/v%version.tar.gz

Source: %name-%version.tar

%description
libjodycode is a software code library containing code shared among
several of the programs written by Jody Bruchon such as imagepile,
jdupes, winregfs, and zeromerge. These shared pieces of code were
copied between each program as they were updated. As the number of
programs increased and keeping these pieces of code synced became more
annoying, the decision was made to combine all of them into a single
reusable shared library.

%package devel
Summary: Development files for %name
Requires: %name = %EVR
Group: Development/C

%description devel
The %name-devel package contains libraries and header files for
developing applications that use %name.

%prep
%setup

%build
%make_build HARDEN=1 PREFIX="%prefix" LIB_DIR="%_libdir"

%install
%makeinstall_std HARDEN=1 PREFIX="%prefix" LIB_DIR="%_libdir"

# Do not include the static library

rm -f %buildroot%_libdir/libjodycode.a

# man page is currently empty

rm -rf %buildroot%_man7dir

%files
%doc LICENSE.txt
%doc CHANGES.txt README.md
%_libdir/libjodycode.so.*

%files devel
%_includedir/libjodycode.h
%_libdir/libjodycode.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