rpms/enchant/F-9 enchant.spec,1.19,1.20

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


Author: uwog

Update of /cvs/pkgs/rpms/enchant/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32473

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/F-9/enchant.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- enchant.spec	21 May 2008 18:14:04 -0000	1.19
+++ enchant.spec	10 Jul 2008 18:27:55 -0000	1.20
@@ -1,7 +1,7 @@
 Summary: An Enchanting Spell Checking Library
 Name: enchant
 Version: 1.4.2
-Release: 1%{?dist}
+Release: 2%{?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-2
+- 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-1
 - New upstream release
 - Add voikko support in an enchant-voikko package




More information about the fedora-extras-commits mailing list