mirror of
https://abf.rosa.ru/djam/unrar.git
synced 2025-02-23 18:42:57 +00:00
Automatic import for version 4.20
This commit is contained in:
parent
a6d381cf01
commit
9164fca739
2 changed files with 52 additions and 22 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
"unrarsrc-4.0.7.tar.gz": e4c8b0d47278475f3dfb77e8497f5818eca3d4a0
|
||||
"unrarsrc-4.2.4.tar.gz": 1cc29603fb4e4df16a3aa9bfc7da1afaf0923259
|
||||
|
|
72
unrar.spec
72
unrar.spec
|
@ -1,18 +1,12 @@
|
|||
%define name unrar
|
||||
%define summary Decompressor for .rar format archives
|
||||
%define version 4.00
|
||||
%define fversion 4.0.7
|
||||
%define release %mkrel 1
|
||||
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Summary: %{summary}
|
||||
Source: http://www.rarlab.com/rar/%{name}src-%fversion.tar.gz
|
||||
%define oversion 4.2.4
|
||||
Name: unrar
|
||||
Version: 4.20
|
||||
Release: %mkrel 1
|
||||
Summary: Decompressor for .rar format archives
|
||||
Source0: http://www.rarlab.com/rar/%{name}src-%oversion.tar.gz
|
||||
Url: http://www.rarlab.com/rar_add.htm
|
||||
License: Freeware
|
||||
Group: Archiving/Compression
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Conflicts: bash-completion < 20031225
|
||||
|
||||
%description
|
||||
|
@ -20,28 +14,64 @@ The unrar program is used to uncompress .rar format archives, which were
|
|||
somewhat popular on DOS based machines.
|
||||
|
||||
%prep
|
||||
%setup -q -n %name
|
||||
%setup -qn %{name}
|
||||
|
||||
%build
|
||||
make -f makefile.unix CXXFLAGS="%{optflags}" LDFLAGS="%{ldflags}" STRIP=true
|
||||
|
||||
%install
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
|
||||
install -m 755 unrar $RPM_BUILD_ROOT%{_bindir}
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
install -d -m 755 %{buildroot}%{_bindir}
|
||||
install -m 755 unrar %{buildroot}%{_bindir}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc license.txt readme.txt
|
||||
%{_bindir}/unrar
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 09 2011 Götz Waschk <waschk@mandriva.org> 4.00-1mdv2011.0
|
||||
* Thu Jun 14 2012 Götz Waschk <waschk@mandriva.org> 4.20-1
|
||||
+ Revision: 805597
|
||||
- new version 4.20
|
||||
|
||||
* Mon May 28 2012 Götz Waschk <waschk@mandriva.org> 4.20-0.beta3.1
|
||||
+ Revision: 801014
|
||||
- fix version number
|
||||
|
||||
* Mon May 28 2012 Alexander Khrukin <akhrukin@mandriva.org> 4.20-0.beta2.2
|
||||
+ Revision: 800921
|
||||
- version update 4.2.3
|
||||
|
||||
* Sat May 19 2012 Götz Waschk <waschk@mandriva.org> 4.20-0.beta2.1
|
||||
+ Revision: 799671
|
||||
- fix version number
|
||||
|
||||
* Sat May 19 2012 Alexander Khrukin <akhrukin@mandriva.org> 4.10-2
|
||||
+ Revision: 799589
|
||||
- version update 4.2.2
|
||||
|
||||
* Wed Jan 18 2012 Götz Waschk <waschk@mandriva.org> 4.10-1
|
||||
+ Revision: 762128
|
||||
- new version
|
||||
|
||||
* Wed Nov 09 2011 Götz Waschk <waschk@mandriva.org> 4.10-0.beta3.1
|
||||
+ Revision: 729307
|
||||
- new version 4.10 beta 3
|
||||
|
||||
* Fri Oct 21 2011 Götz Waschk <waschk@mandriva.org> 4.10-0.beta2.1
|
||||
+ Revision: 705597
|
||||
- new prerelease
|
||||
|
||||
* Thu Oct 20 2011 Götz Waschk <waschk@mandriva.org> 4.10-0.beta1.1
|
||||
+ Revision: 705487
|
||||
- revert package version to the version displayed by the application
|
||||
|
||||
* Wed Oct 19 2011 Matthew Dawkins <mattydaw@mandriva.org> 4.1.1-1
|
||||
+ Revision: 705432
|
||||
- new version 4.1.1
|
||||
cleaned up spec
|
||||
|
||||
* Wed Mar 09 2011 Götz Waschk <waschk@mandriva.org> 4.00-1
|
||||
+ Revision: 643048
|
||||
- new version
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue