Update to 6.4.5-4

This commit is contained in:
Matthias Clasen 2005-11-01 17:54:23 +00:00
parent c01abc7beb
commit 50f9029fe5
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# ImageMagick has adopted a new Version.Patchlevel version numbering system... # ImageMagick has adopted a new Version.Patchlevel version numbering system...
# 5.4.0.3 is actually version 5.4.0, Patchlevel 3. # 5.4.0.3 is actually version 5.4.0, Patchlevel 3.
%define VER 6.2.4 %define VER 6.2.5
%define Patchlevel 6 %define Patchlevel 4
Summary: An X application for displaying and manipulating images. Summary: An X application for displaying and manipulating images.
Name: ImageMagick Name: ImageMagick
%if "%{Patchlevel}" != "" %if "%{Patchlevel}" != ""
@ -9,7 +9,7 @@ Version: %{VER}.%{Patchlevel}
%else %else
Version: %{VER} Version: %{VER}
%endif %endif
Release: 5 Release: 1
License: freeware License: freeware
Group: Applications/Multimedia Group: Applications/Multimedia
%if "%{Patchlevel}" != "" %if "%{Patchlevel}" != ""
@ -176,7 +176,6 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc index.html www/ images/
%doc QuickStart.txt ChangeLog Platforms.txt %doc QuickStart.txt ChangeLog Platforms.txt
%doc README.txt LICENSE NOTICE AUTHORS NEWS %doc README.txt LICENSE NOTICE AUTHORS NEWS
%attr(755,root,root) %{_libdir}/libMagick.so.* %attr(755,root,root) %{_libdir}/libMagick.so.*
@ -186,6 +185,7 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/ImageMagick* %{_datadir}/ImageMagick*
%{_mandir}/man[145]/[a-z]* %{_mandir}/man[145]/[a-z]*
%{_mandir}/man1/ImageMagick.* %{_mandir}/man1/ImageMagick.*
%{_datadir}/doc/ImageMagick*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)