rpms/gtkmathview/devel gtkmathview.spec,1.4,1.5

Marc Maurer (uwog) fedora-extras-commits at redhat.com
Sun Feb 5 20:08:58 UTC 2006


Author: uwog

Update of /cvs/extras/rpms/gtkmathview/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7835

Modified Files:
	gtkmathview.spec 
Log Message:
- Omit static libs
- s/gtkmathview/%{name}




Index: gtkmathview.spec
===================================================================
RCS file: /cvs/extras/rpms/gtkmathview/devel/gtkmathview.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtkmathview.spec	11 Dec 2005 18:33:20 -0000	1.4
+++ gtkmathview.spec	5 Feb 2006 20:08:58 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: A MathML rendering library
 Name: gtkmathview
 Version: 0.7.6
-Release: 1
+Release: 2%{?dist}
 Group: System Environment/Libraries
 License: GPL
 Source: http://helm.cs.unibo.it/mml-widget/sources/gtkmathview-%{version}.tar.gz
@@ -21,7 +21,7 @@
 %package devel
 Summary: Support files necessary to compile applications using gtkmathview
 Group: Development/Libraries
-Requires: gtkmathview = %{version}-%{release}
+Requires: %{name} = %{version}-%{release}
 Requires: glib2-devel >= 2.2.1
 Requires: gtk2-devel >= 2.2.1
 Requires: libxml2-devel >= 2.6.7
@@ -34,7 +34,7 @@
 %setup -q
 
 %build
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -54,7 +54,6 @@
 
 %files devel
 %defattr(-,root,root)
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/mathview-core.pc
 %{_libdir}/pkgconfig/mathview-frontend-libxml2.pc
@@ -75,6 +74,11 @@
 rm -r $RPM_BUILD_ROOT
 
 %changelog
+* Sun Feb 05 2006 Marc Maurer <uwog at abisource.com> - 0.7.6-2.fc5
+- Use %%{?dist} in the release name
+- Omit static libs (part of bug 171971)
+- s/gtkmathview/%%{name} (part of bug 171971)
+
 * Sun Dec 11 2005 Marc Maurer <uwog at abisource.com> - 0.7.6-1
 - Update to 0.7.6
 




More information about the scm-commits mailing list