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

megabajt megabajt at pld-linux.org
Sun Oct 24 12:20:16 CEST 2010


Author: megabajt                     Date: Sun Oct 24 10:20:16 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: packages/dotnet-gkeyfile-sharp/dotnet-gkeyfile-sharp.spec
diff -u /dev/null packages/dotnet-gkeyfile-sharp/dotnet-gkeyfile-sharp.spec:1.1
--- /dev/null	Sun Oct 24 12:20:16 2010
+++ packages/dotnet-gkeyfile-sharp/dotnet-gkeyfile-sharp.spec	Sun Oct 24 12:20:11 2010
@@ -0,0 +1,83 @@
+# $Revision$, $Date$
+#
+%include	/usr/lib/rpm/macros.mono
+#
+Summary:	.NET bindings for GLib2's keyfile implementation
+Summary(pl.UTF-8):	Wiązania implementacji GLib2 keyfile dla .NET
+Name:		dotnet-gkeyfile-sharp
+Version:	0.1
+Release:	1
+License:	LGPL v2.1
+Group:		Libraries
+Source0:	gkeyfile-sharp-%{version}.tar.gz
+# Source0-md5:	52988c1293443b8cb536d1b971a14158
+URL:		http://github.com/mono/gkeyfile-sharp/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	dotnet-gtk-sharp2-devel >= 2.12.9
+BuildRequires:	glib2-devel >= 1:2.6.0
+BuildRequires:	mono-csharp >= 2.0.0
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(monoautodeps)
+Requires:	glib2 >= 1:2.6.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides bindings for .NET to GLib2's keyfile
+implementation.
+
+%description -l pl.UTF-8
+Pakiet ten dostarcza wiązania dla .NET do implementacji GLib2 keyfile.
+
+%package devel
+Summary:	gkeyfile-sharp development files
+Summary(pl.UTF-8):	Pliki programistyczne gkeyfile-sharp
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	dotnet-gtk-sharp2-devel >= 2.12.9
+
+%description devel
+gkeyfile-sharp development files.
+
+%description devel -l pl.UTF-8
+Pliki programistyczne gkeyfile-sharp.
+
+%prep
+%setup -q -n mono-gkeyfile-sharp-1a1adb8/
+
+%build
+%{__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/mono/gac/gkeyfile-sharp
+
+%files devel
+%defattr(644,root,root,755)
+%dir %{_prefix}/lib/mono/gkeyfile-sharp
+%{_prefix}/lib/mono/gkeyfile-sharp/gkeyfile-sharp.dll
+%{_pkgconfigdir}/gkeyfile-sharp.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/24 10:20:11  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list