Accepting request 18567 from graphics
Copy from graphics/ImageMagick based on submit request 18567 from user pgajdos OBS-URL: https://build.opensuse.org/request/show/18567 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=23
This commit is contained in:
parent
c8e3d43ee2
commit
a348de5ee8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 12:25:34 CEST 2009 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
- splitted out doc package, see [bnc#533439]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 4 18:57:12 CEST 2009 - pgajdos@suse.cz
|
Tue Aug 4 18:57:12 CEST 2009 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ License: PERMISSIVE-OSI-COMPLIANT
|
|||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 6.5.4.8
|
Version: 6.5.4.8
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Viewer and Converter for Images
|
Summary: Viewer and Converter for Images
|
||||||
Url: http://www.imagemagick.org
|
Url: http://www.imagemagick.org
|
||||||
Source: ImageMagick-6.5.4-8.tar.bz2
|
Source: ImageMagick-6.5.4-8.tar.bz2
|
||||||
@ -96,6 +96,12 @@ Provides: ImageMagick-Magick++-devel
|
|||||||
Obsoletes: ImageMagick-Magick++-devel <= %{version}
|
Obsoletes: ImageMagick-Magick++-devel <= %{version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
License: PERMISSIVE-OSI-COMPLIANT
|
||||||
|
Summary: Document Files for ImageMagick Library
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: ImageMagick = %{version}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
rm -rf xtp-%{xtp_version}
|
rm -rf xtp-%{xtp_version}
|
||||||
%setup -n ImageMagick-6.5.4-8 -b 2
|
%setup -n ImageMagick-6.5.4-8 -b 2
|
||||||
@ -191,8 +197,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%docdir %{_defaultdocdir}/%{name}
|
%docdir %{_docdir}/%{name}
|
||||||
%{_defaultdocdir}/%{name}
|
%{_docdir}/%{name}/*.txt
|
||||||
|
%{_docdir}/%{name}/ChangeLog
|
||||||
|
%{_docdir}/%{name}/LICENSE
|
||||||
%{prefix}/bin/[^MW]*
|
%{prefix}/bin/[^MW]*
|
||||||
%doc %{_mandir}/man1/*
|
%doc %{_mandir}/man1/*
|
||||||
|
|
||||||
@ -263,6 +271,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/ImageMagick++.pc
|
%{_libdir}/pkgconfig/ImageMagick++.pc
|
||||||
%{_libdir}/pkgconfig/Magick++.pc
|
%{_libdir}/pkgconfig/Magick++.pc
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_docdir}/%{name}
|
||||||
|
%{_docdir}/%{name}/index.html
|
||||||
|
%{_docdir}/%{name}/www
|
||||||
|
%{_docdir}/%{name}/images
|
||||||
|
%{_docdir}/%{name}/scenes
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ImageMagick is a robust collection of tools and libraries to read,
|
ImageMagick is a robust collection of tools and libraries to read,
|
||||||
write, and manipulate an image in many image formats, including popular
|
write, and manipulate an image in many image formats, including popular
|
||||||
@ -404,4 +420,7 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
HTML documentation for ImageMagick library and scene examples.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user