Author: freetz Date: Wed Nov 30 16:29:16 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - moved from dotnet-gtksourceview DEVEL branch
---- Files affected: SPECS: dotnet-gtksourceview-sharp2.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/dotnet-gtksourceview-sharp2.spec diff -u /dev/null SPECS/dotnet-gtksourceview-sharp2.spec:1.1 --- /dev/null Wed Nov 30 17:29:16 2005 +++ SPECS/dotnet-gtksourceview-sharp2.spec Wed Nov 30 17:29:09 2005 @@ -0,0 +1,99 @@ +# $Revision$, $Date$ +%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 + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/11/30 16:29:09 freetz +- moved from dotnet-gtksourceview DEVEL branch + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
