]> git.sesse.net Git - vlc/commitdiff
. vlc.spec pour faire des packages RedHat
authorSam Hocevar <sam@videolan.org>
Mon, 19 Jun 2000 16:35:47 +0000 (16:35 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 19 Jun 2000 16:35:47 +0000 (16:35 +0000)
 . un petit peu plus d'aout_beos

Makefile.in
configure
configure.in
vlc.spec [new file with mode: 0644]

index 096828fb9d14a1626be20ffc308d655e0f57f6eb..630267ba12582680b3cd09e804267541a450f404 100644 (file)
@@ -283,7 +283,7 @@ distclean: clean
        rm -f */*/*.o plugins/*/*.so **/*~ *.log
        rm -f Makefile include/defs.h include/config.h
        rm -f config.status config.cache config.log
-       rm -f vlc gmon.out core
+       rm -f vlc gmon.out core build-stamp
        rm -rf .dep
 
 install:
index c14bd89a7353b2da71a93ee7632bec94ab3c69af..f6cb00ad97d0bca07f6ece44a99f328bddadfc37 100755 (executable)
--- a/configure
+++ b/configure
@@ -592,7 +592,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 echo "$ac_t""$host" 1>&6
 
 
-VLC_VERSION=0.1.99b
+VLC_VERSION=0.1.99c
 
 VLC_CODENAME=Onatopp
 
index 6c58073df5bfc84e9e2f06c36d3ce59cea0ca1e3..2db687c8c2a6ab91fc76b017a5e7ff6200892ca1 100644 (file)
@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h)
 
 AC_CANONICAL_HOST
 
-VLC_VERSION=0.1.99b
+VLC_VERSION=0.1.99c
 AC_SUBST(VLC_VERSION)
 VLC_CODENAME=Onatopp
 AC_SUBST(VLC_CODENAME)
diff --git a/vlc.spec b/vlc.spec
new file mode 100644 (file)
index 0000000..34b2937
--- /dev/null
+++ b/vlc.spec
@@ -0,0 +1,42 @@
+Name: vlc
+Version: 0.1.99c
+Release: 1
+Copyright: GPL
+Url: http://www.videolan.org/
+Group: X11/Applications/Graphics
+Source0: http://www.videolan.org/packages/vlc-0.1.99.tar.gz
+Packager: Eric Doutreleau <Eric.doutreleau@int-evry.fr>
+
+Buildroot: /tmp/vlc-build
+Summary: VideoLAN Client.
+
+%changelog
+* 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
+make
+%install
+mkdir -p $RPM_BUILD_ROOT/usr/lib
+mkdir -p $RPM_BUILD_ROOT/usr/bin
+make install prefix=$RPM_BUILD_ROOT/usr
+
+%files
+/usr/bin/vlc
+/usr/share/videolan/vlc
+/usr/lib/videolan
+%doc AUTHORS COPYING INSTALL NEWS README WARNING_THIS_IS_A_BETA_VERSION doc
+%clean
+rm -rf $RPM_BUILD_ROOT
+