]> git.pld-linux.org Git - packages/mono-tools.git/commitdiff
- 1.1.10
authorwolf <wolf@pld-linux.org>
Thu, 10 Nov 2005 19:34:21 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mono-tools.spec -> 1.14

mono-tools.spec

index ee9b65f7f75cd97e2b2e1f0ffddd3490ec86a3e0..87f222689d00ff26cef7bbf3daa9c59b00f148d4 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       Mono Tools
 Summary(pl):   Narzêdzia do mono
 Name:          mono-tools
-Version:       1.1.9
-Release:       2
+Version:       1.1.10
+Release:       1
 License:       GPL
 Group:         Development/Tools
 Source0:       http://go-mono.com/sources/mono-tools/%{name}-%{version}.tar.gz
-# Source0-md5: 52797a026f99a6e6fb235dc36240e797
+# Source0-md5: 1d0cce057b2c425ff5fb4ffc2f68d5f4
 URL:           http://www.go-mono.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -17,6 +17,7 @@ BuildRequires:        mono-compat-links
 BuildRequires: monodoc >= 1.0.7
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(monoautodeps)
+Requires:      mono-tools-html-renderer
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,6 +33,7 @@ Summary:      Gecko based monodoc HTML renderer
 Summary(pl):   Oparty na gecko wy¶wietlacz HTML-a dla monodoc
 Group:         Development/Tools
 Requires:      %{name} = %{version}-%{release}
+Provides:      mono-tools-html-renderer
 
 %description gecko
 Gecko based monodoc HTML renderer. Used instead of Gtk.HTML based
@@ -41,6 +43,21 @@ renderer.
 Oparty na gecko wy¶wietlacz HTML-a dla monodoc. Jest u¿ywany zamiast
 wy¶wietlacza opartego na Gtk.HTML.
 
+%package gtkhtml
+Summary:       GtkHTML based monodoc HTML renderer
+Summary(pl):   Oparty na GtkHTML wy¶wietlacz HTML-a dla monodoc
+Group:         Development/Tools
+Requires:      %{name} = %{version}-%{release}
+Provides:      mono-tools-html-renderer
+
+%description gtkhtml
+GtkHTML based monodoc HTML renderer. Used instead of Gtk.HTML based
+renderer.
+
+%description gtkhtml -l pl
+Oparty na GtkHTML wy¶wietlacz HTML-a dla monodoc. Jest u¿ywany zamiast
+wy¶wietlacza opartego na Gtk.HTML.
+
 %prep
 %setup -q
 
@@ -63,11 +80,6 @@ install -d $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-echo "Please wait, generating index..."
-/usr/bin/monodoc --make-index >/dev/null 2>/dev/null || :
-/usr/bin/monodoc --make-search-index >/dev/null 2>/dev/null || :
-
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog
@@ -83,3 +95,7 @@ echo "Please wait, generating index..."
 %files gecko
 %defattr(644,root,root,755)
 %{_prefix}/lib/monodoc/GeckoHtmlRender.dll
+
+%files gtkhtml
+%defattr(644,root,root,755)
+%{_prefix}/lib/monodoc/GtkHtmlHtmlRender.dll
This page took 0.093056 seconds and 4 git commands to generate.