From b568acf87ca9441785e8202629b7d468b82d5200 Mon Sep 17 00:00:00 2001 From: wrobell Date: Thu, 13 Jun 2002 13:35:27 +0000 Subject: [PATCH 1/1] - based on template Changed files: avidemux.spec -> 1.1 --- avidemux.spec | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 avidemux.spec diff --git a/avidemux.spec b/avidemux.spec new file mode 100644 index 0000000..5fcab88 --- /dev/null +++ b/avidemux.spec @@ -0,0 +1,55 @@ +Summary: A small audio/video editing software for Linux +Summary(pl): Ma³y audio/video edytor dla Linuxa +Name: avidemux +Version: 0.9pre5 +Release: 1 +License: GPL +Group: X11/Applications/Multimedia +Source0: http://fixounet.free.fr/%{name}/%{name}-%{version}.tgz +URL: http://fixounet.free.fr/%{name}/ +Patch0: %{name}-lameh.patch +BuildRequires: a52dec-libs-devel +BuildRequires: divx4linux-devel +BuildRequires: esound-devel +BuildRequires: gtk+-devel +BuildRequires: lame-libs-devel +BuildRequires: libmpeg3-devel +BuildRequires: libvorbis-devel +BuildRequires: mad-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _prefix /usr/X11R6 +%define _mandir %{_prefix}/man + +%description +A small audio/video editing software for Linux + +%description -l pl +Ma³y audio/video edytor dla Linuxa. + +%prep +%setup -q +%patch0 -p1 + +%build +CPPFLAGS="-I/usr/include/divx -I/usr/include/libmpeg3" + +# dirty hack, so we are avoiding ac/am madness +echo timestamp > stamp-h.in + +%configure2_13 +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT + +%{__make} install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README AUTHORS TODO +%attr(755,root,root) %{_bindir}/* -- 2.44.0