]> git.pld-linux.org Git - packages/screen.git/blobdiff - screen.spec
- removed default _sysconfdir definition, other cosmetics
[packages/screen.git] / screen.spec
index 3b708f9a2de58edf6be45df69797f742491dbcdb..198bde247d7041ce00ceffa9bb8515a15ced0c9e 100644 (file)
@@ -13,7 +13,9 @@ Release:      1
 License:       GPL
 Group:         Applications/Terminal
 Source0:       ftp://ftp.uni-erlangen.de/pub/utilities/screen/%{name}-%{version}.tar.gz
-Source1:       %{name}-non-english-man-pages.tar.bz2
+# Source0-md5: 0dff6fdc3fbbceabf25a43710fbfe75f
+Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
+# Source1-md5:         236166e774cee788cf594b05dd1dd70d
 Source2:       %{name}.pamd
 Patch0:                %{name}-tty.patch
 Patch1:                %{name}-compat21.patch
@@ -32,8 +34,6 @@ BuildRequires:        texinfo
 BuildRequires: utempter-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _sysconfdir     /etc
-
 %description
 Screen is a program that allows you to have multiple logins on one
 terminal. It is useful in situations where you are telnetted into a
@@ -117,7 +117,8 @@ filenew=$(echo "$file" | sed -e 's#\.dist##g')
        cp -f $file $filenew
 done
 
-%{__make} CFLAGS="%{rpmcflags}"
+%{__make} \
+       CFLAGS="%{rpmcflags}"
 
 cd doc
 rm -f screen.info*
This page took 0.109256 seconds and 4 git commands to generate.