]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- add libdir/aspell, fix typos
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 22 Sep 2002 16:48:54 +0000 (16:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell.spec -> 1.35

aspell.spec

index 44448ae303c8764ef0a3325d5445259913153aef..f6dfe612fe6bef0998ecbb15ee6e7bad78991a41 100644 (file)
@@ -87,6 +87,8 @@ statyczne aspella.
 %install
 rm -rf $RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_libdir}/aspell
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -106,6 +108,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/lib*.so.*
 %attr(755,root,root) %{_libdir}/lib*-common-*.so
 %{_datadir}/aspell
+%dir %{_libdir}/aspell
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.110032 seconds and 4 git commands to generate.