diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 391c5cf..0000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/websocket-0.22.3.crate -/websocket-0.22.4.crate -/websocket-0.24.0.crate -/websocket-0.26.2.crate -/websocket-0.26.3.crate -/websocket-0.26.4.crate -/websocket-0.26.5.crate diff --git a/README.md b/README.md deleted file mode 100644 index 1859558..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-websocket - -The rust-websocket package \ No newline at end of file diff --git a/changelog b/changelog deleted file mode 100644 index 9a48904..0000000 --- a/changelog +++ /dev/null @@ -1,32 +0,0 @@ -* Sat Jan 22 2022 Fedora Release Engineering - 0.26.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.26.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu May 20 2021 Fabio Valentini - 0.26.2-1 -- Update to version 0.26.2. - -* Wed Jan 27 2021 Fedora Release Engineering - 0.24.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.24.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jan 30 2020 Fedora Release Engineering - 0.24.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Dec 05 14:41:35 CET 2019 Igor Gnatenko - 0.24.0-1 -- Update to 0.24.0 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.22.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Jun 22 12:42:32 CEST 2019 Igor Gnatenko - 0.22.4-2 -- Regenerate - -* Thu May 02 08:49:24 CEST 2019 Igor Gnatenko - 0.22.4-1 -- Update to 0.22.4 - -* Wed Mar 13 2019 Igor Gnatenko - 0.22.3-1 -- Initial package diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c7912ba --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer needed diff --git a/rust-websocket.spec b/rust-websocket.spec deleted file mode 100644 index 1807935..0000000 --- a/rust-websocket.spec +++ /dev/null @@ -1,228 +0,0 @@ -# Generated by rust2rpm 22 -%bcond_without check -%global debug_package %{nil} - -%global crate websocket - -Name: rust-websocket -Version: 0.26.5 -Release: %autorelease -Summary: WebSocket (RFC6455) library for Rust - -License: MIT -URL: https://crates.io/crates/websocket -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging >= 21 - -%global _description %{expand: -WebSocket (RFC6455) library for Rust.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch -Provides: deprecated() - -%description devel %{_description} - -This package contains library source intended for building other packages which -use the "%{crate}" crate. - -%files devel -%license %{crate_instdir}/LICENSE -%doc %{crate_instdir}/README.md -%doc %{crate_instdir}/ROADMAP.md -%{crate_instdir}/ - -%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 the "default" feature of the "%{crate}" crate. - -%files -n %{name}+default-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+async-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+async-devel %{_description} - -This package contains library source intended for building other packages which -use the "async" feature of the "%{crate}" crate. - -%files -n %{name}+async-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+async-ssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+async-ssl-devel %{_description} - -This package contains library source intended for building other packages which -use the "async-ssl" feature of the "%{crate}" crate. - -%files -n %{name}+async-ssl-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+bytes-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+bytes-devel %{_description} - -This package contains library source intended for building other packages which -use the "bytes" feature of the "%{crate}" crate. - -%files -n %{name}+bytes-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+futures-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+futures-devel %{_description} - -This package contains library source intended for building other packages which -use the "futures" feature of the "%{crate}" crate. - -%files -n %{name}+futures-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+native-tls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+native-tls-devel %{_description} - -This package contains library source intended for building other packages which -use the "native-tls" feature of the "%{crate}" crate. - -%files -n %{name}+native-tls-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+nightly-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+nightly-devel %{_description} - -This package contains library source intended for building other packages which -use the "nightly" feature of the "%{crate}" crate. - -%files -n %{name}+nightly-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+sync-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+sync-devel %{_description} - -This package contains library source intended for building other packages which -use the "sync" feature of the "%{crate}" crate. - -%files -n %{name}+sync-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+sync-ssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+sync-ssl-devel %{_description} - -This package contains library source intended for building other packages which -use the "sync-ssl" feature of the "%{crate}" crate. - -%files -n %{name}+sync-ssl-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tokio-codec-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-codec-devel %{_description} - -This package contains library source intended for building other packages which -use the "tokio-codec" feature of the "%{crate}" crate. - -%files -n %{name}+tokio-codec-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tokio-io-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-io-devel %{_description} - -This package contains library source intended for building other packages which -use the "tokio-io" feature of the "%{crate}" crate. - -%files -n %{name}+tokio-io-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tokio-reactor-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-reactor-devel %{_description} - -This package contains library source intended for building other packages which -use the "tokio-reactor" feature of the "%{crate}" crate. - -%files -n %{name}+tokio-reactor-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tokio-tcp-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-tcp-devel %{_description} - -This package contains library source intended for building other packages which -use the "tokio-tcp" feature of the "%{crate}" crate. - -%files -n %{name}+tokio-tcp-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tokio-tls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-tls-devel %{_description} - -This package contains library source intended for building other packages which -use the "tokio-tls" feature of the "%{crate}" crate. - -%files -n %{name}+tokio-tls-devel -%ghost %{crate_instdir}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires -a - -%build -%cargo_build -a - -%install -%cargo_install -a - -%if %{with check} -%check -%cargo_test -a -%endif - -%changelog -%autochangelog diff --git a/rust2rpm.conf b/rust2rpm.conf deleted file mode 100644 index f626714..0000000 --- a/rust2rpm.conf +++ /dev/null @@ -1,2 +0,0 @@ -[DEFAULT] -all-features = true diff --git a/sources b/sources deleted file mode 100644 index 183ad83..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (websocket-0.26.5.crate) = 6489f639430a7c496e2b3502a110777cf275fce29b9ef1a67f083042846b767c7c1b74cd112ee604ca5e17de23033a28f3d79d56fd27ba9c1a103d2d307ce584