SPECS (DEVEL): rar.spec - up to 3.8.b4 - EA: %{ix86} %{x8664}
arvenil
arvenil at pld-linux.org
Fri Aug 15 10:21:30 CEST 2008
Author: arvenil Date: Fri Aug 15 08:21:30 2008 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- up to 3.8.b4
- EA: %{ix86} %{x8664}
---- Files affected:
SPECS:
rar.spec (1.39 -> 1.39.2.1)
---- Diffs:
================================================================
Index: SPECS/rar.spec
diff -u SPECS/rar.spec:1.39 SPECS/rar.spec:1.39.2.1
--- SPECS/rar.spec:1.39 Fri Jan 25 00:09:29 2008
+++ SPECS/rar.spec Fri Aug 15 10:21:24 2008
@@ -1,16 +1,19 @@
# $Revision$, $Date$
+%define subver b4
Summary: The RAR Archiver
Summary(pl.UTF-8): Archiwizator RAR
Name: rar
-Version: 3.7.1
-Release: 1
+Version: 3.8
+Release: 0.%{subver}.1
License: Shareware
Group: Applications/Archiving
-Source0: http://www.rarlab.com/rar/%{name}linux-%{version}.tar.gz
-# Source0-md5: b52249002e279a3e97afc25b5758ec7c
-Source1: %{name}.1
+Source0: http://www.rarlab.com/rar/%{name}linux-%{version}.%{subver}.tar.gz
+# Source0-md5: e066e863e363ab9799ab4ecacd8d7101
+Source1: http://www.rarlab.com/rar/%{name}linux-x64-%{version}.%{subver}.tar.gz
+# Source1-md5: a531c55120cc01c933d8d07ee1214048
+Source2: %{name}.1
URL: http://www.rarlab.com/
-ExclusiveArch: %{ix86}
+ExclusiveArch: %{ix86} %{x8664}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -24,7 +27,12 @@
którego nazwa ma rozszerzenie ".rar".
%prep
-%setup -q -n rar
+%ifarch %{ix86}
+%setup -q -b 0 -n %{name}
+%endif
+%ifarch %{x8664}
+%setup -q -b 1 -n %{name}
+%endif
%install
rm -rf $RPM_BUILD_ROOT
@@ -33,7 +41,7 @@
install *.sfx $RPM_BUILD_ROOT%{_libdir}/rar
install *.lst $RPM_BUILD_ROOT%{_libdir}/rar
install rar $RPM_BUILD_ROOT%{_bindir}/rar
-install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1
+install %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1
%clean
rm -rf $RPM_BUILD_ROOT
@@ -41,9 +49,9 @@
%files
%defattr(644,root,root,755)
%doc *.{txt,diz}
-%{_mandir}/man1/*
%attr(755,root,root) %{_bindir}/rar
%{_libdir}/rar
+%{_mandir}/man1/rar.1*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -51,6 +59,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.39.2.1 2008/08/15 08:21:24 arvenil
+- up to 3.8.b4
+- EA: %{ix86} %{x8664}
+
Revision 1.39 2008/01/24 23:09:29 glen
- drop no_install_post_strip (not reasoned)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rar.spec?r1=1.39&r2=1.39.2.1&f=u
More information about the pld-cvs-commit
mailing list