forked from pool/cairo
This commit is contained in:
parent
0c8c4a747f
commit
1dacd05863
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 2 01:32:06 CEST 2009 - captain.magnus@opensuse.org
|
||||||
|
|
||||||
|
- Fix packaging bug (Use %{_libdir}/cairo/*.so.* instead of
|
||||||
|
%dir %{_libdir}/cairo/*.so.*)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 3 22:14:06 CEST 2009 - captain.magnus@opensuse.org
|
Fri Jul 3 22:14:06 CEST 2009 - captain.magnus@opensuse.org
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Group: Development/Libraries/X11
|
|||||||
Summary: Vector Graphics Library with Cross-Device Output Support
|
Summary: Vector Graphics Library with Cross-Device Output Support
|
||||||
Url: http://cairographics.org/
|
Url: http://cairographics.org/
|
||||||
Version: 1.9.2
|
Version: 1.9.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
# PATCH-FIX-UPSTREAM cairo-missing-include.patch-fdo22610.patch captain.magnus@opensuse.org -- Add missing include to silence OBS
|
# PATCH-FIX-UPSTREAM cairo-missing-include.patch-fdo22610.patch captain.magnus@opensuse.org -- Add missing include to silence OBS
|
||||||
Patch0: cairo-missing-include-fdo22610.patch
|
Patch0: cairo-missing-include-fdo22610.patch
|
||||||
@ -120,7 +120,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 ChangeLog NEWS README
|
%doc AUTHORS COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 ChangeLog NEWS README
|
||||||
%dir %{_libdir}/cairo
|
%dir %{_libdir}/cairo
|
||||||
%dir %{_libdir}/cairo/*.so.*
|
%{_libdir}/cairo/*.so.*
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_bindir}/cairo-trace
|
%{_bindir}/cairo-trace
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user