- Changed dir of COPYING file.

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-cio?expand=0&rev=9
This commit is contained in:
YaST Team Bot 2018-08-22 08:18:16 +00:00 committed by Git OBS Bridge
parent c893385f73
commit 39075fdd58
3 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc420e2f42a98d90f32d71bc5e895494c39fb356db5a7084637bde03bd653626
size 21579
oid sha256:991abc718c6b82e7eec0ab6700f8ef885cb3da7dc3af1a7494f155acc3c1cb25
size 21734

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 21 09:14:59 CEST 2018 - schubi@suse.de
- Changed dir of COPYING file.
-------------------------------------------------------------------
Thu Jun 28 10:43:34 CEST 2018 - schubi@suse.de

View File

@ -61,12 +61,18 @@ rake test:unit
%install
rake install DESTDIR="%{buildroot}"
# Remove the license from the /usr/share/doc/packages directory,
# it is also included in the /usr/share/licenses directory by using
# the %license tag.
rm -f $RPM_BUILD_ROOT/%{yast_docdir}/COPYING
%files
%defattr(-,root,root)
%{yast_dir}/clients/*.rb
%{yast_dir}/lib/iochannel
%{yast_desktopdir}/cio.desktop
%doc COPYING README.md
%doc README.md
%license COPYING
%changelog