]> git.pld-linux.org Git - packages/dotnet-gstreamer-sharp.git/blame - dotnet-gstreamer-sharp.spec
- new; no stable 0.10 yet
[packages/dotnet-gstreamer-sharp.git] / dotnet-gstreamer-sharp.spec
CommitLineData
a7faf783
JB
1%include /usr/lib/rpm/macros.mono
2Summary: .NET bindings for GStreamer
3Summary(pl.UTF-8): Wiązania GStreamera dla .NET
4Name: dotnet-gstreamer-sharp
5Version: 0.9.2
6Release: 1
7License: LGPL v2+
8Group: Libraries
9Source0: http://gstreamer.freedesktop.org/src/gstreamer-sharp/gstreamer-sharp-%{version}.tar.bz2
10# Source0-md5: 767bdba4dd753ba766352360c7053c14
11URL: http://gstreamer.org/
12BuildRequires: glib2-devel >= 1:2.18.1
13BuildRequires: gstreamer-devel >= 0.10.25
14BuildRequires: gstreamer-plugins-base-devel >= 0.10.25
15BuildRequires: mono-csharp >= 2.4
16BuildRequires: monodoc >= 1.1
17BuildRequires: pkgconfig
18BuildRequires: rpmbuild(monoautodeps)
19Requires: glib2 >= 1:2.18.1
20Requires: gstreamer >= 0.10.25
21Requires: gstreamer-plugins-base >= 0.10.25
22Requires: mono >= 2.4
23ExclusiveArch: %{ix86} %{x8664} arm hppa ia64 ppc s390 s390x sparc sparcv9 sparc64
24ExcludeArch: i386
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28This package provides bindings for .NET to GStreamer libraries.
29
30%description -l pl.UTF-8
31Pakiet ten dostarcza wiązania dla .NET do bibliotek GStreamera.
32
33%package devel
34Summary: Development files for GStreamer-sharp library
35Summary(pl.UTF-8): Pliki programistyczne biblioteki GStreamer-sharp
36Group: Development/Libraries
37Requires: %{name} = %{version}-%{release}
38Requires: monodoc >= 1.1
39
40%description devel
41Development files for GStreamer-sharp library.
42
43%description devel -l pl.UTF-8
44Pliki programistyczne biblioteki GStreamer-sharp.
45
46%package static
47Summary: Static gstreamer-sharp library
48Summary(pl.UTF-8): Biblioteka statyczna gstreamer-sharp
49Group: Development/Libraries
50Requires: %{name}-devel = %{version}-%{release}
51
52%description static
53Static gstreamer-sharp library.
54
55%description static -l pl.UTF-8
56Biblioteka statyczna gstreamer-sharp.
57
58%prep
59%setup -q -n gstreamer-sharp-%{version}
60
61%build
62%configure
63%{__make}
64
65%install
66rm -rf $RPM_BUILD_ROOT
67
68%{__make} install \
69 DESTDIR=$RPM_BUILD_ROOT
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74%post -p /sbin/ldconfig
75%postun -p /sbin/ldconfig
76
77%files
78%defattr(644,root,root,755)
79%doc AUTHORS ChangeLog NEWS README RELEASE TODO
80%attr(755,root,root) %{_libdir}/libgstreamersharpglue-0.10.so
81# needed for DllImport on basename
82%{_libdir}/libgstreamersharpglue-0.10.la
83%{_prefix}/lib/mono/gac/gstreamer-sharp
84
85%files devel
86%defattr(644,root,root,755)
87%dir %{_prefix}/lib/mono/gstreamer-sharp-0.10
88%{_prefix}/lib/mono/gstreamer-sharp-0.10/gstreamer-sharp.dll
89%{_prefix}/lib/monodoc/sources/gstreamer-sharp-docs.*
90%{_datadir}/gapi/gstreamer-api.xml
91%{_pkgconfigdir}/gstreamer-sharp-0.10.pc
92
93%files static
94%defattr(644,root,root,755)
95%{_libdir}/libgstreamersharpglue-0.10.a
This page took 0.118499 seconds and 4 git commands to generate.