diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0929dfb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/gstreamer-sys-0.7.0.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf new file mode 100644 index 0000000..96e162b --- /dev/null +++ b/.rust2rpm.conf @@ -0,0 +1,25 @@ +[DEFAULT] +buildrequires = + pkgconfig(gstreamer-1.0) >= 1.0 +lib.requires = + pkgconfig(gstreamer-1.0) >= 1.0 +lib+v1_0_10.requires = + pkgconfig(gstreamer-1.0) >= 1.0.10 +lib+v1_2.requires = + pkgconfig(gstreamer-1.0) >= 1.2 +lib+v1_2_3.requires = + pkgconfig(gstreamer-1.0) >= 1.2.3 +lib+v1_4.requires = + pkgconfig(gstreamer-1.0) >= 1.4 +lib+v1_6.requires = + pkgconfig(gstreamer-1.0) >= 1.6 +lib+v1_8.requires = + pkgconfig(gstreamer-1.0) >= 1.8 +lib+v1_10.requires = + pkgconfig(gstreamer-1.0) >= 1.10 +lib+v1_12.requires = + pkgconfig(gstreamer-1.0) >= 1.12 +lib+v1_14.requires = + pkgconfig(gstreamer-1.0) >= 1.14 +lib+v1_16.requires = + pkgconfig(gstreamer-1.0) >= 1.16 diff --git a/rust-gstreamer-sys.spec b/rust-gstreamer-sys.spec new file mode 100644 index 0000000..2a07446 --- /dev/null +++ b/rust-gstreamer-sys.spec @@ -0,0 +1,218 @@ +# Generated by rust2rpm +%bcond_without check +%global debug_package %{nil} + +%global crate gstreamer-sys + +Name: rust-%{crate} +Version: 0.7.0 +Release: 2%{?dist} +Summary: Rust FFI bindings for GStreamer + +License: MIT +URL: https://crates.io/crates/gstreamer-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(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-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-1.0) >= 1.0 + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%license LICENSE +%doc README.md +%{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_0_10-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-1.0) >= 1.0.10 + +%description -n %{name}+v1_0_10-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_0_10" feature of "%{crate}" crate. + +%files -n %{name}+v1_0_10-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_10-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-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-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-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-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_2_3-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-1.0) >= 1.2.3 + +%description -n %{name}+v1_2_3-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_2_3" feature of "%{crate}" crate. + +%files -n %{name}+v1_2_3-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_4-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-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-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-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 +* Mon Apr 29 21:37:14 EEST 2019 Artem Polishchuk - 0.7.0-2 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..c4c20f3 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (gstreamer-sys-0.7.0.crate) = f372f9ca1568b71ab4a7a080b7e1959f1913d98324c68c914fedae8cbce12a322c521bab56a58b4cf3d9268cf4fd6f7ea5ea6331f3832222c3771848920b7573