Apply some changes from merge review

This commit is contained in:
besfahbo 2007-04-11 23:38:51 +00:00
parent 5f98ec9468
commit 74bdfe715d

View File

@ -11,10 +11,6 @@ License: LGPL/MPL
Group: System Environment/Libraries Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Obsoletes: libpixman <= 0.1.6
Obsoletes: libpixman-devel <= 0.1.6
Obsoletes: libpixman-debuginfo <= 0.1.6
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: libXrender-devel BuildRequires: libXrender-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
@ -29,7 +25,7 @@ display and print output. Currently supported output targets include
the X Window System, OpenGL (via glitz), in-memory image buffers, and the X Window System, OpenGL (via glitz), in-memory image buffers, and
image files (PDF, PostScript, and SVG). Cairo is designed to produce image files (PDF, PostScript, and SVG). Cairo is designed to produce
identical output on all output media while taking advantage of display identical output on all output media while taking advantage of display
hardware acceleration when available (eg. through the X Render hardware acceleration when available (e.g. through the X Render
Extension or OpenGL). Extension or OpenGL).
%package devel %package devel
@ -44,8 +40,8 @@ Requires: pkgconfig
%description devel %description devel
Developmental libraries and header files required for developing or Developmental libraries and header files required for developing or
compiling software which links to the cairo library, which is an open compiling software which links to the cairo graphics library, which is
source vector graphics library. an open source vector graphics library.
%prep %prep
%setup -q %setup -q
@ -75,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README %doc AUTHORS BIBLIOGRAPHY BUGS ChangeLog COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 NEWS PORTING_GUIDE README TODO ROADMAP
%{_libdir}/libcairo*.so.* %{_libdir}/libcairo*.so.*
%files devel %files devel