SPECS: dotnet-njb-sharp.spec (NEW) - initial PLD release
patrys
patrys at pld-linux.org
Sat Jul 7 19:00:45 CEST 2007
Author: patrys Date: Sat Jul 7 17:00:45 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD release
---- Files affected:
SPECS:
dotnet-njb-sharp.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/dotnet-njb-sharp.spec
diff -u /dev/null SPECS/dotnet-njb-sharp.spec:1.1
--- /dev/null Sat Jul 7 19:00:45 2007
+++ SPECS/dotnet-njb-sharp.spec Sat Jul 7 19:00:40 2007
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+#
+%include /usr/lib/rpm/macros.mono
+#
+Summary: .NET support for NJB players
+Name: dotnet-njb-sharp
+Version: 0.3.0
+Release: 1
+License: GPL
+Group: Development/Libraries
+Source0: http://banshee-project.org/files/njb-sharp/njb-sharp-%{version}.tar.gz
+# Source0-md5: d59525dcfa69d6196b339b519f53525e
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libnjb-devel >= 2.2.4
+BuildRequires: libtool
+BuildRequires: mono-csharp >= 1.1.16.1
+BuildRequires: pkgconfig
+ExcludeArch: i386
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+njb-sharp provides C# bindings for libnjb, to provide NJB Digital
+Audio Player (DAP) support to Mono applications.
+
+%prep
+%setup -qn njb-sharp-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+export CPPFLAGS="-I%{_includedir}/libnjb"
+%configure
+
+%{__make}
+
+%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/njb-sharp
+%{_pkgconfigdir}/njb-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 2007/07/07 17:00:40 patrys
+- initial PLD release
+
================================================================
More information about the pld-cvs-commit
mailing list