- Revert 544473: Move libenchant.so back into the -devel package.

This commit is contained in:
Michael Schwendt 2010-01-04 23:03:58 +00:00
parent 68003ff172
commit 2866f22912
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: An Enchanting Spell Checking Library
Name: enchant
Version: 1.5.0
Release: 4%{?dist}
Release: 5%{?dist}
Epoch: 1
Group: System Environment/Libraries
License: LGPLv2+
@ -70,7 +70,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant/*.la
%defattr(-,root,root)
%doc AUTHORS COPYING.LIB README
%{_bindir}/*
%{_libdir}/*.so
%{_libdir}/lib*.so.*
%dir %{_libdir}/enchant
%{_libdir}/enchant/lib*myspell.so*
@ -85,6 +84,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant/*.la
%files devel
%defattr(-,root,root)
%{_libdir}/*.so
%{_libdir}/pkgconfig/enchant.pc
%{_includedir}/enchant
@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant/*.la
rm -r $RPM_BUILD_ROOT
%changelog
* Tue Jan 5 2010 Michael Schwendt <mschwendt@fedoraproject.org> 1:1.5.0-5
- Revert 544473: Move libenchant.so back into the -devel package.
* Sat Dec 05 2009 Marc Maurer <uwog@abisource.com> 1:1.5.0-4
- Fix 544473: Move enchant.so from the devel to the main package