rpms/monodoc/FC-5 monodoc.spec,1.11,1.12

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Wed Sep 6 23:10:56 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/monodoc/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3668/FC-5

Modified Files:
	monodoc.spec 
Log Message:
auto-import monodoc-1.1.17-3 on branch FC-5 from monodoc-1.1.17-3.src.rpm


Index: monodoc.spec
===================================================================
RCS file: /cvs/extras/rpms/monodoc/FC-5/monodoc.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- monodoc.spec	4 Sep 2006 21:41:12 -0000	1.11
+++ monodoc.spec	6 Sep 2006 23:10:56 -0000	1.12
@@ -9,23 +9,26 @@
 Summary: The mono documentation system
 Name: monodoc
 Version: 1.1.17
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group: Documentation
 Source0: http://go-mono.com/sources/monodoc/monodoc-%{version}.zip
 URL: http://go-mono.com/sources/monodoc/
-%if "%{fedora}" > "5"
 Patch0: monodoc-patches.patch
-%endif
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  mono-data, mono-devel, gtk-sharp2, gtk-sharp2-gapi, pkgconfig, autoconf automake
+BuildRequires:  mono-data, mono-devel, gtk-sharp2-gapi, pkgconfig
+%if "%{?fedora}" == "5"
+BuildRequires: gtk-sharp2
+%else
+BuildRequires: gtk-sharp2-devel autoconf automake libtool
+%endif
 Requires: mono-core links
 
 %description
 monodoc is the documentation package for the mono .NET environment
 
 %package devel
-Summary:	.pc file for monodoc
+Summary: .pc file for monodoc
 Group: Documentation
 Requires: %{name} = %{version}-%{release} pkgconfig
 
@@ -34,13 +37,13 @@
 
 %prep
 %setup -q 
-%if "%{fedora}" > "5"
+%if "%{?fedora}" > "5"
 %patch0 -p1
 autoreconf
 %endif
 
 %build
-%configure --libdir=%{monodir}
+%configure
 make 
 
 %install
@@ -64,6 +67,10 @@
 %{monodir}/pkgconfig/monodoc.pc
 
 %changelog
+* Wed Sep 06 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.17-3
+- Alters some of the fixes from previous version
+- includes patches with all version
+
 * Mon Sep 04 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.17-2
 - Reverts 64 bit clean for FC-5 while still obeying the packaging rules
 




More information about the fedora-extras-commits mailing list