Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37414945
en ru br
ALT Linux repositórios
S:1.4.14-alt1
5.0: 1.3.0-alt5
4.1: 1.3.0-alt5
4.0: 1.3.0-alt5
3.0: 1.3.0-alt2

Group :: Desenvolvimento/Tcl
RPM: tcl-img

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define teaname img
%define major 1.3

Name: tcl-img
Version: 1.3.0
Release: alt5

Summary: Tcl Image Formats (Img)
License: BSD
Group: Development/Tcl
Url: http://tkimg.sf.net

Provides: %teaname = %version-%release
Obsoletes: %teaname

Source0: %name-%version.tar.bz2

BuildRequires: rpm-build-tcl >= 0.2-alt1
BuildRequires: libjpeg-devel libpng-devel zlib-devel
BuildRequires: tk-devel >= 8.4.0-alt1 rpm-build >= 4.0.4-alt41

%description
%name is a Tk enhancement, adding support for many other Image formats:
BMP, XBM, XPM, GIF, PNG, JPEG, postscript and others.

%prep
%setup -c
find . -name pkgIndex.tcl.in| while read; do
%teapatch -C ${REPLY%%/*}
sed -i 's/ at lib at /%_lib/' ${REPLY}
done

%build
find . -name configure.in |while read; do
   (cd ${REPLY%%/*} && autoconf)
done
%configure
%make_build

%install
%make_install DESTDIR=%buildroot install
find %buildroot%_tcldatadir -name pkgIndex.tcl|\
grep -v tkimg%major |while read; do
grep -v '^\#' $REPLY
rm -rf ${REPLY%%/*}
done >> %buildroot%_tcldatadir/tkimg%major/pkgIndex.tcl
find %buildroot '(' -path \*%_includedir/\* -o -path \*%_libdir/\*.sh \
-o -path \*%_libdir/\*.a ')' -delete

%files
%doc doc/*
%_tcllibdir/*.so
%_tcldatadir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009