- 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:
parent
c893385f73
commit
39075fdd58
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:bc420e2f42a98d90f32d71bc5e895494c39fb356db5a7084637bde03bd653626
|
oid sha256:991abc718c6b82e7eec0ab6700f8ef885cb3da7dc3af1a7494f155acc3c1cb25
|
||||||
size 21579
|
size 21734
|
||||||
|
@ -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
|
Thu Jun 28 10:43:34 CEST 2018 - schubi@suse.de
|
||||||
|
|
||||||
|
@ -61,12 +61,18 @@ rake test:unit
|
|||||||
%install
|
%install
|
||||||
rake install DESTDIR="%{buildroot}"
|
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
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{yast_dir}/clients/*.rb
|
%{yast_dir}/clients/*.rb
|
||||||
%{yast_dir}/lib/iochannel
|
%{yast_dir}/lib/iochannel
|
||||||
%{yast_desktopdir}/cio.desktop
|
%{yast_desktopdir}/cio.desktop
|
||||||
|
|
||||||
%doc COPYING README.md
|
%doc README.md
|
||||||
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user