rpms/monodoc/devel monodoc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Thu Jun 1 23:31:00 UTC 2006


Author: pfj

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

Modified Files:
	.cvsignore sources 
Added Files:
	monodoc.spec 
Log Message:
auto-import monodoc-1.1.13-9 on branch devel from monodoc-1.1.13-9.src.rpm


--- NEW FILE monodoc.spec ---
%define _libdir %{_exec_prefix}/lib
%define debug_package %{nil}

Summary: The mono documentation system
Name: monodoc
Version: 1.1.13
Release: 9%{?dist}
License: GPL
Group: Documentation
Source0: http://go-mono.com/sources/monodoc/monodoc-%{version}.tar.gz
URL: http://go-mono.com/sources/monodoc/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  mono-data, mono-devel, gtk-sharp2, gtk-sharp2-gapi
Requires: mono-core
ExclusiveArch:	%ix86 x86_64 ppc ia64 armv4l sparc s390

%description
monodoc is the documentation package for the mono .NET environment

%package devel
Summary:	.pc file for monodoc
Group: Documentation
Requires: %{name} = %{version}-%{release}

%description devel
Development file for monodoc

%prep
rm -rf %{_buildroot}
%setup -q 

%build
%configure
make 

%install
%{__rm} -rf %{buildroot}
make DESTDIR=%{buildroot} install

%files
%defattr(-, root, root)
%doc COPYING AUTHORS ChangeLog NEWS README
%{_libdir}/%{name}/
%{_libdir}/mono/
%{_bindir}/*

%files devel
%defattr (-, root, root)
%{_libdir}/pkgconfig/monodoc.pc

%clean
%{__rm} -rf %{buildroot}

%changelog
* Thu Jun 01 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-9
- fixed usr-bin ownership problem
- disabled debug-package as its empty

* Wed May 31 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-8
- removed postun - not required
- fixed devel package config

* Mon May 15 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-7
- alteration to spec file
- farmed pc file to devel package
- removed the shared file scriptlet

* Sun May 14 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-6
- alterations to the spec file

* Sun Apr 23 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-5
- removed the static libdir
- added exclusive archs
- added export macros to fix x86_64 problem

* Tue Apr 18 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-4
- libdir now usr-lib irrespective of architecture built on
- small spec file changes

* Mon Apr 17 2006 Paul. F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-3
- Big fixes to the spec file

* Mon Mar 6 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-2
- Added in the readme docs
- Added monodoc into bindir

* Thu Feb 23 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-1
- Bump to latest version
- Lots of fixes!

* Tue Jan 24 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.9-2
- Me bad! Used the incorrect libdir!

* Mon Jan 23 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.9-1
- Initial import, debug and the likes



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/monodoc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Jun 2006 22:43:06 -0000	1.1
+++ .cvsignore	1 Jun 2006 23:31:00 -0000	1.2
@@ -0,0 +1 @@
+monodoc-1.1.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/monodoc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Jun 2006 22:43:06 -0000	1.1
+++ sources	1 Jun 2006 23:31:00 -0000	1.2
@@ -0,0 +1 @@
+b5366181170e473c918537af145adafb  monodoc-1.1.13.tar.gz




More information about the scm-commits mailing list