[Toxine-cvs] CVS: toxine/misc toxine.spec.in,NONE,1.1 Makefile.am,1.2,1.3
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2002-07-02 10:30:53
|
Update of /cvsroot/toxine/toxine/misc In directory usw-pr-cvs1:/tmp/cvs-serv17777/misc Modified Files: Makefile.am Added Files: toxine.spec.in Log Message: New spec file. --- NEW FILE: toxine.spec.in --- %define name @PACKAGE@ %define version @SPEC_VERSION@ %define release 1 Name: %{name} Summary: A textUI/scriptable tool using xine library. Summary(fr): Un utilitaire scriptable et une interface texte utilisant la bibliotheque xine. Version: %{version} Release: %{release} Copyright: GPL Group: Applications/Multimedia ## FIXME, this is wrong. Source: http://toxine.sourceforge.net/%{name}-%{version}.tar.gz URL: http://toxine.sourceforge.net/ Packager: Daniel Caujolle-Bert <f1...@us...> Requires: libxine0 >= @REQ_XINE@ BuildRoot: %{_tmppath}/%{name}-buildroot %description toxine is a small utility in text mode (using the readline library), which permit playback for all streams supported by the xine library <http://xine.sourceforge.net>. This tool is also scriptable. %description -l fr toxine est un utilitaire en mode texte (utilisant la bibliotheque readline) permettant la lecture de tout les types de flux supportes par la bibliotheque xine <http://xine.sourceforge.net>. Cet utilitaire est aussi 'scriptable'. %prep %setup -n %{name}-%{version} %build if [ ! -f configure ]; then NO_CONFIGURE=1 ./cvscompile.sh fi # # currently we do not use %%configure as it seems to cause trouble with # certain automake produced configure scripts - depending on automake version. # ./configure --build=%{_target_platform} --prefix=%{_prefix} \ --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} \ --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} \ --datadir=%{_datadir} --includedir=%{_includedir} \ --libdir=%{_libdir} --libexecdir=%{_libexecdir} \ --localstatedir=%{_localstatedir} \ --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} \ --infodir=%{_infodir} $BUILD_ARGS make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=%{?buildroot:%{buildroot}} install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_bindir}/toxine %{_libdir}/toxine/plugins/* %changelog * Tue Jul 02 2002 Daniel Caujolle-Bert <f1...@us...> - first spec file (shamelessly stolen from xine-ui). Index: Makefile.am =================================================================== RCS file: /cvsroot/toxine/toxine/misc/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.am 24 Jun 2002 21:35:05 -0000 1.2 +++ Makefile.am 2 Jul 2002 10:30:50 -0000 1.3 @@ -1,5 +1,5 @@ -EXTRA_DIST = autogen.sh +EXTRA_DIST = autogen.sh toxine.spec debug: install-debug: debug |