From da84d36f490c4e4ec11ebee9dbb0c2418d1752e3 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: May 05 2019 20:20:23 +0000 Subject: Initial import (#1706611). --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc5e015 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/gstreamer-audio-sys-0.7.0.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf new file mode 100644 index 0000000..37dc94c --- /dev/null +++ b/.rust2rpm.conf @@ -0,0 +1,21 @@ +[DEFAULT] +buildrequires = + pkgconfig(gstreamer-audio-1.0) >= 1.0 +lib.requires = + pkgconfig(gstreamer-audio-1.0) >= 1.0 +lib+v1_2.requires = + pkgconfig(gstreamer-audio-1.0) >= 1.2 +lib+v1_4.requires = + pkgconfig(gstreamer-audio-1.0) >= 1.4 +lib+v1_6.requires = + pkgconfig(gstreamer-audio-1.0) >= 1.6 +lib+v1_8.requires = + pkgconfig(gstreamer-audio-1.0) >= 1.8 +lib+v1_10.requires = + pkgconfig(gstreamer-audio-1.0) >= 1.10 +lib+v1_12.requires = + pkgconfig(gstreamer-audio-1.0) >= 1.12 +lib+v1_14.requires = + pkgconfig(gstreamer-audio-1.0) >= 1.14 +lib+v1_16.requires = + pkgconfig(gstreamer-audio-1.0) >= 1.16 diff --git a/rust-gstreamer-audio-sys.spec b/rust-gstreamer-audio-sys.spec new file mode 100644 index 0000000..f67a15b --- /dev/null +++ b/rust-gstreamer-audio-sys.spec @@ -0,0 +1,195 @@ +# Generated by rust2rpm +%bcond_without check +%global debug_package %{nil} + +%global crate gstreamer-audio-sys + +Name: rust-%{crate} +Version: 0.7.0 +Release: 1%{?dist} +Summary: GStreamer (Audio library) FFI bindings for Rust + +# Upstream license specification: MIT +License: MIT +URL: https://crates.io/crates/gstreamer-audio-sys +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging +BuildRequires: (crate(glib-sys/default) >= 0.8.0 with crate(glib-sys/default) < 0.9.0) +BuildRequires: (crate(gobject-sys/default) >= 0.8.0 with crate(gobject-sys/default) < 0.9.0) +BuildRequires: (crate(gstreamer-base-sys/default) >= 0.7.0 with crate(gstreamer-base-sys/default) < 0.8.0) +BuildRequires: (crate(gstreamer-sys/default) >= 0.7.0 with crate(gstreamer-sys/default) < 0.8.0) +BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) +BuildRequires: (crate(pkg-config/default) >= 0.3.7 with crate(pkg-config/default) < 0.4.0) +%if %{with check} +BuildRequires: (crate(shell-words/default) >= 0.1.0 with crate(shell-words/default) < 0.2.0) +BuildRequires: (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0) +%endif +BuildRequires: pkgconfig(gstreamer-audio-1.0) >= 1.0 + +%global _description \ +These bindings are providing unsafe FFI API that can be used to interface with\ +GStreamer. Generally they are meant to be used as the building block for\ +higher-level abstractions like:\ +\ +• Bindings for GStreamer applications and plugins:\ +https://gitlab.freedesktop.org/gstreamer/gstreamer-rs\ +\ +• Various GStreamer plugins written in Rust:\ +https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs\ +\ +The bindings are autogenerated with gir based on the GObject-Introspection API\ +metadata provided by the GStreamer project. + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-audio-1.0) >= 1.0 + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%doc README.md +%license LICENSE +%{cargo_registry}/%{crate}-%{version}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +This package contains library source intended for building other packages +which use "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+dox-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+dox-devel %{_description} + +This package contains library source intended for building other packages +which use "dox" feature of "%{crate}" crate. + +%files -n %{name}+dox-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_10-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-audio-1.0) >= 1.10 + +%description -n %{name}+v1_10-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_10" feature of "%{crate}" crate. + +%files -n %{name}+v1_10-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_12-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-audio-1.0) >= 1.12 + +%description -n %{name}+v1_12-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_12" feature of "%{crate}" crate. + +%files -n %{name}+v1_12-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_14-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-audio-1.0) >= 1.14 + +%description -n %{name}+v1_14-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_14" feature of "%{crate}" crate. + +%files -n %{name}+v1_14-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_2-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-audio-1.0) >= 1.2 + +%description -n %{name}+v1_2-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_2" feature of "%{crate}" crate. + +%files -n %{name}+v1_2-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_4-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-audio-1.0) >= 1.4 + +%description -n %{name}+v1_4-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_4" feature of "%{crate}" crate. + +%files -n %{name}+v1_4-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_6-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-audio-1.0) >= 1.6 + +%description -n %{name}+v1_6-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_6" feature of "%{crate}" crate. + +%files -n %{name}+v1_6-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_8-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-audio-1.0) >= 1.8 + +%description -n %{name}+v1_8-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_8" feature of "%{crate}" crate. + +%files -n %{name}+v1_8-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Sun May 05 19:47:40 EEST 2019 Artem Polishchuk - 0.7.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..4375c0e --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (gstreamer-audio-sys-0.7.0.crate) = e82d803cd4d84d486e1543d84069d1a8ff9180475aa81e77b88930d38779a7fa4ad8797aeeb6b94459146b5242349c37f5c383fff89aefe6bf6c7d262bdd7240