]> git.pld-linux.org Git - packages/librsvg.git/commitdiff
- cosmetics
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 22 Jul 2001 00:15:16 +0000 (00:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    librsvg.spec -> 1.7

librsvg.spec

index e697caa9a2466c19fcf698af89765d7f2ce1959c..6fc3ec8922488ce3640c42594e935fabfe5d1e26 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.
+Summaryi(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.
+Summaryi(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.10139 seconds and 4 git commands to generate.