auto-import changelog data from aspell-0.50.5-2.fc3.src.rpm
0.50.5-2.fc3 - fix doc dir (#128140) (don't flag aspell doc stuff with the %doc flag due to rpm badness)
This commit is contained in:
parent
30dd7cc935
commit
fc821c8eb5
12
aspell.spec
12
aspell.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A spelling checker.
|
Summary: A spelling checker.
|
||||||
Name: aspell
|
Name: aspell
|
||||||
Version: 0.50.5
|
Version: 0.50.5
|
||||||
Release: 1
|
Release: 2.fc3
|
||||||
Epoch: 12
|
Epoch: 12
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
@ -58,6 +58,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libpspell.la
|
|||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT/usr/share/doc/aspell/manual.aux
|
rm -f $RPM_BUILD_ROOT/usr/share/doc/aspell/manual.aux
|
||||||
|
|
||||||
|
mv $RPM_BUILD_ROOT/usr/share/doc/aspell $RPM_BUILD_ROOT/usr/share/doc/aspell-%{version}
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
%clean
|
%clean
|
||||||
@ -66,9 +69,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README TODO
|
%doc README TODO
|
||||||
%doc %{_docdir}/aspell/*
|
|
||||||
%dir %{_datadir}/aspell
|
%dir %{_datadir}/aspell
|
||||||
%dir %{_datadir}/doc/aspell
|
%dir %{_datadir}/doc/aspell-%{version}
|
||||||
%dir %{_libdir}/aspell
|
%dir %{_libdir}/aspell
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
@ -83,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*spell.so
|
%{_libdir}/lib*spell.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 23 2004 Adrian Havill <havill@redhat.com> 12:0.50.5-2.fc3
|
||||||
|
- fix doc dir (#128140) (don't flag aspell doc stuff with the %doc
|
||||||
|
flag due to rpm badness)
|
||||||
|
|
||||||
* Mon Jun 21 2004 Warren Togami <wtogami@redhat.com> 12:0.50.5-1
|
* Mon Jun 21 2004 Warren Togami <wtogami@redhat.com> 12:0.50.5-1
|
||||||
- update to 0.50.5
|
- update to 0.50.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user