Author: qboosh Date: Thu Jan 3 18:15:35 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - unified realname macro name
---- Files affected: SPECS: librsvg-gtk.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/librsvg-gtk.spec diff -u SPECS/librsvg-gtk.spec:1.2 SPECS/librsvg-gtk.spec:1.3 --- SPECS/librsvg-gtk.spec:1.2 Thu Jan 3 19:01:29 2008 +++ SPECS/librsvg-gtk.spec Thu Jan 3 19:15:30 2008 @@ -4,7 +4,8 @@ %bcond_without apidocs # disable gtk-doc %bcond_without libgsf # build without libgsf (used for run-time decompression) %bcond_without libcroco # build without CSS support through libcroco -%define _realname librsvg +# +%define realname librsvg Summary: A Raph's Library for Rendering SVG Data Summary(pl.UTF-8): Biblioteka Raph's SVG do renderowania danych SVG @@ -17,7 +18,7 @@ Epoch: 1 License: LGPL v2+ Group: Libraries -Source0: http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.18/%{_realname}-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.18/%{realname}-%{version}.tar.bz2 # Source0-md5: 4691ad687281e943260021272c28043e URL: http://librsvg.sourceforge.net/ BuildRequires: autoconf @@ -44,7 +45,7 @@ Obsoletes: mozilla-plugin-rsvg Obsoletes: librsvg0 Provides: librsvg = %{version}-%{release} -BuildRoot: %{tmpdir}/%{_realname}-%{version}-root-%(id -u -n) +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description An library to render SVG (scalable vector graphics), databased upon libart. @@ -131,7 +132,7 @@ Dokumentacja API biblioteki librsvg. %prep -%setup -q -n %{_realname}-%{version} +%setup -q -n %{realname}-%{version} %build %{__libtoolize} @@ -145,7 +146,7 @@ %{?with_apidocs:--enable-gtk-doc} \ %{!?with_libcroco:--without-croco} \ %{!?with_libgsf:--without-svgz} \ - --with-html-dir=%{_gtkdocdir}/%{_realname} + --with-html-dir=%{_gtkdocdir}/%{realname} %{__make} %install @@ -194,7 +195,7 @@ %if %{with apidocs} %files apidocs %defattr(644,root,root,755) -%{_gtkdocdir}/%{_realname} +%{_gtkdocdir}/%{realname} %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -203,6 +204,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-01-03 18:15:30 qboosh +- unified realname macro name + Revision 1.2 2008-01-03 18:01:29 grym3k - added apidocs subpackage - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/librsvg-gtk.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
