commit e9371b53d0323603dde7d30079e8b6855b12a2f1 Author: MSVSphere Packaging Team Date: Fri Dec 20 14:52:58 2024 +0300 import rust-bankstown-lv2-1.1.0-3.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e09446 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/bankstown-lv2-1.1.0.crate diff --git a/.rust-bankstown-lv2.metadata b/.rust-bankstown-lv2.metadata new file mode 100644 index 0000000..b7b577a --- /dev/null +++ b/.rust-bankstown-lv2.metadata @@ -0,0 +1 @@ +2a88c9594bc094e2a430f13ae543cc9792926e81 SOURCES/bankstown-lv2-1.1.0.crate diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..58f75ec --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# rust-bankstown-lv2 + +The rust-bankstown-lv2 package diff --git a/SPECS/rust-bankstown-lv2.spec b/SPECS/rust-bankstown-lv2.spec new file mode 100644 index 0000000..6b5c77e --- /dev/null +++ b/SPECS/rust-bankstown-lv2.spec @@ -0,0 +1,98 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.3) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 3; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +# Generated by rust2rpm 25 +%bcond_without check + +%global crate bankstown-lv2 + +Name: rust-bankstown-lv2 +Version: 1.1.0 +Release: %autorelease +Summary: Barebones, fast LV2 bass enhancement plugin + +License: MIT +URL: https://crates.io/crates/bankstown-lv2 +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 +BuildRequires: make + +# Not supported by rust-lv2 +ExcludeArch: ppc64le s390x + +%global _description %{expand: +Bankstown is a barebones, fast LV2 bass enhancement plugin implementing +halfway-decent three-stage psychoacoustic bass approximation.} + +%description %{_description} + +%package -n lv2-bankstown +Summary: %{summary} +License: MIT AND (MIT OR Apache-2.0) +Requires: lv2 +Provides: %{crate} = %{version}-%{release} +Provides: %{crate}%{?_isa} = %{version}-%{release} +Obsoletes: %{crate} < 1.0.0-2 + +%description -n lv2-bankstown %{_description} + +%files -n lv2-bankstown +%license LICENSE +%license LICENSE.dependencies +%doc README.md +%{_libdir}/lv2/bankstown.lv2/ + +%prep +%autosetup -n %{crate}-%{version} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build +%{cargo_license_summary} +%{cargo_license} > LICENSE.dependencies + +%install +%make_install LIBDIR="%{_libdir}" + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Fri Dec 20 2024 MSVSphere Packaging Team - 1.1.0-3 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Fri Jul 19 2024 Fedora Release Engineering - 1.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jan 26 2024 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Dec 29 2023 Davide Cavalca - 1.1.0-1 +- Update to 1.1.0; Fixes: RHBZ#2256181 + +* Fri Dec 15 2023 Davide Cavalca - 1.0.3-1 +- Update to 1.0.3; Fixes: RHBZ#2254708 + +* Thu Dec 14 2023 Davide Cavalca - 1.0.2-1 +- Update to 1.0.2; Fixes: RHBZ#2254519 + +* Tue Oct 31 2023 Davide Cavalca - 1.0.0-2 +- Rename binary package and fix license + +* Tue Oct 31 2023 Davide Cavalca - 1.0.0-1 +- Initial import; Fixes: RHBZ#2247093 +## END: Generated by rpmautospec