rpms/enchant/devel enchant.spec,1.20,1.21

Marc Maurer (uwog) fedora-extras-commits at redhat.com
Thu Jul 10 18:23:00 UTC 2008


Author: uwog

Update of /cvs/pkgs/rpms/enchant/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32052

Modified Files:
	enchant.spec 
Log Message:
Fix 426712: don't build static libs (patch from Michael Schwendt)




Index: enchant.spec
===================================================================
RCS file: /cvs/pkgs/rpms/enchant/devel/enchant.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- enchant.spec	21 May 2008 16:32:46 -0000	1.20
+++ enchant.spec	10 Jul 2008 18:22:10 -0000	1.21
@@ -1,7 +1,7 @@
 Summary: An Enchanting Spell Checking Library
 Name: enchant
 Version: 1.4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 Group: System Environment/Libraries
 License: LGPLv2+
@@ -48,7 +48,7 @@
 %setup -q
 
 %build
-%configure --disable-ispell --with-myspell-dir=/usr/share/myspell --disable-hspell
+%configure --disable-ispell --with-myspell-dir=/usr/share/myspell --disable-hspell --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -76,9 +76,7 @@
 
 %files devel
 %defattr(-,root,root)
-%{_libdir}/*.a
 %{_libdir}/*.so
-%{_libdir}/enchant/*.a
 %{_libdir}/pkgconfig/enchant.pc
 %{_includedir}/enchant
 
@@ -90,6 +88,9 @@
 rm -r $RPM_BUILD_ROOT
 
 %changelog
+* Thu Jul 10 2008 Marc Maurer <uwog at abisource.com> 1:1.4.2-3
+- Fix 426712: don't build static libs (patch from Michael Schwendt)
+
 * Wed May 21 2008 Marc Maurer <uwog at abisource.com> 1:1.4.2-2
 - Rebuild
 




More information about the fedora-extras-commits mailing list