]> git.pld-linux.org Git - packages/pinfo.git/blobdiff - pinfo.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/pinfo.git] / pinfo.spec
index 2b975c46dbf9f29ad7bd3b4883dfc8b9037b8a85..9c076b2ecc09003ef7b1f034e8207cfdfedb5973 100644 (file)
@@ -2,14 +2,17 @@ Summary:      Lynx-style info browser
 Summary(es):   Visualizador de páginas info y man
 Summary(pl):   Przêgl±darka info w stylu lynksa
 Summary(pt_BR):        Visualizador de páginas info e man
-Name:          pinfo   
+Name:          pinfo
 Version:       0.6.5
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 Vendor:                Przemek Borys <pborys@dione.ids.pl>
 Source0:       http://zeus.polsl.gliwice.pl/~pborys/stable-version/%{name}-%{version}.tar.gz
+Source1:       %{name}.sh
+Source2:       %{name}.csh
 Patch0:                %{name}-amfix.patch
+Requires:      man-config
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: ncurses-devel >= 5.0
@@ -37,18 +40,22 @@ regulares.
 
 %build
 aclocal -I macros
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --without-included-gettext
-       
-%{__make} 
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/%{name}.sh
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/%{name}.csh
+
 gzip -9nf ChangeLog NEWS AUTHORS README
 
 %find_lang %{name}
@@ -60,6 +67,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz
 %attr(755,root,root) %{_bindir}/pinfo
+%attr(755,root,root) %{_sysconfdir}/profile.d/*
 %config %verify(not md5 size mtime) %{_sysconfdir}/pinforc
 
 %{_mandir}/man1/*
This page took 0.042475 seconds and 4 git commands to generate.