]> git.pld-linux.org Git - packages/librsvg.git/commitdiff
- ac/am/libtool play
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 21 Jul 2001 16:31:20 +0000 (16:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- some translations

Changed files:
    librsvg.spec -> 1.3

librsvg.spec

index 32c64d6f26d4e6e0542bb8b09957c7795f2aaa44..8244211776c48cfbb13f94fbde74ddf31830250f 100644 (file)
@@ -30,7 +30,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Eazel Extension Library
 
 %description -l pl
-Rozszezona bibioteka eazel
+Rozsze¿ona bibioteka eazel
 
 %package devel
 Summary:       Libraries and include files for developing with librsvg.
@@ -45,12 +45,17 @@ This package provides the necessary development libraries and include
 files to allow you to develop with librsvg.
 
 %description devel -l pl
-Bibliteki potrzebne do programowania.
+Bibliteki potrzebne do programowania, zawieraj±ce biblioteki i pliki
+nag³ówkowe, które pomagaj± tworzenie oprogramowania z wykorzystaniem 
+librsvg.
 
 %prep
 %setup -q
 
 %build
+rm missing
+CFLAGS="$RPM_OPT_FLAGS" 
+export LDFLAGS
 %ifarch alpha
        MYARCH_FLAGS="--host=alpha-redhat-linux"
 %endif
@@ -60,9 +65,8 @@ LINGUAS=""
 LANG=""
 export LC_ALL LINGUAS LANG
 
-## Warning!  Make sure there are no spaces or tabs after the \ 
-## continuation character, or else the rpm demons will eat you.
-CFLAGS="$RPM_OPT_FLAGS" ./configure $MYARCH_FLAGS --prefix=%{_prefix} \
+%configure2_13 $MYARCH_FLAGS \
+       --prefix=%{_prefix} \
        --sysconfdir=%{_sysconfdir}
 
 make -k
This page took 0.043271 seconds and 4 git commands to generate.