]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- s-/usr/bin-%{_bindir}-
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 23:26:07 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell.spec -> 1.9

aspell.spec

index edcf0b339a445021da9cb8db206c322b904628cb..3d01af48753d5bce410e5599a66c260016e6fe04 100644 (file)
@@ -74,9 +74,9 @@ make install \
 #cp -pr $RPM_BUILD_ROOT/usr/doc/aspell .
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
-strip $RPM_BUILD_ROOT/usr/bin/* || :
+strip $RPM_BUILD_ROOT%{_bindir}/* || :
 
-ln -sf aspell $RPM_BUILD_ROOT/usr/bin/ispell
+ln -sf aspell $RPM_BUILD_ROOT%{_bindir}/ispell
 rm -rf $RPM_BUILD_ROOT/usr/{bin/run-with-aspell,share/aspell/ispell}
 
 gzip -9nf manual/manual2.lyx manual/man-text/*.txt
@@ -90,7 +90,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README TODO manual/{*,man-text/*.txt}.gz
-%attr(755,root,root) /usr/bin/*
+%attr(755,root,root) %{_bindir}/*
 %{_datadir}/aspell
 %{_libdir}/libaspell.so.*.*
 
@@ -112,7 +112,7 @@ rm -rf $RPM_BUILD_ROOT
 - added stripping shared libraries,
 - "manke install" with using $DESTDIR,
 - added using $RPM_OPT_FLAGS in CXXFLAGS on compile time,
-- added /usr/bin/ispell symplink to aspell,
+- added %{_bindir}/ispell symplink to aspell,
 - added gzipping %doc,
 - added Provides and Obsoletes ispell (asspel is full replacement ispell but
   much faster and beter).
This page took 0.074695 seconds and 4 git commands to generate.