diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-05-23 13:47:53 -0700 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-05-23 13:47:53 -0700 |
| commit | 77207f90b625aa73218f1ce4b08d9136f7e76199 (patch) | |
| tree | 28540688f9ae3717a286ad36f08f8c08d420e7af /rust | |
| parent | d9234055b3db81d4b4c9a29ca566eed4039c2d29 (diff) | |
+rust-podio
+rust-zip
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/rust-podio.spec | 75 | ||||
| -rw-r--r-- | rust/rust-zip.spec | 137 |
2 files changed, 212 insertions, 0 deletions
diff --git a/rust/rust-podio.spec b/rust/rust-podio.spec new file mode 100644 index 0000000..912052c --- /dev/null +++ b/rust/rust-podio.spec @@ -0,0 +1,75 @@ +# Generated by rust2rpm 13 +%bcond_without check +%global debug_package %{nil} + +%global crate podio + +Name: rust-%{crate} +Version: 0.1.6 +Release: 1%{?dist} +Summary: Additional trait for Read and Write to read and write Plain Old Data + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/podio +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Additional trait for Read and Write to read and write Plain Old Data.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%license LICENSE-MIT LICENSE-APACHE +%doc README.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%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_no_tilde}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Sat May 23 13:28:34 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.1.6-1 +- Initial package diff --git a/rust/rust-zip.spec b/rust/rust-zip.spec new file mode 100644 index 0000000..5faec20 --- /dev/null +++ b/rust/rust-zip.spec @@ -0,0 +1,137 @@ +# Generated by rust2rpm 13 +%bcond_without check +%global debug_package %{nil} + +%global crate zip + +Name: rust-%{crate} +Version: 0.5.5 +Release: 1%{?dist} +Summary: Library to support the reading and writing of zip files + +# Upstream license specification: MIT +License: MIT +URL: https://crates.io/crates/zip +Source: %{crates_source} +# Initial patched metadata +Patch0: zip-fix-metadata.diff + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Library to support the reading and writing of zip files.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%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_no_tilde}/ + +%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_no_tilde}/Cargo.toml + +%package -n %{name}+deflate-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+deflate-devel %{_description} + +This package contains library source intended for building other packages +which use "deflate" feature of "%{crate}" crate. + +%files -n %{name}+deflate-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+deflate-miniz-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+deflate-miniz-devel %{_description} + +This package contains library source intended for building other packages +which use "deflate-miniz" feature of "%{crate}" crate. + +%files -n %{name}+deflate-miniz-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+deflate-zlib-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+deflate-zlib-devel %{_description} + +This package contains library source intended for building other packages +which use "deflate-zlib" feature of "%{crate}" crate. + +%files -n %{name}+deflate-zlib-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+flate2-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+flate2-devel %{_description} + +This package contains library source intended for building other packages +which use "flate2" feature of "%{crate}" crate. + +%files -n %{name}+flate2-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+time-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+time-devel %{_description} + +This package contains library source intended for building other packages +which use "time" feature of "%{crate}" crate. + +%files -n %{name}+time-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Sat May 23 13:25:44 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.5.5-1 +- Initial package |
