]> git.pld-linux.org Git - packages/env-update.git/commitdiff
- umask 002; rel 3 auto/ac/env-update-1_6_14-3
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 5 Sep 2006 18:29:19 +0000 (18:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    env-update.spec -> 1.14

env-update.spec

index dc5f9089188e982bfb984c7d5ece9b69fd2718c5..b5aed984a1000b021946d7ef22e0d6a08b876429 100644 (file)
@@ -2,7 +2,7 @@ Summary:        env-update - create /etc/profile.env from /etc/env.d files
 Summary(pl):   env-update - tworzenie /etc/profile.env z plików /etc/env.d
 Name:          env-update
 Version:       1.6.14
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Base
 Source0:       http://distfiles.gentoo.org/distfiles/rc-scripts-%{version}.tar.bz2
@@ -10,6 +10,7 @@ Source0:      http://distfiles.gentoo.org/distfiles/rc-scripts-%{version}.tar.bz2
 Patch0:                %{name}.patch
 Patch1:                %{name}-cflags.patch
 BuildRequires: gawk-devel
+BuildRequires: rpmbuild(macros) >= 1.316
 Requires:      gawk
 Requires:      rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -22,9 +23,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 This is env-update rip from gentoo's baselayout.
 
-env-update creates /etc/profile.env and /etc/csh.env from the contents of
-/etc/env.d/, so your shell is able to read initial env quickly even at high
-system loads.
+env-update creates /etc/profile.env and /etc/csh.env from the contents
+of /etc/env.d/, so your shell is able to read initial env quickly even
+at high system loads.
 
 %description -l pl
 Ten pakiet zawiera narzêdzie env-update wyci±gniête z podstawowych
@@ -58,7 +59,7 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/{profile,csh}.env
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%{_sbindir}/env-update
+%env_update
 
 %files
 %defattr(644,root,root,755)
This page took 0.119219 seconds and 4 git commands to generate.