Accepting request 920707 from home:firstyear:branches:devel:languages:rust

- Update spec based on reviewer feedback

OBS-URL: https://build.opensuse.org/request/show/920707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-packaging?expand=0&rev=3
This commit is contained in:
William Brown 2021-09-22 00:55:15 +00:00 committed by Git OBS Bridge
parent 11894d542e
commit c778fb5275
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 22 00:53:22 UTC 2021 - William Brown <william.brown@suse.com>
- Update spec based on reviewer feedback
-------------------------------------------------------------------
Tue Sep 21 02:11:48 UTC 2021 - William Brown <william.brown@suse.com>

View File

@ -21,7 +21,7 @@ Name: cargo-packaging
Version: 1.0.0~git3.e0b8dad
Release: 0
BuildArch: noarch
Summary: Some macros to assist with cargo and rust packaging 🦀
Summary: Some macros to assist with cargo and rust packaging
License: MPL-2.0
URL: https://github.com/Firstyear/cargo-packaging
Source0: %{name}-%{version}.tar.xz
@ -34,7 +34,7 @@ A set of macros to assist with cargo and rust packaging, written in a manner
that follows rust's best practices.
%prep
%setup -q
%autosetup
%build
@ -42,8 +42,6 @@ that follows rust's best practices.
install -D -p -m 0644 -t %{buildroot}%{_rpmconfigdir}/macros.d %{_builddir}/%{name}-%{version}/macros.cargo
%files
#license COPYING
#doc ChangeLog README
%{_rpmconfigdir}/macros.d/macros.cargo
%changelog