]> git.pld-linux.org Git - packages/fix-info-dir.git/commitdiff
- updated to 0.13
authormis <mis@pld-linux.org>
Thu, 20 Jul 2000 16:05:56 +0000 (16:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed %$#@! dir.rpmsave in %post

Changed files:
    fix-info-dir.spec -> 1.11

fix-info-dir.spec

index ae10f6be1581715355d386ef63c951afbdacd665..03d53274d1d265819364e7c5778f1b413510e688 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       Creates a top-level info `dir' file
 Summary(pl):   Tworzy g³ówny plik 'dir' dla systemu Info.
 Name:          fix-info-dir
-Version:       0.12
-Release:       3
+Version:       0.13
+Release:       1
 License:       GPL
 Group:         Utilities/System
 Group(pl):     Narzêdzia/System
@@ -34,7 +34,8 @@ touch $RPM_BUILD_ROOT/%{_infodir}/{dir,dir.old}
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%{_sbindir}/fix-info-dir %{_infodir}
+%{_sbindir}/fix-info-dir %{_infodir} && \
+rm -f %{_infodir}/dir.rpmsave && rm -f %{_infodir}/dir.old.rpmsave
 
 %files
 %defattr(644,root,root,755)
This page took 0.070228 seconds and 4 git commands to generate.