]> git.pld-linux.org Git - packages/librsvg.git/commitdiff
- move themes/bubble to gtk2 package auto/th/librsvg-2.36.4-2
authorElan Ruusamäe <glen@delfi.ee>
Mon, 24 Dec 2012 17:23:43 +0000 (19:23 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 24 Dec 2012 17:23:43 +0000 (19:23 +0200)
librsvg.spec
rsvg [changed mode: 0644->0755]

index 7b27a0bf2b2cdb4f50f8b9445add7b794327437c..c31bc559221ea18526ac861a94915319c3ea4d02 100644 (file)
@@ -4,11 +4,9 @@
 %bcond_without gtk2            # legacy gtk+2 support
 %bcond_without libcroco        # build without CSS support through libcroco
 %bcond_without static_libs     # don't build static library
-#
 
 %define                ver     2.36
 %define                pver    4
-
 Summary:       A Raph's Library for Rendering SVG Data
 Summary(pl.UTF-8):     Biblioteka Raph's SVG do renderowania danych SVG
 Summary(pt_BR.UTF-8):  Biblioteca SVG
@@ -16,7 +14,7 @@ Summary(ru.UTF-8):    SVG библиотека
 Summary(uk.UTF-8):     SVG бібліотека
 Name:          librsvg
 Version:       %{ver}.%{pver}
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL v2+
 Group:         X11/Libraries
@@ -240,7 +238,6 @@ fi
 %attr(755,root,root) %ghost %{_libdir}/librsvg-2.so.2
 %{_libdir}/girepository-1.0/Rsvg-2.0.typelib
 %attr(755,root,root) %{_libdir}/gdk-pixbuf-2.0/2.*.*/loaders/libpixbufloader-svg.so
-%dir %{_datadir}/themes/bubble
 %{_mandir}/man1/rsvg-convert.1*
 
 %files devel
@@ -266,6 +263,7 @@ fi
 %files gtk+2
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gtk-2.0/2.*/engines/libsvg.so
+%dir %{_datadir}/themes/bubble
 %{_datadir}/themes/bubble/gtk-2.0
 %endif
 
diff --git a/rsvg b/rsvg
old mode 100644 (file)
new mode 100755 (executable)
index 270792f..40e18af
--- a/rsvg
+++ b/rsvg
@@ -42,7 +42,7 @@ def main():
         sys.exit(1)
 
     command_str = ""
-    
+
     for o, a in opts:
         if o in ("-v", "--version"):
             print "rsvg version %s" % ("2.34.2")
This page took 0.047323 seconds and 4 git commands to generate.