]> git.pld-linux.org Git - packages/pinfo.git/commitdiff
- R: setup >= 2.4.6-2 auto/ac/pinfo-0_6_8-3
authorhavner <havner@pld-linux.org>
Wed, 28 Apr 2004 11:53:20 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pinfo.sh,pinfo.csh -> /etc/shrc.d
- rel up

Changed files:
    pinfo.spec -> 1.56

pinfo.spec

index 430ea1468065498aceda78b7b3193c5e72c2e2c4..0f8e8463827c8de5aef9e3d4318ea589cc4c6320 100644 (file)
@@ -6,7 +6,7 @@ Summary(ru):    
 Summary(uk):   ðÒÏÇÒÁÍÁ ÐÅÒÅÇÌÑÄÕ info- ÔÁ man-ÄÏËÕÍÅÎԦנՠÓÔÉ̦ lynx
 Name:          pinfo
 Version:       0.6.8
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/System
 Vendor:                Przemek Borys <pborys@dione.ids.pl>
@@ -25,6 +25,7 @@ BuildRequires:        automake
 BuildRequires: gettext-devel
 BuildRequires: ncurses-devel >= 5.0
 Requires:      man-config
+Requires:       setup >= 2.4.6-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -71,13 +72,13 @@ Pinfo - 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/etc/profile.d
+install -d $RPM_BUILD_ROOT/etc/shrc.d
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/profile.d/%{name}.sh
-install %{SOURCE2} $RPM_BUILD_ROOT/etc/profile.d/%{name}.csh
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/shrc.d/%{name}.sh
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/shrc.d/%{name}.csh
 
 %find_lang %{name}
 
@@ -94,7 +95,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog NEWS AUTHORS README
 %attr(755,root,root) %{_bindir}/pinfo
-%attr(755,root,root) /etc/profile.d/*
+%attr(755,root,root) /etc/shrc.d/*
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pinforc
 %{_mandir}/man1/*
 %{_infodir}/pinfo*
This page took 0.072346 seconds and 4 git commands to generate.