]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- now it works like 0.50 versions, please test and STBR
authortommat <tommat@pld-linux.org>
Fri, 17 Sep 2004 00:31:30 +0000 (00:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell.spec -> 1.64

aspell.spec

index 65c70d0785d76b110ef2c262cb2c0f834d7731d5..7e86af3aaae45e90cce674b043c6bacb18474e21 100644 (file)
@@ -106,13 +106,12 @@ aspell.
        --enable-shared \
        --enable-static \
        --enable-pkgdatadir=%{_datadir}/aspell \
-       --enable-pkglibdir=%{_datadir}/aspell
+       --enable-pkglibdir=%{_libdir}/aspell
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}/aspell
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -135,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/run-with-aspell
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_datadir}/aspell
-%dir %{_libdir}/aspell
+%{_libdir}/aspell
 %{_mandir}/man1/*
 
 %files devel
This page took 0.102548 seconds and 4 git commands to generate.