rpms/npapi-vlc/devel npapi-vlc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicolas Chauvet kwizart at rpmfusion.org
Fri Dec 23 21:57:02 CET 2011


Author: kwizart

Update of /cvs/free/rpms/npapi-vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25292/devel

Modified Files:
	.cvsignore sources 
Added Files:
	npapi-vlc.spec 
Log Message:
Initial import for devel



--- NEW FILE npapi-vlc.spec ---
%global githash 30357f8

Name:           npapi-vlc
Version:        1.2.0
Release:        0.1git%{?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-30357f8.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Buildrequires:  libtool

BuildRequires:  gecko-devel
BuildRequires:  vlc-devel


%description
NPAPI plugin for libvlc.


%prep
%setup -q -n npapi-vlc-%{githash}
sh autogen.sh

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS
%{_libdir}/mozilla/plugins/libvlcplugin.so



%changelog
* Thu Dec 22 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.2.0-0.1git30357f8
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/npapi-vlc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Dec 2011 20:54:41 -0000	1.1
+++ .cvsignore	23 Dec 2011 20:57:02 -0000	1.2
@@ -0,0 +1 @@
+npapi-vlc-30357f8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/npapi-vlc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Dec 2011 20:54:41 -0000	1.1
+++ sources	23 Dec 2011 20:57:02 -0000	1.2
@@ -0,0 +1 @@
+d02e0c296f19c607bb607ae0ea34b68d  npapi-vlc-30357f8.tar.gz



More information about the rpmfusion-commits mailing list