Update to 2.36.1
- Removed unrecognized configure options - Include the man page in the rpm
This commit is contained in:
parent
8ada833cb0
commit
eb221ff3c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ librsvg-2.31.0.tar.bz2
|
||||
/librsvg-2.35.1.tar.xz
|
||||
/librsvg-2.35.2.tar.xz
|
||||
/librsvg-2.36.0.tar.xz
|
||||
/librsvg-2.36.1.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: librsvg2
|
||||
Summary: An SVG library based on cairo
|
||||
Version: 2.36.0
|
||||
Version: 2.36.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: LGPLv2+
|
||||
@ -58,10 +58,8 @@ export GDK_PIXBUF_QUERYLOADERS
|
||||
enable_pixbuf_loader=yes
|
||||
export enable_pixbuf_loader
|
||||
%configure --disable-static \
|
||||
--with-svgz \
|
||||
--disable-gtk-doc \
|
||||
--disable-gtk-theme \
|
||||
--with-croco \
|
||||
--enable-introspection
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -89,6 +87,7 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
||||
%{_libdir}/girepository-1.0/*
|
||||
%{_bindir}/rsvg-view-3
|
||||
%{_bindir}/rsvg-convert
|
||||
%{_mandir}/man1/rsvg-convert.1*
|
||||
|
||||
%files devel
|
||||
%{_libdir}/librsvg-2.so
|
||||
@ -99,6 +98,11 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.36.1-1
|
||||
- Update to 2.36.1
|
||||
- Removed unrecognized configure options
|
||||
- Include the man page in the rpm
|
||||
|
||||
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 2.36.0-1
|
||||
- Update to 2.36.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user