Accepting request 1176724 from home:dimstar:Factory
- Fix minor issues: + Do not build devscripts main package (empty) in checkbashisms flavor. + Ensure the two flavors have different .src.rpm names, not overwriting each other. OBS-URL: https://build.opensuse.org/request/show/1176724 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/devscripts?expand=0&rev=32
This commit is contained in:
parent
0f853a5619
commit
fba81c09e1
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 12:16:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix minor issues:
|
||||
+ Do not build devscripts main package (empty) in checkbashisms
|
||||
flavor.
|
||||
+ Ensure the two flavors have different .src.rpm names, not
|
||||
overwriting each other.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 10:43:58 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -17,9 +17,12 @@
|
||||
|
||||
|
||||
%define flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "checkbashisms"
|
||||
%define name_suffix -checkbashisms
|
||||
%endif
|
||||
|
||||
%define _xsl_stylesheet %{_datadir}/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl
|
||||
Name: devscripts
|
||||
Name: devscripts%{?name_suffix}
|
||||
Version: 2.22.2
|
||||
Release: 0
|
||||
Summary: Scripts to make the life of a Debian Package maintainer easier
|
||||
@ -152,8 +155,8 @@ fi
|
||||
install -Dpm 0644 debian/changelog %{buildroot}%{_docdir}/devscripts/changelog
|
||||
%endif
|
||||
|
||||
%files
|
||||
%if "%{flavor}" == ""
|
||||
%files
|
||||
%license debian/copyright COPYING
|
||||
%doc %{_docdir}/devscripts/
|
||||
%{_bindir}/*
|
||||
|
Loading…
Reference in New Issue
Block a user