]> git.pld-linux.org Git - packages/2UTF.git/commitdiff
- removed tar workaround (no longer necessary) and bashisms from %%build
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Jul 2001 22:43:54 +0000 (22:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    2UTF.spec -> 1.27

2UTF.spec

index 416c8fd9f038e8850ce1b6bb8f86257d357e99d0..741a8a011b90af390398f4d0627d14e297ef36fe 100644 (file)
--- a/2UTF.spec
+++ b/2UTF.spec
@@ -1,5 +1,5 @@
-Summary:       Translates char-sets and decodes MIME.
-Summary(pl):   Translator tablic znaków oraz dekoder MIME.
+Summary:       Translates char-sets and decodes MIME
+Summary(pl):   Translator tablic znaków oraz dekoder MIME
 Name:          2UTF
 Version:       1.22
 Release:       1
@@ -28,17 +28,13 @@ wiadomo
 wy¶wietlaæ tablice znaków i aktualny font konsolowy.
 
 %prep
-%setup -q -c -T
-(cd ..
-tar xzf %{SOURCE0} || :
-)
-chmod -R u+w .
+%setup -q
 %patch -p0
 
 %build
-export CCFLAGS="%{rpmcflags} -L/usr/lib/gconv"
+CCFLAGS="%{rpmcflags} -L/usr/lib/gconv"; export CCFLAGS
 %{__make} config ICONV_DIR=%{_prefix}
-export LDFLAGS="%{rpmcflags} -L/usr/lib/gconv"
+LDFLAGS="%{rpmcflags} -L/usr/lib/gconv"; export LDFLAGS
 %{__make} \
        GZIPDOCS=no \
        PREFIX=%{_prefix} \
This page took 0.07273 seconds and 4 git commands to generate.