Changeset 7063
- Timestamp:
- 03/05/12 20:15:16 (16 months ago)
- Location:
- ImageMagick/branches/ImageMagick-6.7.6
- Files:
-
- 2 edited
-
ImageMagick.spec (modified) (17 diffs)
-
ImageMagick.spec.in (modified) (17 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/branches/ImageMagick-6.7.6/ImageMagick.spec
r7059 r7063 2 2 %global Patchlevel 0 3 3 4 Name: ImageMagick5 Version: %{VERSION}6 Release: %{Patchlevel}7 Summary: Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats. In addition resize, rotate, shear, distort and transform images.8 Group: Applications/Multimedia9 License: http://www.imagemagick.org/script/license.php10 Url: http://www.imagemagick.org/11 Source0: http://www.imagemagick.org/download/%{name}/%{name}-%{VERSION}-%{Patchlevel}.tar.bz212 13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)14 BuildRequires: bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel15 BuildRequires: libtiff-devel, giflib-devel, zlib-devel, perl-devel >= 5.8.116 BuildRequires: ghostscript-devel, djvulibre-devel17 BuildRequires: libwmf-devel, jasper-devel, libtool-ltdl-devel18 BuildRequires: libX11-devel, libXext-devel, libXt-devel19 BuildRequires: lcms-devel, libxml2-devel, librsvg2-devel, OpenEXR-devel4 Name: ImageMagick 5 Version: %{VERSION}.%{Patchlevel} 6 Release: 3%{?dist} 7 Summary: An X application for displaying and manipulating images 8 Group: Applications/Multimedia 9 License: ImageMagick 10 Url: http://www.imagemagick.org/ 11 Source0: ftp://ftp.ImageMagick.org/pub/%{name}/%{name}-%{VERSION}-%{Patchlevel}.tar.xz 12 13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 14 BuildRequires: bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel 15 BuildRequires: libtiff-devel, giflib-devel, zlib-devel, perl-devel >= 5.8.1 16 BuildRequires: ghostscript-devel, djvulibre-devel 17 BuildRequires: libwmf-devel, jasper-devel, libtool-ltdl-devel 18 BuildRequires: libX11-devel, libXext-devel, libXt-devel 19 BuildRequires: lcms-devel, libxml2-devel, librsvg2-devel, OpenEXR-devel 20 20 21 21 %description 22 ImageMagick is a software suite to create, edit, and compose bitmap images. It 23 can read, convert and write images in a variety of formats (about 100) 24 including DPX, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, 25 and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear 26 and transform images, adjust image colors, apply various special effects, 27 or draw text, lines, polygons, ellipses and Bézier curves. 28 29 The functionality of ImageMagick is typically utilized from the command line 30 or you can use the features from programs written in your favorite programming 31 language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand 32 (C), ChMagick (Ch), Magick++ (C++), JMagick (Java), L-Magick (Lisp), nMagick 33 (Neko/haXe), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP 34 (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a 35 language interface, use ImageMagick to modify or create images automagically 36 and dynamically. 37 38 ImageMagick is free software delivered as a ready-to-run binary distribution 39 or as source code that you may freely use, copy, modify, and distribute in 40 both open and proprietary applications. It is distributed under an Apache 41 2.0-style license, approved by the OSI. 42 43 The ImageMagick development process ensures a stable API and ABI. Before 44 each ImageMagick release, we perform a comprehensive security assessment that 45 includes memory and thread error detection to help prevent exploits.ImageMagick 46 is free software delivered as a ready-to-run binary distribution or as source 47 code that you may freely use, copy, modify, and distribute in both open and 48 proprietary applications. It is distributed under an Apache 2.0-style license, 49 approved by the OSI. 22 ImageMagick is an image display and manipulation tool for the X 23 Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF, 24 and Photo CD image formats. It can resize, rotate, sharpen, color 25 reduce, or add special effects to an image, and when finished you can 26 either save the completed work in the original format or a different 27 one. ImageMagick also includes command line programs for creating 28 animated or transparent .gifs, creating composite images, creating 29 thumbnail images, and more. 30 31 ImageMagick is one of your choices if you need a program to manipulate 32 and display images. If you want to develop your own applications 33 which use ImageMagick code or APIs, you need to install 34 ImageMagick-devel as well. 50 35 51 36 52 37 %package devel 53 Summary: Library links and header files for ImageMagick app licationdevelopment38 Summary: Library links and header files for ImageMagick app development 54 39 Group: Development/Libraries 55 40 Requires: %{name} = %{version}-%{release} … … 75 60 76 61 77 %package doc78 Summary: ImageMagick HTML documentation79 Group: Documentation80 81 82 62 %package djvu 83 63 Summary: DjVu plugin for ImageMagick … … 90 70 91 71 72 %package doc 73 Summary: ImageMagick html documentation 74 Group: Documentation 75 92 76 %description doc 93 77 ImageMagick documentation, this package contains usage (for the 94 commandline tools) and API (for the libraries) documentation in HTMLformat.78 commandline tools) and API (for the libraries) documentation in html format. 95 79 Note this documentation can also be found on the ImageMagick website: 96 http://www.imagemagick.org/ .80 http://www.imagemagick.org/ 97 81 98 82 … … 103 87 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) 104 88 105 106 89 %description perl 107 90 Perl bindings to ImageMagick. … … 137 120 or APIs, you'll need to install ImageMagick-c++-devel, ImageMagick-devel and 138 121 ImageMagick. 139 140 122 You don't need to install it if you just want to use ImageMagick, or if you 141 123 want to develop/compile applications using the ImageMagick C interface, … … 149 131 touch -r README.txt README.txt.tmp 150 132 mv README.txt.tmp README.txt 151 # for % %doc133 # for %doc 152 134 mkdir Magick++/examples 153 135 cp -p Magick++/demo/*.cpp Magick++/demo/*.miff Magick++/examples 136 154 137 155 138 %build … … 166 149 --with-rsvg \ 167 150 --with-xml \ 168 --with-perl-options= 'INSTALLDIRS=vendor'\151 --with-perl-options="INSTALLDIRS=vendor %{?perl_prefix} CC='%__cc -L$PWD/magick/.libs' LDDLFLAGS='-shared -L$PWD/magick/.libs'" \ 169 152 --without-dps \ 170 153 --without-included-ltdl --with-ltdl-include=%{_includedir} \ … … 178 161 179 162 %install 180 rm -rf $RPM_BUILD_ROOT 181 182 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" 183 cp -a www/source $RPM_BUILD_ROOT%{_datadir}/doc/%{name} 184 rm $RPM_BUILD_ROOT%{_libdir}/*.la 163 rm -rf %{buildroot} 164 165 make install DESTDIR=%{buildroot} INSTALL="install -p" 166 cp -a www/source %{buildroot}%{_datadir}/doc/%{name}-%{VERSION} 167 # Delete *ONLY* _libdir/*.la files! .la files used internally to handle plugins - BUG#185237!!! 168 rm %{buildroot}%{_libdir}/*.la 185 169 186 170 # fix weird perl Magick.so permissions 187 chmod 755 $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Image/Magick/Magick.so171 chmod 755 %{buildroot}%{perl_vendorarch}/auto/Image/Magick/Magick.so 188 172 189 173 # perlmagick: fix perl path of demo files … … 191 175 192 176 # perlmagick: cleanup various perl tempfiles from the build which get installed 193 find $RPM_BUILD_ROOT-name "*.bs" |xargs rm -f194 find $RPM_BUILD_ROOT-name ".packlist" |xargs rm -f195 find $RPM_BUILD_ROOT-name "perllocal.pod" |xargs rm -f177 find %{buildroot} -name "*.bs" |xargs rm -f 178 find %{buildroot} -name ".packlist" |xargs rm -f 179 find %{buildroot} -name "perllocal.pod" |xargs rm -f 196 180 197 181 # perlmagick: build files list 198 182 echo "%defattr(-,root,root,-)" > perl-pkg-files 199 find $RPM_BUILD_ROOT/%{_libdir}/perl* -type f -print \200 | sed "s@^ $RPM_BUILD_ROOT@@g" > perl-pkg-files201 find $RPM_BUILD_ROOT%{perl_vendorarch} -type d -print \202 | sed "s@^ $RPM_BUILD_ROOT@%dir @g" \183 find %{buildroot}/%{_libdir}/perl* -type f -print \ 184 | sed "s@^%{buildroot}@@g" > perl-pkg-files 185 find %{buildroot}%{perl_vendorarch} -type d -print \ 186 | sed "s@^%{buildroot}@%dir @g" \ 203 187 | grep -v '^%dir %{perl_vendorarch}$' \ 204 188 | grep -v '/auto$' >> perl-pkg-files … … 215 199 %endif 216 200 217 mv $RPM_BUILD_ROOT%{_includedir}/%{name}/magick/magick-config.h \218 $RPM_BUILD_ROOT%{_includedir}/%{name}/magick/magick-config-%{wordsize}.h219 220 cat > $RPM_BUILD_ROOT%{_includedir}/%{name}/magick/magick-config.h <<EOF201 mv %{buildroot}%{_includedir}/%{name}/magick/magick-config.h \ 202 %{buildroot}%{_includedir}/%{name}/magick/magick-config-%{wordsize}.h 203 204 cat >%{buildroot}%{_includedir}/%{name}/magick/magick-config.h <<EOF 221 205 #ifndef IMAGEMAGICK_MULTILIB 222 206 #define IMAGEMAGICK_MULTILIB … … 235 219 EOF 236 220 221 # Fonts must be packaged separately. It does nothave matter and demos work without it. 222 rm PerlMagick/demo/Generic.ttf 223 224 # From version around 6.7.5-6 docs go to unversioned dir. Fixing 225 mv %{buildroot}/%{_datadir}/doc/%{name} %{buildroot}/%{_datadir}/doc/%{name}-%{VERSION} 226 237 227 %clean 238 rm -rf $RPM_BUILD_ROOT228 rm -rf %{buildroot} 239 229 240 230 … … 252 242 %doc QuickStart.txt ChangeLog Platforms.txt 253 243 %doc README.txt LICENSE NOTICE AUTHORS.txt NEWS.txt 254 %{_libdir}/libMagickCore.so* 255 %{_libdir}/libMagickWand.so* 256 %{_libdir}/%{name}-%{VERSION} 244 %{_libdir}/libMagickCore.so.5* 245 %{_libdir}/libMagickWand.so.5* 257 246 %{_bindir}/[a-z]* 258 %{_sysconfdir}/%{name}259 247 %{_libdir}/%{name}-%{VERSION} 260 248 %{_datadir}/%{name}-%{VERSION} 261 %{_mandir}/man[145]/[a-z A-Z]*249 %{_mandir}/man[145]/[a-z]* 262 250 %{_mandir}/man1/%{name}.* 263 251 %exclude %{_libdir}/%{name}-%{VERSION}/modules-Q16/coders/djvu.* 264 252 %{_sysconfdir}/%{name} 265 253 266 254 %files devel … … 270 258 %{_bindir}/MagickWand-config 271 259 %{_bindir}/Wand-config 272 %{_libdir}/libMagickCore.so *273 %{_libdir}/libMagickWand.so *260 %{_libdir}/libMagickCore.so 261 %{_libdir}/libMagickWand.so 274 262 %{_libdir}/pkgconfig/MagickCore.pc 275 263 %{_libdir}/pkgconfig/ImageMagick.pc … … 286 274 %files djvu 287 275 %defattr(-,root,root,-) 288 %{_libdir}/%{name}-%{ version}/modules-Q16/coders/djvu.*276 %{_libdir}/%{name}-%{VERSION}/modules-Q16/coders/djvu.* 289 277 290 278 %files doc 291 279 %defattr(-,root,root,-) 292 %doc %{_datadir}/doc/%{name} 280 %doc %{_datadir}/doc/%{name}-%{VERSION} 293 281 %doc LICENSE 294 282 … … 297 285 %doc Magick++/AUTHORS Magick++/ChangeLog Magick++/NEWS Magick++/README 298 286 %doc www/Magick++/COPYING 299 %{_libdir}/libMagick++.so *287 %{_libdir}/libMagick++.so.5* 300 288 301 289 %files c++-devel … … 305 293 %{_includedir}/%{name}/Magick++ 306 294 %{_includedir}/%{name}/Magick++.h 307 %{_libdir}/libMagick++.so *295 %{_libdir}/libMagick++.so 308 296 %{_libdir}/pkgconfig/Magick++.pc 309 297 %{_libdir}/pkgconfig/ImageMagick++.pc … … 315 303 %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt 316 304 317 318 305 %changelog 319 306 * Sun May 01 2005 Cristy <cristy@mystic.es.dupont.com> 1.0-0 -
ImageMagick/branches/ImageMagick-6.7.6/ImageMagick.spec.in
r6017 r7063 2 2 %global Patchlevel @PACKAGE_RELEASE@ 3 3 4 Name: @PACKAGE_NAME@5 Version: %{VERSION}6 Release: %{Patchlevel}7 Summary: Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats. In addition resize, rotate, shear, distort and transform images.8 Group: Applications/Multimedia9 License: http://www.imagemagick.org/script/license.php10 Url: http://www.imagemagick.org/11 Source0: http://www.imagemagick.org/download/%{name}/%{name}-%{VERSION}-%{Patchlevel}.tar.bz212 13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)14 BuildRequires: bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel15 BuildRequires: libtiff-devel, giflib-devel, zlib-devel, perl-devel >= 5.8.116 BuildRequires: ghostscript-devel, djvulibre-devel17 BuildRequires: libwmf-devel, jasper-devel, libtool-ltdl-devel18 BuildRequires: libX11-devel, libXext-devel, libXt-devel19 BuildRequires: lcms-devel, libxml2-devel, librsvg2-devel, OpenEXR-devel4 Name: ImageMagick 5 Version: %{VERSION}.%{Patchlevel} 6 Release: 3%{?dist} 7 Summary: An X application for displaying and manipulating images 8 Group: Applications/Multimedia 9 License: ImageMagick 10 Url: http://www.imagemagick.org/ 11 Source0: ftp://ftp.ImageMagick.org/pub/%{name}/%{name}-%{VERSION}-%{Patchlevel}.tar.xz 12 13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 14 BuildRequires: bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel 15 BuildRequires: libtiff-devel, giflib-devel, zlib-devel, perl-devel >= 5.8.1 16 BuildRequires: ghostscript-devel, djvulibre-devel 17 BuildRequires: libwmf-devel, jasper-devel, libtool-ltdl-devel 18 BuildRequires: libX11-devel, libXext-devel, libXt-devel 19 BuildRequires: lcms-devel, libxml2-devel, librsvg2-devel, OpenEXR-devel 20 20 21 21 %description 22 ImageMagick is a software suite to create, edit, and compose bitmap images. It 23 can read, convert and write images in a variety of formats (about 100) 24 including DPX, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, 25 and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear 26 and transform images, adjust image colors, apply various special effects, 27 or draw text, lines, polygons, ellipses and Bézier curves. 28 29 The functionality of ImageMagick is typically utilized from the command line 30 or you can use the features from programs written in your favorite programming 31 language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand 32 (C), ChMagick (Ch), Magick++ (C++), JMagick (Java), L-Magick (Lisp), nMagick 33 (Neko/haXe), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP 34 (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a 35 language interface, use ImageMagick to modify or create images automagically 36 and dynamically. 37 38 ImageMagick is free software delivered as a ready-to-run binary distribution 39 or as source code that you may freely use, copy, modify, and distribute in 40 both open and proprietary applications. It is distributed under an Apache 41 2.0-style license, approved by the OSI. 42 43 The ImageMagick development process ensures a stable API and ABI. Before 44 each ImageMagick release, we perform a comprehensive security assessment that 45 includes memory and thread error detection to help prevent exploits.ImageMagick 46 is free software delivered as a ready-to-run binary distribution or as source 47 code that you may freely use, copy, modify, and distribute in both open and 48 proprietary applications. It is distributed under an Apache 2.0-style license, 49 approved by the OSI. 22 ImageMagick is an image display and manipulation tool for the X 23 Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF, 24 and Photo CD image formats. It can resize, rotate, sharpen, color 25 reduce, or add special effects to an image, and when finished you can 26 either save the completed work in the original format or a different 27 one. ImageMagick also includes command line programs for creating 28 animated or transparent .gifs, creating composite images, creating 29 thumbnail images, and more. 30 31 ImageMagick is one of your choices if you need a program to manipulate 32 and display images. If you want to develop your own applications 33 which use ImageMagick code or APIs, you need to install 34 ImageMagick-devel as well. 50 35 51 36 52 37 %package devel 53 Summary: Library links and header files for ImageMagick app licationdevelopment38 Summary: Library links and header files for ImageMagick app development 54 39 Group: Development/Libraries 55 40 Requires: %{name} = %{version}-%{release} … … 75 60 76 61 77 %package doc78 Summary: ImageMagick HTML documentation79 Group: Documentation80 81 82 62 %package djvu 83 63 Summary: DjVu plugin for ImageMagick … … 90 70 91 71 72 %package doc 73 Summary: ImageMagick html documentation 74 Group: Documentation 75 92 76 %description doc 93 77 ImageMagick documentation, this package contains usage (for the 94 commandline tools) and API (for the libraries) documentation in HTMLformat.78 commandline tools) and API (for the libraries) documentation in html format. 95 79 Note this documentation can also be found on the ImageMagick website: 96 http://www.imagemagick.org/ .80 http://www.imagemagick.org/ 97 81 98 82 … … 103 87 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) 104 88 105 106 89 %description perl 107 90 Perl bindings to ImageMagick. … … 137 120 or APIs, you'll need to install ImageMagick-c++-devel, ImageMagick-devel and 138 121 ImageMagick. 139 140 122 You don't need to install it if you just want to use ImageMagick, or if you 141 123 want to develop/compile applications using the ImageMagick C interface, … … 149 131 touch -r README.txt README.txt.tmp 150 132 mv README.txt.tmp README.txt 151 # for % %doc133 # for %doc 152 134 mkdir Magick++/examples 153 135 cp -p Magick++/demo/*.cpp Magick++/demo/*.miff Magick++/examples 136 154 137 155 138 %build … … 166 149 --with-rsvg \ 167 150 --with-xml \ 168 --with-perl-options= 'INSTALLDIRS=vendor'\151 --with-perl-options="INSTALLDIRS=vendor %{?perl_prefix} CC='%__cc -L$PWD/magick/.libs' LDDLFLAGS='-shared -L$PWD/magick/.libs'" \ 169 152 --without-dps \ 170 153 --without-included-ltdl --with-ltdl-include=%{_includedir} \ … … 178 161 179 162 %install 180 rm -rf $RPM_BUILD_ROOT 181 182 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" 183 cp -a www/source $RPM_BUILD_ROOT%{_datadir}/doc/%{name} 184 rm $RPM_BUILD_ROOT%{_libdir}/*.la 163 rm -rf %{buildroot} 164 165 make install DESTDIR=%{buildroot} INSTALL="install -p" 166 cp -a www/source %{buildroot}%{_datadir}/doc/%{name}-%{VERSION} 167 # Delete *ONLY* _libdir/*.la files! .la files used internally to handle plugins - BUG#185237!!! 168 rm %{buildroot}%{_libdir}/*.la 185 169 186 170 # fix weird perl Magick.so permissions 187 chmod 755 $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Image/Magick/Magick.so171 chmod 755 %{buildroot}%{perl_vendorarch}/auto/Image/Magick/Magick.so 188 172 189 173 # perlmagick: fix perl path of demo files … … 191 175 192 176 # perlmagick: cleanup various perl tempfiles from the build which get installed 193 find $RPM_BUILD_ROOT-name "*.bs" |xargs rm -f194 find $RPM_BUILD_ROOT-name ".packlist" |xargs rm -f195 find $RPM_BUILD_ROOT-name "perllocal.pod" |xargs rm -f177 find %{buildroot} -name "*.bs" |xargs rm -f 178 find %{buildroot} -name ".packlist" |xargs rm -f 179 find %{buildroot} -name "perllocal.pod" |xargs rm -f 196 180 197 181 # perlmagick: build files list 198 182 echo "%defattr(-,root,root,-)" > perl-pkg-files 199 find $RPM_BUILD_ROOT/%{_libdir}/perl* -type f -print \200 | sed "s@^ $RPM_BUILD_ROOT@@g" > perl-pkg-files201 find $RPM_BUILD_ROOT%{perl_vendorarch} -type d -print \202 | sed "s@^ $RPM_BUILD_ROOT@%dir @g" \183 find %{buildroot}/%{_libdir}/perl* -type f -print \ 184 | sed "s@^%{buildroot}@@g" > perl-pkg-files 185 find %{buildroot}%{perl_vendorarch} -type d -print \ 186 | sed "s@^%{buildroot}@%dir @g" \ 203 187 | grep -v '^%dir %{perl_vendorarch}$' \ 204 188 | grep -v '/auto$' >> perl-pkg-files … … 215 199 %endif 216 200 217 mv $RPM_BUILD_ROOT%{_includedir}/%{name}/magick/magick-config.h \218 $RPM_BUILD_ROOT%{_includedir}/%{name}/magick/magick-config-%{wordsize}.h219 220 cat > $RPM_BUILD_ROOT%{_includedir}/%{name}/magick/magick-config.h <<EOF201 mv %{buildroot}%{_includedir}/%{name}/magick/magick-config.h \ 202 %{buildroot}%{_includedir}/%{name}/magick/magick-config-%{wordsize}.h 203 204 cat >%{buildroot}%{_includedir}/%{name}/magick/magick-config.h <<EOF 221 205 #ifndef IMAGEMAGICK_MULTILIB 222 206 #define IMAGEMAGICK_MULTILIB … … 235 219 EOF 236 220 221 # Fonts must be packaged separately. It does nothave matter and demos work without it. 222 rm PerlMagick/demo/Generic.ttf 223 224 # From version around 6.7.5-6 docs go to unversioned dir. Fixing 225 mv %{buildroot}/%{_datadir}/doc/%{name} %{buildroot}/%{_datadir}/doc/%{name}-%{VERSION} 226 237 227 %clean 238 rm -rf $RPM_BUILD_ROOT228 rm -rf %{buildroot} 239 229 240 230 … … 252 242 %doc QuickStart.txt ChangeLog Platforms.txt 253 243 %doc README.txt LICENSE NOTICE AUTHORS.txt NEWS.txt 254 %{_libdir}/libMagickCore.so* 255 %{_libdir}/libMagickWand.so* 256 %{_libdir}/%{name}-%{VERSION} 244 %{_libdir}/libMagickCore.so.5* 245 %{_libdir}/libMagickWand.so.5* 257 246 %{_bindir}/[a-z]* 258 %{_sysconfdir}/%{name}259 247 %{_libdir}/%{name}-%{VERSION} 260 248 %{_datadir}/%{name}-%{VERSION} 261 %{_mandir}/man[145]/[a-z A-Z]*249 %{_mandir}/man[145]/[a-z]* 262 250 %{_mandir}/man1/%{name}.* 263 251 %exclude %{_libdir}/%{name}-%{VERSION}/modules-Q16/coders/djvu.* 264 252 %{_sysconfdir}/%{name} 265 253 266 254 %files devel … … 270 258 %{_bindir}/MagickWand-config 271 259 %{_bindir}/Wand-config 272 %{_libdir}/libMagickCore.so *273 %{_libdir}/libMagickWand.so *260 %{_libdir}/libMagickCore.so 261 %{_libdir}/libMagickWand.so 274 262 %{_libdir}/pkgconfig/MagickCore.pc 275 263 %{_libdir}/pkgconfig/ImageMagick.pc … … 286 274 %files djvu 287 275 %defattr(-,root,root,-) 288 %{_libdir}/%{name}-%{ version}/modules-Q16/coders/djvu.*276 %{_libdir}/%{name}-%{VERSION}/modules-Q16/coders/djvu.* 289 277 290 278 %files doc 291 279 %defattr(-,root,root,-) 292 %doc %{_datadir}/doc/%{name} 280 %doc %{_datadir}/doc/%{name}-%{VERSION} 293 281 %doc LICENSE 294 282 … … 297 285 %doc Magick++/AUTHORS Magick++/ChangeLog Magick++/NEWS Magick++/README 298 286 %doc www/Magick++/COPYING 299 %{_libdir}/libMagick++.so *287 %{_libdir}/libMagick++.so.5* 300 288 301 289 %files c++-devel … … 305 293 %{_includedir}/%{name}/Magick++ 306 294 %{_includedir}/%{name}/Magick++.h 307 %{_libdir}/libMagick++.so *295 %{_libdir}/libMagick++.so 308 296 %{_libdir}/pkgconfig/Magick++.pc 309 297 %{_libdir}/pkgconfig/ImageMagick++.pc … … 315 303 %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt 316 304 317 318 305 %changelog 319 306 * Sun May 01 2005 Cristy <cristy@mystic.es.dupont.com> 1.0-0
Note: See TracChangeset
for help on using the changeset viewer.
