|
@@ -3,7 +3,7 @@
|
|
%define version 0.0.0
|
|
%define version 0.0.0
|
|
%define date 20110322
|
|
%define date 20110322
|
|
%define time 2245
|
|
%define time 2245
|
|
-%define release 15.%{date}%{?_dist_release}
|
|
+%define release 16.%{date}%{?_dist_release}
|
|
|
|
|
|
#define sourceurl0 ftp://ftp.videolan.org/pub/videolan/x264/snapshots/%{pkgname}-snapshot-%{date}-%{time}.tar.bz2
|
|
#define sourceurl0 ftp://ftp.videolan.org/pub/videolan/x264/snapshots/%{pkgname}-snapshot-%{date}-%{time}.tar.bz2
|
|
%define sourceurl0 http://www.videolan.org/pub/videolan/x264/snapshots/%{pkgname}-snapshot-%{date}-%{time}.tar.bz2
|
|
%define sourceurl0 http://www.videolan.org/pub/videolan/x264/snapshots/%{pkgname}-snapshot-%{date}-%{time}.tar.bz2
|
|
@@ -21,17 +21,16 @@ Source112: %{pkgname}-nostrip.patch
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: Restricted Software
|
|
Group: Restricted Software
|
|
|
|
|
|
-Obsoletes: x264 < %{version}-%{release}
|
|
+Obsoletes: x264 < %{version}
|
|
-Obsoletes: self-build-x264 < %{version}-%{release}
|
|
+Obsoletes: self-build-x264 < %{version}
|
|
|
|
|
|
Requires(post): self-build-setup >= 0.9.9
|
|
Requires(post): self-build-setup >= 0.9.9
|
|
|
|
|
|
# (build)requies of target package.
|
|
# (build)requies of target package.
|
|
-%ifarch x86_64 %{ix86}
|
|
|
|
Requires(post): yasm
|
|
Requires(post): yasm
|
|
-%endif
|
|
|
|
Requires(post): self-build-gpac
|
|
Requires(post): self-build-gpac
|
|
|
|
|
|
|
|
+BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Packager: munepi
|
|
Packager: munepi
|
|
@@ -120,6 +119,10 @@ x264 はスクラッチから書かれた H264/AVC ビデオストリームを
|
|
%{_datadir}/%{name}
|
|
%{_datadir}/%{name}
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Sep 01 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.0-16.20110322
|
|
|
|
+- changed to depend on %%{version} for Obsoletes: x264
|
|
|
|
+- added BuildArch: noarch
|
|
|
|
+
|
|
* Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.0-15.20110322
|
|
* Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.0-15.20110322
|
|
- updated source snapshot 20110322
|
|
- updated source snapshot 20110322
|
|
|
|
|