mirror of
https://github.com/videolan/vlc.git
synced 2024-12-02 06:16:08 +08:00
7590bd9b3c
. changed codename to Urumov . cleaned a lot of stuff in the Debian package generation. If anyone objects with the versioning scheme, let's fight in the dirt and sort that out. Or change it yourself. Debian packages can be tried here: http://armitage.via.ecp.fr/~sam/vlc/
49 lines
1.2 KiB
RPMSpec
49 lines
1.2 KiB
RPMSpec
Name: vlc
|
|
Version: 0.2.5
|
|
Release: 1
|
|
Copyright: GPL
|
|
Url: http://www.videolan.org/
|
|
Group: X11/Applications/Graphics
|
|
Source0: http://www.videolan.org/packages/0.1.99i/vlc-0.1.99i.tar.gz
|
|
Packager: Samuel Hocevar <sam@zoy.org>
|
|
|
|
Buildroot: /tmp/vlc-build
|
|
Summary: VideoLAN Client.
|
|
|
|
%changelog
|
|
* Tue Aug 8 2000 Samuel Hocevar <sam@via.ecp.fr>
|
|
Added framebuffer support
|
|
|
|
* Sun Jun 18 2000 Samuel Hocevar <sam@via.ecp.fr>
|
|
Took over the package
|
|
|
|
* Thu Jun 15 2000 Eric Doutreleau <Eric.Doutreleau@int-evry.fr>
|
|
Initial package
|
|
|
|
%description
|
|
a free network-aware MPEG and DVD player
|
|
VideoLAN is a free MPEG2 software solution.
|
|
.
|
|
The VideoLAN Client allows to play MPEG2 Transport Streams from the
|
|
network or from a file, as well as direct DVD playback.
|
|
|
|
%prep
|
|
%setup
|
|
|
|
%build
|
|
./configure --prefix=/usr --enable-mmx --enable-gnome --enable-fb
|
|
make
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/usr/lib
|
|
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
|
make install prefix=$RPM_BUILD_ROOT/usr
|
|
|
|
%files
|
|
%attr(-, root, root) /usr/bin/vlc
|
|
%attr(-, root, root) /usr/share/videolan
|
|
%attr(-, root, root) /usr/lib/videolan
|
|
%attr(-, root, root) %doc ChangeLog AUTHORS COPYING INSTALL README doc
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|