]> git.pld-linux.org Git - packages/librsvg.git/blobdiff - librsvg.spec
- typo
[packages/librsvg.git] / librsvg.spec
index e697caa9a2466c19fcf698af89765d7f2ce1959c..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
@@ -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.081121 seconds and 4 git commands to generate.