Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37553017
en ru br
ALT Linux repos
S:8.7.1-alt1
5.0: 7.16.3-alt3

Group :: Graphics
RPM: nip2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: nip2
Version: 7.16.3
Release: alt3

Summary: an image processing system
License: GPL
Group: Graphics

Url: http://www.vips.ecs.soton.ac.uk
Source0: %url/supported/7.16/%name-%version.tar.gz
Source1: %name.xpm
Packager: Michael Shigorin <mike at altlinux.org>

Requires: vips >= 7.8.6
Provides: nip = %version
Obsoletes: nip <= 7.8.11

BuildRequires: flex libgtk+2-devel libvips-devel

%description
nip is an image processing system.  It is good for very large
images (ie.  larger than the amount of RAM in your machine), and
for working with colour.  In use it's rather like a spreadsheet.
There's complete documentaion.

%prep
%setup

%build
%configure
%make

%install
%makeinstall_std
mkdir -p %buildroot{%_bindir,%_man1dir,%_datadir,%_iconsdir}
install -pD -m644 %SOURCE1 %buildroot%_iconsdir/%name.xpm
install -pD -m644 %name.desktop %buildroot%_desktopdir/%name.desktop
# copy the formatted PS and HTML docs into the install area
cp -a doc/html doc/pdf %buildroot%_docdir/%name/

%files
%doc AUTHORS THANKS README TODO COPYING ChangeLog
%doc %_docdir/%name
%_bindir/%name
%_bindir/run-%name.sh
%_man1dir/%name.1*
%_datadir/%name
%_desktopdir/%name.desktop
%_iconsdir/%name.xpm
%_datadir/mime/packages/%name.xml

%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