~ubuntu-branches/ubuntu/oneiric/imagemagick/oneiric-updates

« back to all changes in this revision

Viewing changes to ImageMagick.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Nelson A. de Oliveira
  • Date: 2010-06-20 19:59:55 UTC
  • mfrom: (6.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100620195955-n3eq0yenhycw888i
Tags: 7:6.6.2.6-1
* New upstream release;
* Change Recommends on ufraw to ufraw-batch (Closes: #579775);
* Fix FTBFS when using dash to run the configure script, by setting
  CONFIG_SHELL=/bin/bash (Closes: #582073, #583024). Thank you, Niko Tyni!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%define VERSION  @PACKAGE_VERSION@
2
 
%define Patchlevel  @PACKAGE_RELEASE@
 
1
%global VERSION  @PACKAGE_VERSION@
 
2
%global Patchlevel  @PACKAGE_RELEASE@
3
3
 
4
4
Name:           @PACKAGE_NAME@
5
5
Version:        %{VERSION}
12
12
 
13
13
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14
14
BuildRequires:  bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel
15
 
BuildRequires:  libtiff-devel, giflib-devel, zlib-devel, perl-devel
 
15
BuildRequires:  libtiff-devel, giflib-devel, zlib-devel, perl-devel >= 5.8.1
16
16
BuildRequires:  ghostscript-devel, djvulibre-devel
17
17
BuildRequires:  libwmf-devel, jasper-devel, libtool-ltdl-devel
18
18
BuildRequires:  libX11-devel, libXext-devel, libXt-devel
23
23
 
24
24
The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand (C), ChMagick (Ch), Magick++ (C++), JMagick (Java), L-Magick (Lisp), nMagick (Neko/haXe), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images automagically and dynamically.
25
25
 
26
 
ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you can freely use, copy, modify, and distribute. Its license is compatible with the GPL. It runs on all major operating systems.
 
26
ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute in both open and proprietary applications. It is distributed under an Apache 2.0-style license, approved by the OSI.
 
27
 
 
28
The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory and thread error detection to help prevent exploits.ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute in both open and proprietary applications. It is distributed under an Apache 2.0-style license, approved by the OSI.
 
29
 
 
30
The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory and thread error detection to help prevent exploits.
27
31
 
28
32
%package devel
29
33
Summary: Library links and header files for ImageMagick application development
107
111
%prep
108
112
%setup -q -n %{name}-%{VERSION}-%{Patchlevel}
109
113
sed -i 's/libltdl.la/libltdl.so/g' configure
 
114
iconv -f ISO-8859-1 -t UTF-8 README.txt > README.txt.tmp
110
115
touch -r README.txt README.txt.tmp
111
116
mv README.txt.tmp README.txt
112
117
# for %doc