rpms/enchant/devel enchant.spec,1.26,1.27

Marc Maurer uwog at fedoraproject.org
Sat Dec 5 11:21:12 UTC 2009


Author: uwog

Update of /cvs/pkgs/rpms/enchant/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32614

Modified Files:
	enchant.spec 
Log Message:
Fix 544473: enchant does not provide /usr/lib/libenchant.so




Index: enchant.spec
===================================================================
RCS file: /cvs/pkgs/rpms/enchant/devel/enchant.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- enchant.spec	24 Jul 2009 22:09:53 -0000	1.26
+++ enchant.spec	5 Dec 2009 11:21:12 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: An Enchanting Spell Checking Library
 Name: enchant
 Version: 1.5.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 1
 Group: System Environment/Libraries
 License: LGPLv2+
@@ -70,6 +70,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant
 %defattr(-,root,root)
 %doc AUTHORS COPYING.LIB README
 %{_bindir}/*
+%{_libdir}/*.so
 %{_libdir}/lib*.so.*
 %dir %{_libdir}/enchant
 %{_libdir}/enchant/lib*myspell.so*
@@ -84,7 +85,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant
 
 %files devel
 %defattr(-,root,root)
-%{_libdir}/*.so
 %{_libdir}/pkgconfig/enchant.pc
 %{_includedir}/enchant
 
@@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant
 rm -r $RPM_BUILD_ROOT
 
 %changelog
+* Sat Dec 05 2009 Marc Maurer <uwog at abisource.com> 1:1.5.0-4
+- Fix 544473: Move enchant.so from the devel to the main package
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.5.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list