Author: kwizart
Update of /cvs/free/rpms/npapi-vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7835/devel
Modified Files:
.cvsignore npapi-vlc.spec sources
Log Message:
Update to 2.0.0.=
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/npapi-vlc/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 1 Jan 2012 16:56:25 -0000 1.3
+++ .cvsignore 9 Mar 2012 22:38:37 -0000 1.4
@@ -1 +1 @@
-npapi-vlc-f568362.tar.gz
+npapi-vlc-2.0.0.tar.xz
Index: npapi-vlc.spec
===================================================================
RCS file: /cvs/free/rpms/npapi-vlc/devel/npapi-vlc.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- npapi-vlc.spec 2 Jan 2012 10:24:04 -0000 1.4
+++ npapi-vlc.spec 9 Mar 2012 22:38:37 -0000 1.5
@@ -1,17 +1,18 @@
-%global githash f568362
+#global githash f568362
Name: npapi-vlc
-Version: 1.2.0
-Release: 0.3%{?githash:git%{githash}}%{?dist}
+Version: 2.0.0
+Release: 1%{?githash:git%{githash}}%{?dist}
Summary: NPAPI plugin for libvlc
Group: Applications/Internet
License: LGPLv2+
URL:
http://git.videolan.org/?p=npapi-vlc.git;a=summary
-Source0: npapi-vlc-%{?githash}.tar.gz
+Source0:
http://download.videolan.org/videolan/vlc/%{version}/npapi-vlc-%{version}...
+Patch0: npapi-vlc-master.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Buildrequires: libtool
+#Buildrequires: libtool
BuildRequires: gecko-devel
BuildRequires: vlc-devel
@@ -25,8 +26,9 @@
%prep
-%setup -q -n npapi-vlc-%{githash}
-sh autogen.sh
+%setup -q -n npapi-vlc-%{version}%{?githash}
+%patch0 -p1
+
%build
%configure
@@ -51,6 +53,9 @@
%changelog
+* Fri Mar 9 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.0-1
+- Update to 2.0.0
+
* Mon Jan 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.0-0.3gitf568362
- Restore Obsoletes mozilla-vlc
Index: sources
===================================================================
RCS file: /cvs/free/rpms/npapi-vlc/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 1 Jan 2012 16:56:25 -0000 1.3
+++ sources 9 Mar 2012 22:38:37 -0000 1.4
@@ -1 +1 @@
-0c3cbcfb0b7372d90475955b0363ae94 npapi-vlc-f568362.tar.gz
+292d5ac4cc9472390217e56c1caa8e21 npapi-vlc-2.0.0.tar.xz