forked from pool/cups-backends
Accepting request 478317 from Printing
- Corrected improper source macro for COPYING file. (forwarded request 478003 from sfalken) OBS-URL: https://build.opensuse.org/request/show/478317 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups-backends?expand=0&rev=22
This commit is contained in:
commit
8557bdc30d
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 9 17:07:47 UTC 2017 - sfalken@opensuse.org
|
||||||
|
|
||||||
|
- Corrected improper source macro for COPYING file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 9 04:48:05 UTC 2017 - sfalken@opensuse.org
|
||||||
|
|
||||||
|
- Changed how COPYING is installed. The %doc macro is no longer
|
||||||
|
properly expanding ${RPM_SOURCE_DIR}, and isn't handling things
|
||||||
|
properly with having the COPYING file manually installed in
|
||||||
|
this package. Clears builderror in openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 3 16:44:47 CET 2016 - jsmeix@suse.de
|
Thu Mar 3 16:44:47 CET 2016 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cups-backends
|
# spec file for package cups-backends
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -65,13 +65,16 @@ install -m 755 ${RPM_SOURCE_DIR}/pipe $RPM_BUILD_ROOT/usr/lib/cups/backend/pipe
|
|||||||
# provided here but now named /usr/lib/cups/backend/beh.pl
|
# provided here but now named /usr/lib/cups/backend/beh.pl
|
||||||
# to avoid that cups-backends conflicts with cups-filters:
|
# to avoid that cups-backends conflicts with cups-filters:
|
||||||
install -m 755 ${RPM_SOURCE_DIR}/beh $RPM_BUILD_ROOT/usr/lib/cups/backend/beh.pl
|
install -m 755 ${RPM_SOURCE_DIR}/beh $RPM_BUILD_ROOT/usr/lib/cups/backend/beh.pl
|
||||||
|
# Source100: COPYING
|
||||||
|
install -Dm 644 %{S:100} %{buildroot}%{_docdir}/%{name}/COPYING
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc ${RPM_SOURCE_DIR}/COPYING
|
|
||||||
%dir /usr/lib/cups
|
%dir /usr/lib/cups
|
||||||
%dir /usr/lib/cups/backend
|
%dir /usr/lib/cups/backend
|
||||||
|
%dir %{_docdir}/%{name}
|
||||||
/usr/lib/cups/backend/pipe
|
/usr/lib/cups/backend/pipe
|
||||||
/usr/lib/cups/backend/beh.pl
|
/usr/lib/cups/backend/beh.pl
|
||||||
|
%{_docdir}/%{name}/COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user