/[packages]/updates/3/imagemagick/current/SPECS/imagemagick.spec
ViewVC logotype

Diff of /updates/3/imagemagick/current/SPECS/imagemagick.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 142181 by fwang, Sat Sep 10 14:10:25 2011 UTC revision 154005 by fwang, Wed Oct 12 00:41:36 2011 UTC
# Line 9  Line 9 
9  # V E R S I O N   P A R T S  # V E R S I O N   P A R T S
10    
11  # their "official" version  # their "official" version
12  %define rversion 6.7.2  %define rversion 6.7.3
13    
14  # their "minor" version  # their "minor" version
15  %define minor_rev 3  %define minor_rev 0
16    
17  # some other funny version  # some other funny version
18  # (aw) from the docs: Versions with Q8 in the name are 8 bits-per-pixel  # (aw) from the docs: Versions with Q8 in the name are 8 bits-per-pixel
# Line 25  Line 25 
25  # the full file version  # the full file version
26  %define dversion %{rversion}-%{minor_rev}  %define dversion %{rversion}-%{minor_rev}
27    
28  %define major 4  %define major 5
29    
30  %define libname %mklibname magick %{major}  %define libname %mklibname magick %{major}
31  %define develname %mklibname magick -d  %define develname %mklibname magick -d
# Line 33  Line 33 
33  Summary:        An X application for displaying and manipulating images  Summary:        An X application for displaying and manipulating images
34  Name:           imagemagick  Name:           imagemagick
35  Version:        %{rversion}.%{minor_rev}  Version:        %{rversion}.%{minor_rev}
36  Release:        %mkrel 3  Release:        %mkrel 1
37  License:        BSD-like  License:        BSD-like
38  Group:          Graphics  Group:          Graphics
39  URL:            http://www.imagemagick.org/  URL:            http://www.imagemagick.org/
# Line 193  export PATH=/bin:/usr/bin Line 193  export PATH=/bin:/usr/bin
193  %configure2_5x \  %configure2_5x \
194      --docdir=%{_defaultdocdir}/imagemagick \      --docdir=%{_defaultdocdir}/imagemagick \
195      --with-pic \      --with-pic \
196      --enable-shared \      --enable-shared --disable-static \
197      --enable-fast-install \      --enable-fast-install \
198      --disable-ltdl-install \      --disable-ltdl-install \
199      --with-threads \      --with-threads \
# Line 245  rm -rf %{buildroot} Line 245  rm -rf %{buildroot}
245  rm -rf installed_docs; mv %{buildroot}/installed_docs .  rm -rf installed_docs; mv %{buildroot}/installed_docs .
246    
247  # Remove unpackaged files  # Remove unpackaged files
248  rm -f %{buildroot}%{_libdir}/ImageMagick-%{rversion}/modules-%{qlev}/coders/*.a \  find %{buildroot} -name '*.la' | xargs rm
249        %{buildroot}%{_libdir}/ImageMagick-%{rversion}/modules-%{qlev}/filters/*.a \  rm -f %{buildroot}%{_libdir}/libltdl*
       %{buildroot}%{_libdir}/libltdl*  
250    
251  %multiarch_binaries %{buildroot}%{_bindir}/Magick-config  %multiarch_binaries %{buildroot}%{_bindir}/Magick-config
252  %multiarch_binaries %{buildroot}%{_bindir}/Magick++-config  %multiarch_binaries %{buildroot}%{_bindir}/Magick++-config
# Line 338  rm -rf %{buildroot} Line 337  rm -rf %{buildroot}
337  %{_bindir}/MagickCore-config  %{_bindir}/MagickCore-config
338  %{_bindir}/MagickWand-config  %{_bindir}/MagickWand-config
339  %{_bindir}/Wand-config  %{_bindir}/Wand-config
 %attr(0644,root,root) %{_libdir}/*.a  
 %attr(0644,root,root) %{_libdir}/*.la  
340  %{_libdir}/*.so  %{_libdir}/*.so
341  %{_libdir}/pkgconfig/*.pc  %{_libdir}/pkgconfig/*.pc
342    
# Line 353  rm -rf %{buildroot} Line 350  rm -rf %{buildroot}
350  %defattr(-,root,root)  %defattr(-,root,root)
351  %doc ImageMagick.pdf ChangeLog LICENSE NEWS* NOTICE  %doc ImageMagick.pdf ChangeLog LICENSE NEWS* NOTICE
352  %doc QuickStart.txt installed_docs/*  %doc QuickStart.txt installed_docs/*
   
   

Legend:
Removed from v.142181  
changed lines
  Added in v.154005

  ViewVC Help
Powered by ViewVC 1.1.30