forked from pool/unzip
- fix defaultattr for old distros
OBS-URL: https://build.opensuse.org/package/show/Archiving/unzip?expand=0&rev=27
This commit is contained in:
parent
4f9ea97447
commit
fc3ffe7249
@ -6,3 +6,5 @@ cp unzip.changes unzip-rcc.changes
|
||||
sed -i -e 's,Name: .*,Name: unzip-rcc,' unzip-rcc.spec
|
||||
sed -i -e 's,%bcond_with rcc,%bcond_without rcc,' unzip-rcc.spec
|
||||
|
||||
osc service localrun format_spec_file
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 18:29:07 UTC 2013 - coolo@suse.com
|
||||
|
||||
- fix defaultattr for old distros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 13:55:08 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -150,6 +150,7 @@ fi
|
||||
|
||||
%if %{without rcc}
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%doc %{_mandir}/man1/*
|
||||
%doc BUGS Contents History.* LICENSE README ToDo WHERE
|
||||
%doc *.txt proginfo
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 18:29:07 UTC 2013 - coolo@suse.com
|
||||
|
||||
- fix defaultattr for old distros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 13:55:08 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -150,6 +150,7 @@ fi
|
||||
|
||||
%if %{without rcc}
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%doc %{_mandir}/man1/*
|
||||
%doc BUGS Contents History.* LICENSE README ToDo WHERE
|
||||
%doc *.txt proginfo
|
||||
|
Loading…
Reference in New Issue
Block a user