]> git.pld-linux.org Git - packages/librsvg.git/blobdiff - librsvg.spec
- typo
[packages/librsvg.git] / librsvg.spec
index 91c5f78d1c0e07a73540a8a373a4803ca26fa717..7b9712fe00797805b52fb63ff0df8727363b295f 100644 (file)
@@ -1,7 +1,7 @@
 # Note that this is NOT a relocatable package
 
 Summary:       Raph's SVG library
-Summary(pl):   biblioteka Raph's SVG
+Summary(pl):   Biblioteka Raph's SVG
 Name:          librsvg
 Version:       1.0.1
 Release:       1
@@ -23,7 +23,7 @@ BuildRequires:        freetype-devel >= 2.0.1
 BuildRequires: libpng-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define _prefix                /usr
+%define _prefix                /usr/X11R6
 %define _sysconfdir    /etc
 
 %description
@@ -34,6 +34,7 @@ Rozsze
 
 %package devel
 Summary:       Libraries and include files for developing with librsvg.
+Summary(pl):   Biblioteki i pliki nag³ówkowe do developing'u z u¿yciem librsvg.
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
@@ -51,6 +52,7 @@ librsvg.
 
 %package static
 Summary:       Static libraries and include files for developing with librsvg.
+Summary(pl):   Statyczne biblioteki do developing'u z u¿yciem librsvg.
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
@@ -69,24 +71,16 @@ wspomagaj
 %setup -q
 
 %build
-rm missing
 CFLAGS="$RPM_OPT_FLAGS" 
 export LDFLAGS
-%ifarch alpha
-       MYARCH_FLAGS="--host=alpha-redhat-linux"
-%endif
-
-LC_ALL=""
-LINGUAS=""
-LANG=""
-export LC_ALL LINGUAS LANG
 
-%configure2_13 $MYARCH_FLAGS \
+%configure2_13 \
        --prefix=%{_prefix} \
        --sysconfdir=%{_sysconfdir}
+%ifarch alpha
+       --host=alpha-pld-linux
+%endif
 
-%{__make} -k
-%{__make} check
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.043082 seconds and 4 git commands to generate.