SHA256
1
0
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:
Stephan Kulow 2013-08-02 18:29:42 +00:00 committed by Git OBS Bridge
parent 4f9ea97447
commit fc3ffe7249
5 changed files with 14 additions and 0 deletions

View File

@ -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,Name: .*,Name: unzip-rcc,' unzip-rcc.spec
sed -i -e 's,%bcond_with rcc,%bcond_without rcc,' unzip-rcc.spec sed -i -e 's,%bcond_with rcc,%bcond_without rcc,' unzip-rcc.spec
osc service localrun format_spec_file

View 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 Fri Aug 2 13:55:08 UTC 2013 - coolo@suse.com

View File

@ -150,6 +150,7 @@ fi
%if %{without rcc} %if %{without rcc}
%files doc %files doc
%defattr(-,root,root)
%doc %{_mandir}/man1/* %doc %{_mandir}/man1/*
%doc BUGS Contents History.* LICENSE README ToDo WHERE %doc BUGS Contents History.* LICENSE README ToDo WHERE
%doc *.txt proginfo %doc *.txt proginfo

View 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 Fri Aug 2 13:55:08 UTC 2013 - coolo@suse.com

View File

@ -150,6 +150,7 @@ fi
%if %{without rcc} %if %{without rcc}
%files doc %files doc
%defattr(-,root,root)
%doc %{_mandir}/man1/* %doc %{_mandir}/man1/*
%doc BUGS Contents History.* LICENSE README ToDo WHERE %doc BUGS Contents History.* LICENSE README ToDo WHERE
%doc *.txt proginfo %doc *.txt proginfo