]> git.pld-linux.org Git - packages/setup.git/blobdiff - setup.spec
- updated to 2.9.0 with spoort for 256 colors terminals enabled
[packages/setup.git] / setup.spec
index bc1eab2c30d7939db69d4e4d59b2d74d0500c7ff..1cccc04ad3e8946830d522dc5193b3dbcadeefe5 100644 (file)
@@ -2,7 +2,7 @@
 # TODO:
 # - make some README.PLD with system features description
 #
-%bcond_with    diet
+%bcond_without diet
 
 %define        iana_etc_ver    2.30
 Summary:       Simple setup files
@@ -14,12 +14,12 @@ Summary(pl.UTF-8):  Podstawowe pliki systemu Linux
 Summary(pt_BR.UTF-8):  Vários arquivos básicos de configuração
 Summary(tr.UTF-8):     Basit kurulum dosyaları
 Name:          setup
-Version:       2.8.5
-Release:       3
+Version:       2.9.0
+Release:       1
 License:       Public Domain, partially BSD-like
 Group:         Base
 Source0:       %{name}-%{version}.tar.bz2
-# Source0-md5: 4f995facd983c8e887ff3b8c68a73b19
+# Source0-md5: 2b5c3c03a77f8963ee1c4c269f0edfed
 # http://sethwklein.net/iana-etc
 Source1:       http://sethwklein.net/projects/iana-etc/downloads/iana-etc-%{iana_etc_ver}.tar.bz2
 # Source1-md5: 3ba3afb1d1b261383d247f46cb135ee8
@@ -34,10 +34,10 @@ Patch2:             protocols-fmt.patch
 %if %{with diet}
 BuildRequires: dietlibc-static
 %else
-BuildRequires: glibc-misc
 BuildRequires: glibc-static
 %endif
 BuildRequires: gawk
+BuildRequires: glibc-misc
 Requires:      FHS >= 2.3-24.1
 Provides:      group(fuse)
 Conflicts:     PowerChutePlus < 4.5.3-2
@@ -104,7 +104,7 @@ cp -a %{SOURCE3} iana-etc/port-numbers.iana
 
 %{__make} \
        CC="%{?with_diet:diet }%{__cc}" \
-       OPT_FLAGS="%{rpmcflags} -Os" \
+       OPT_FLAGS="%{rpmcflags} -Os -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" \
        LDFLAGS="%{rpmcflags} %{rpmldflags} -static"
 
 ldd postshell | grep "not a dynamic executable" || exit 1
@@ -159,6 +159,8 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/env.d/TMOUT
 %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/env.d/VISUAL
 %dir %{_sysconfdir}/shrc.d
+%config(noreplace) %verify(not md5 mtime size) /etc/shrc.d/256term.sh
+%config(noreplace) %verify(not md5 mtime size) /etc/shrc.d/256term.csh
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fstab
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/group
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/host.conf
This page took 0.032421 seconds and 4 git commands to generate.