SPECS: monodoc.spec - 1.0.7, gtk-sharp stuff removed (browser move...
freetz
freetz at pld-linux.org
Tue Jul 12 16:29:30 CEST 2005
Author: freetz Date: Tue Jul 12 14:29:29 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 1.0.7, gtk-sharp stuff removed (browser moved to mono-tools)
---- Files affected:
SPECS:
monodoc.spec (1.31 -> 1.32)
---- Diffs:
================================================================
Index: SPECS/monodoc.spec
diff -u SPECS/monodoc.spec:1.31 SPECS/monodoc.spec:1.32
--- SPECS/monodoc.spec:1.31 Tue May 3 01:10:00 2005
+++ SPECS/monodoc.spec Tue Jul 12 16:29:24 2005
@@ -1,28 +1,19 @@
# $Revision$, $Date$
-#
-# Conditional build
-%bcond_with dotnet2 # with gtk-sharp 1.9.x
-#
Summary: Documentation for Mono class libraries and tools to produce and edit the documentation
Summary(pl): Dokumentacja klas Mono wraz z narzędziami do jej generowania i przeglądania
Name: monodoc
-Version: 1.0.6
-Release: 3
+Version: 1.0.7
+Release: 1
License: GPL
Group: Development/Tools
-Source0: http://www.go-mono.com/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: f2fc27e8e4717d90dc7efa2450625693
-Source1: %{name}.desktop
+Source0: http://www.go-mono.com/sources/monodoc/%{name}-%{version}.tar.gz
+# Source0-md5: 10689c70d273b56773fae216d96e6396
Patch0: %{name}-mint.patch
-Patch1: %{name}-gtk_sharp_2.patch
URL: http://www.go-mono.com/
BuildRequires: autoconf
BuildRequires: automake
-# wants {gtk,gtkhtml,glade}-sharp
-BuildRequires: dotnet-gtk-sharp-gnome-devel >= 0.98
BuildRequires: mono-csharp >= 0.96
BuildRequires: pkgconfig
-Requires: dotnet-gtk-sharp-gnome >= 0.98
Requires: mono >= 0.96
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -37,8 +28,6 @@
%prep
%setup -q
-%patch0 -p1
-%{?with_dotnet2:%patch1 -p1}
%build
%{__aclocal}
@@ -49,13 +38,11 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-
-install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
-install monodoc.png $RPM_BUILD_ROOT%{_pixmapsdir}
+
+install monodoc $RPM_BUILD_ROOT%{_bindir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -68,13 +55,10 @@
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/*
%{_libdir}/mono/gac/*
-%{_libdir}/mono/gtk-sharp%{?with_dotnet2:-2.0}/*
%dir %{_libdir}/%{name}
%attr(755,root,root) %{_libdir}/%{name}/*.exe
%{_libdir}/%{name}/*.xml
%{_libdir}/%{name}/sources
-%{_desktopdir}/*.desktop
-%{_pixmapsdir}/*
%{_pkgconfigdir}/*.pc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -83,6 +67,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.32 2005/07/12 14:29:24 freetz
+- 1.0.7, gtk-sharp stuff removed (browser moved to mono-tools)
+
Revision 1.31 2005/05/02 23:10:00 qboosh
- oops, wrong parts order in deps; release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/monodoc.spec?r1=1.31&r2=1.32&f=u
More information about the pld-cvs-commit
mailing list