]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- moved data files back to %{_datadir}/aspell
authortommat <tommat@pld-linux.org>
Fri, 17 Sep 2004 00:08:35 +0000 (00:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added previously deleted %{_libdir}/aspell dir to the package

Changed files:
    aspell.spec -> 1.63

aspell.spec

index 6c75b0d7f52658add9c6f047dc03185e8eb183f2..65c70d0785d76b110ef2c262cb2c0f834d7731d5 100644 (file)
@@ -104,12 +104,15 @@ aspell.
 %{__automake}
 %configure \
        --enable-shared \
-       --enable-static
+       --enable-static \
+       --enable-pkgdatadir=%{_datadir}/aspell \
+       --enable-pkglibdir=%{_datadir}/aspell
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/aspell
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -131,8 +134,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/word-list-compress
 %attr(755,root,root) %{_bindir}/run-with-aspell
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
-#%{_datadir}/aspell
-%{_libdir}/%{name}-%{version}
+%{_datadir}/aspell
+%dir %{_libdir}/aspell
 %{_mandir}/man1/*
 
 %files devel
This page took 0.089881 seconds and 4 git commands to generate.