diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-06-14 15:23:46 -0700 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-06-14 15:23:46 -0700 |
| commit | d9ddcaa7a740196421da4913ee1d2e7bb310675f (patch) | |
| tree | 66f22c5624279e1a4d1a2bd521435a1e1e65ded2 /rust | |
| parent | 92429209d1cfabcf3bf77f915b347c0d1f0327fc (diff) | |
| download | specs-d9ddcaa7a740196421da4913ee1d2e7bb310675f.tar.gz specs-d9ddcaa7a740196421da4913ee1d2e7bb310675f.tar.xz specs-d9ddcaa7a740196421da4913ee1d2e7bb310675f.zip | |
-rust-choosier
packaged
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/rust-choosier.spec | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/rust/rust-choosier.spec b/rust/rust-choosier.spec deleted file mode 100644 index d21bbfd..0000000 --- a/rust/rust-choosier.spec +++ /dev/null @@ -1,60 +0,0 @@ -# Generated by rust2rpm 13 -%bcond_without check -%global __cargo_skip_build 0 - -%global crate choosier - -Name: rust-%{crate} -Version: 0.1.0 -Release: 1%{?dist} -Summary: Choose your browser based on the URL given - -# Upstream license specification: MPL-2.0 -License: MPLv2.0 -URL: https://crates.io/crates/choosier -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging -BuildRequires: desktop-file-utils - -%global _description %{expand: -Choose your browser based on the URL given.} - -%description %{_description} - -%package -n %{crate} -Summary: %{summary} - -%description -n %{crate} %{_description} - -%files -n %{crate} -%license LICENSE.txt -%doc README.md examples -%{_bindir}/choosier -%{_datadir}/applications/choosier.desktop - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install -%make_install PREFIX=%{_prefix} -desktop-file-validate %{buildroot}/%{_datadir}/applications/choosier.desktop - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -* Sun Jun 07 18:20:05 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.1.0-1 -- Initial package |
