packages: dotnet-gio-sharp/dotnet-gio-sharp.spec (NEW) - new

megabajt megabajt at pld-linux.org
Sat Oct 23 22:50:49 CEST 2010


Author: megabajt                     Date: Sat Oct 23 20:50:49 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/dotnet-gio-sharp:
   dotnet-gio-sharp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dotnet-gio-sharp/dotnet-gio-sharp.spec
diff -u /dev/null packages/dotnet-gio-sharp/dotnet-gio-sharp.spec:1.1
--- /dev/null	Sat Oct 23 22:50:49 2010
+++ packages/dotnet-gio-sharp/dotnet-gio-sharp.spec	Sat Oct 23 22:50:44 2010
@@ -0,0 +1,82 @@
+# $Revision$, $Date$
+#
+%include	/usr/lib/rpm/macros.mono
+#
+Summary:	.NET language bindings for GIO
+Summary(pl.UTF-8):	Wiązania GIO dla .NET
+Name:		dotnet-gio-sharp
+Version:	0.2
+Release:	1
+License:	MIT
+Group:		Libraries
+Source0:	gio-sharp-%{version}.tar.gz
+# Source0-md5:	f619624cad668b5c5c7f0f0f51a4616c
+URL:		http://github.com/mono/gio-sharp/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	dotnet-gtk-sharp2-devel
+BuildRequires:	glib2-devel >= 1:2.22.0
+BuildRequires:	mono-csharp
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(monoautodeps)
+Requires:	glib2 >= 1:2.22.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides bindings for .NET to GIO library.
+
+%description -l pl.UTF-8
+Pakiet ten dostarcza wiązania dla .NET do biblioteki z GIO.
+
+%package devel
+Summary:	GIO# development files
+Summary(pl.UTF-8):	Pliki programistyczne GIO#
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	dotnet-gtk-sharp2-devel
+
+%description devel
+GIO# development files.
+
+%description devel -l pl.UTF-8
+Pliki programistyczne GIO#.
+
+%prep
+%setup -q -n mono-gio-sharp-4159f82/
+
+%build
+NOCONFIGURE=true ./autogen-2.22.sh
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make} -j1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%{_prefix}/lib/gio-sharp
+
+%files devel
+%defattr(644,root,root,755)
+%{_datadir}/gapi-2.0/gio-api.xml
+%{_pkgconfigdir}/gio-sharp-2.0.pc
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/10/23 20:50:44  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list