]> git.pld-linux.org Git - packages/dotnet-gtksourceview-sharp2.git/commitdiff
- moved from dotnet-gtksourceview DEVEL branch
authorfreetz <freetz@pld-linux.org>
Wed, 30 Nov 2005 16:29:09 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-gtksourceview-sharp2.spec -> 1.1

dotnet-gtksourceview-sharp2.spec [new file with mode: 0644]

diff --git a/dotnet-gtksourceview-sharp2.spec b/dotnet-gtksourceview-sharp2.spec
new file mode 100644 (file)
index 0000000..8426406
--- /dev/null
@@ -0,0 +1,88 @@
+%include       /usr/lib/rpm/macros.mono
+Summary:       .NET language bindings for GtkSourceView
+Summary(pl):   Wi±zania GtkSourceView dla .NET
+Name:          dotnet-gtksourceview-sharp2
+Version:       0.10
+Release:       1
+License:       LGPL
+Group:         Development/Libraries
+Source0:       http://go-mono.com/sources/gtksourceview-sharp-2.0/gtksourceview-sharp-2.0-%{version}.tar.gz
+# Source0-md5: 2179634b8931e6be849a1e1f82c834e3
+Patch0:                %{name}-install.patch
+URL:           http://www.mono-project.com/
+BuildRequires: autoconf
+BuildRequires: automake >= 1:1.7
+BuildRequires: dotnet-gtk-sharp2-gnome-devel >= 1.9.3
+BuildRequires: gtksourceview-devel >= 1.0.1
+BuildRequires: libtool
+BuildRequires: monodoc
+BuildRequires: mono-csharp >= 1.1.6
+BuildRequires: pkgconfig
+Requires:      gtksourceview >= 1.0.1
+ExcludeArch:   alpha i386 sparc sparc64
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides bindings for .NET to Gtk+ and GNOME libraries.
+
+%description -l pl
+Pakiet ten dostarcza wi±zania dla .NET do bibliotek z Gtk+2oraz
+GNOME.
+
+%package devel
+Summary:       Development part of GtkSourceView#
+Summary(pl):   Czê¶æ GtkSourceView# przeznaczona dla programistów
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      dotnet-gtk-sharp2-gnome-devel >= 1.9.3
+
+%description devel
+Development part of GtkSourceView#.
+
+%description devel -l pl
+Czê¶æ GtkSourceView# przeznaczona dla programistów.
+
+%prep
+%setup -q -n gtksourceview-sharp-2.0-%{version}
+%patch0 -p1
+
+%build
+rm -rf autom4te.cache
+%{__libtoolize}
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT`monodoc --get-sourcesdir`
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+if test -d $RPM_BUILD_ROOT%{_pkgconfigdir} ; then
+  :
+else
+  install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
+  mv $RPM_BUILD_ROOT/usr/lib/pkgconfig/* $RPM_BUILD_ROOT%{_pkgconfigdir}
+fi
+
+# already in main package
+rm -f $RPM_BUILD_ROOT%{_datadir}/gtksourceview-1.0/language-specs/{csharp,nemerle,vbnet}.lang
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_libdir}/mono/gac/*
+
+%files devel
+%defattr(644,root,root,755)
+%doc ChangeLog AUTHORS
+%{_datadir}/gapi-2.0/*
+%{_pkgconfigdir}/*
+%{_libdir}/monodoc/sources/gtksourceview-sharp-*
+%{_libdir}/mono/gtksourceview-sharp-2.0
This page took 0.103097 seconds and 4 git commands to generate.