Accepting request 246892 from home:jengelh:branches:Archiving
- Improve on RPM group classification OBS-URL: https://build.opensuse.org/request/show/246892 OBS-URL: https://build.opensuse.org/package/show/Archiving/cpio?expand=0&rev=48
This commit is contained in:
parent
dfa0e5df25
commit
091bc4a315
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 29 19:39:35 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Improve on RPM group classification (cpio does not compress
|
||||||
|
on its own per se)
|
||||||
|
- Remove redundant %clean section
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 21 11:35:36 UTC 2014 - vcizek@suse.com
|
Thu Aug 21 11:35:36 UTC 2014 - vcizek@suse.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Version: 2.11
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Backup and Archiving Utility
|
Summary: A Backup and Archiving Utility
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Backup
|
||||||
Source: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
Source: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
||||||
Patch2: cpio-use_new_ascii_format.patch
|
Patch2: cpio-use_new_ascii_format.patch
|
||||||
#oouch what a ...?! pieces of code grabed from mt_st package to add missing functionality (e.g. density info)
|
#oouch what a ...?! pieces of code grabed from mt_st package to add missing functionality (e.g. density info)
|
||||||
@ -115,9 +115,6 @@ ln -sf %_bindir/cpio $RPM_BUILD_ROOT/bin
|
|||||||
%postun
|
%postun
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#UsrMerge
|
#UsrMerge
|
||||||
|
Loading…
Reference in New Issue
Block a user