Update to 2.36.3
- Package the librsvg Vala bindings
This commit is contained in:
parent
ddc8aeef44
commit
e46f124248
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ librsvg-2.31.0.tar.bz2
|
|||||||
/librsvg-2.35.2.tar.xz
|
/librsvg-2.35.2.tar.xz
|
||||||
/librsvg-2.36.0.tar.xz
|
/librsvg-2.36.0.tar.xz
|
||||||
/librsvg-2.36.1.tar.xz
|
/librsvg-2.36.1.tar.xz
|
||||||
|
/librsvg-2.36.3.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: librsvg2
|
Name: librsvg2
|
||||||
Summary: An SVG library based on cairo
|
Summary: An SVG library based on cairo
|
||||||
Version: 2.36.1
|
Version: 2.36.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -24,6 +24,8 @@ BuildRequires: libgsf-devel
|
|||||||
BuildRequires: libcroco-devel
|
BuildRequires: libcroco-devel
|
||||||
BuildRequires: libgsf-devel
|
BuildRequires: libgsf-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
|
BuildRequires: vala-devel
|
||||||
|
BuildRequires: vala-tools
|
||||||
# grr, librsvg does not install api docs if --disable-gtk-doc
|
# grr, librsvg does not install api docs if --disable-gtk-doc
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -94,10 +96,17 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
|||||||
%{_includedir}/librsvg-2.0
|
%{_includedir}/librsvg-2.0
|
||||||
%{_libdir}/pkgconfig/librsvg-2.0.pc
|
%{_libdir}/pkgconfig/librsvg-2.0.pc
|
||||||
%{_datadir}/gir-1.0/*
|
%{_datadir}/gir-1.0/*
|
||||||
|
%dir %{_datadir}/vala
|
||||||
|
%dir %{_datadir}/vala/vapi
|
||||||
|
%{_datadir}/vala/vapi/librsvg-2.0.vapi
|
||||||
%doc %{_datadir}/gtk-doc/html/rsvg-2.0
|
%doc %{_datadir}/gtk-doc/html/rsvg-2.0
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 23 2012 Kalev Lember <kalevlember@gmail.com> - 2.36.3-1
|
||||||
|
- Update to 2.36.3
|
||||||
|
- Package the librsvg Vala bindings
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.36.1-2
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.36.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user