Author: mschwendt
Update of /cvs/extras/rpms/enchant/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14702
Modified Files: enchant.spec Log Message: * Thu Mar 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1:1.1.6-2 - add dep glib2-devel for pkgconfig in -devel package - include %{_libdir}/enchant dir in main package - make -devel package require exact VR of main package - use -p /sbin/ldconfig in scriptlets
Index: enchant.spec =================================================================== RCS file: /cvs/extras/rpms/enchant/devel/enchant.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- enchant.spec 28 Mar 2005 15:23:37 -0000 1.2 +++ enchant.spec 31 Mar 2005 21:20:51 -0000 1.3 @@ -1,7 +1,7 @@ Summary: An Enchanting Spell Checking Library Name: enchant Version: 1.1.6 -Release: 1 +Release: 2 Epoch: 1 Group: System Environment/Libraries License: LGPL @@ -18,7 +18,8 @@ %package devel Summary: Support files necessary to compile applications with libenchant. Group: Development/Libraries -Requires: enchant +Requires: enchant = %{version}-%{release} +Requires: glib2-devel
%description devel Libraries, headers, and support files necessary to compile applications using libenchant. @@ -40,6 +41,7 @@ %doc AUTHORS COPYING.LIB README %{_bindir}/* %{_libdir}/lib*.so.* +%dir %{_libdir}/enchant %{_libdir}/enchant/lib*.so* %{_mandir}/man1/enchant.1.gz
@@ -51,16 +53,20 @@ %{_libdir}/pkgconfig/enchant.pc %{_includedir}/enchant
-%post -/sbin/ldconfig +%post -p /sbin/ldconfig
-%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig
%clean rm -r $RPM_BUILD_ROOT
%changelog +* Thu Mar 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1:1.1.6-2 +- add dep glib2-devel for pkgconfig in -devel package +- include %%{_libdir}/enchant dir in main package +- make -devel package require exact VR of main package +- use -p /sbin/ldconfig in scriptlets + * Mon Mar 28 2005 Marc Maurer uwog@abisource.com 1:1.1.6-1 - update to 1.1.6 - drop the manpage patch (RH#145010#)
scm-commits@lists.fedoraproject.org