]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- fixed files section
authortommat <tommat@pld-linux.org>
Tue, 31 Aug 2004 14:56:17 +0000 (14:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell.spec -> 1.62

aspell.spec

index 2321306f6d07ba14b1f95b85f112ca8b89bbfd37..6c75b0d7f52658add9c6f047dc03185e8eb183f2 100644 (file)
@@ -110,29 +110,35 @@ aspell.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}/aspell
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc README manual/man-html/*.{html,png,css}
+%doc README manual/aspell.html
+%{_infodir}/aspell.info*
 %attr(755,root,root) %{_bindir}/aspell*
+%attr(755,root,root) %{_bindir}/pre*
 %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
-%dir %{_libdir}/aspell
+#%{_datadir}/aspell
+%{_libdir}/%{name}-%{version}
+%{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
-%doc manual/dev-html/*.{html,png,css}
+%doc manual/aspell-dev.html
+%{_infodir}/aspell-dev.info*
 %attr(755,root,root) %{_bindir}/pspell-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
This page took 0.098498 seconds and 4 git commands to generate.