]> git.pld-linux.org Git - packages/fftw.git/commitdiff
- fix: {un}registering info pages must be in devel (not in main package). fftw-2_1_2-3
authorkloczek <kloczek@pld-linux.org>
Thu, 5 Aug 1999 14:47:46 +0000 (14:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fftw.spec -> 1.6

fftw.spec

index f1bb3bc35d5a6b000a24f46bcf6884c6bcf37569..7cc78a972028629f05b5fd2b338aa2cd6bb14949 100644 (file)
--- a/fftw.spec
+++ b/fftw.spec
@@ -61,10 +61,10 @@ strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
 gzip -9nf $RPM_BUILD_ROOT%{_infodir}/fftw.info*
 
-%post
+%post devel
 /sbin/install-info %{_infodir}/%{name}.info.gz /etc/info-dir >&2
 
-%preun
+%preun devel
 if [ "$1" = "0" ]; then
         /sbin/install-info --delete %{_infodir}/%{name}.info.gz \
                 /etc/info-dir >&2
This page took 0.066438 seconds and 4 git commands to generate.