diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-06-27 14:34:17 -0700 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-06-27 14:34:17 -0700 |
| commit | 2dc8a24a7511cbc0c3881fb4c4486f63dc01c85a (patch) | |
| tree | 87bfd877f6bc0907573a992182dac5459527a4e4 /rust | |
| parent | 69705000ba9175fd69964ede2cc9c333b015b37d (diff) | |
-rust-smithay-client-toolkit (reviewed)
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/rust-smithay-client-toolkit.spec | 114 |
1 files changed, 0 insertions, 114 deletions
diff --git a/rust/rust-smithay-client-toolkit.spec b/rust/rust-smithay-client-toolkit.spec deleted file mode 100644 index 6d400b1..0000000 --- a/rust/rust-smithay-client-toolkit.spec +++ /dev/null @@ -1,114 +0,0 @@ -# Generated by rust2rpm 13 - -# the tests depending on frames fail because that feature depends on andrew -%bcond_with check - -# andrew depends on smithay-client-toolkit, disable when bootstrapping -%bcond_with andrew - -%global debug_package %{nil} - -%global crate smithay-client-toolkit - -Name: rust-%{crate} -Version: 0.9.1 -Release: 2%{?dist} -Summary: Toolkit for making client wayland applications - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/smithay-client-toolkit -Source: %{crates_source} -%if %{without andrew} -# Initial patched metadata -Patch0: smithay-client-toolkit-fix-metadata.diff -%endif - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Toolkit for making client wayland applications.} - -%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.txt -%doc CHANGELOG.md CONTRIBUTING.md 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}+calloop-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+calloop-devel %{_description} - -This package contains library source intended for building other packages -which use "calloop" feature of "%{crate}" crate. - -%files -n %{name}+calloop-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%if %{with andrew} -%package -n %{name}+frames-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+frames-devel %{_description} - -This package contains library source intended for building other packages -which use "frames" feature of "%{crate}" crate. - -%files -n %{name}+frames-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml -%endif - -%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 -* Fri Jun 26 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.9.1-2 -- Add license and documentation files - -* Fri May 22 14:04:46 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.9.1-1 -- Initial package |
