]> 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 e2794fd7daa631e77589bda563a75c0ef18386b4..9c076b2ecc09003ef7b1f034e8207cfdfedb5973 100644 (file)
@@ -4,12 +4,15 @@ Summary(pl):  Prz
 Summary(pt_BR):        Visualizador de páginas info e man
 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,8 +40,8 @@ regulares.
 
 %build
 aclocal -I macros
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --without-included-gettext
 
@@ -49,6 +52,10 @@ 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.067215 seconds and 4 git commands to generate.