]> git.pld-linux.org Git - packages/avidemux.git/commitdiff
- updated to 2.0.40
authorKarol Krenski <charles@pld-linux.org>
Fri, 27 May 2005 11:32:48 +0000 (11:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gettextize + ac/am, BR: autoconf
- rel. 0.1

Changed files:
    avidemux.spec -> 1.30

avidemux.spec

index 8356ad47d7b80c04cedca31c57924275f962adf0..fee036d822e7828f0aed03662c144cc744df65f8 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       A small audio/video editing software for Linux
 Summary(pl):   Ma³y edytor audio/wideo dla Linuksa
 Name:          avidemux
-Version:       2.0.28
-Release:       1
+Version:       2.0.40
+Release:       0.1
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       http://download.berlios.de/avidemux/%{name}-%{version}.tar.gz
-# Source0-md5: a6c3dfb1452820ae9b75d6ee822f7b65
+# Source0-md5: eed30487a2ae62f927c8a84dbc889e6d
 Source1:       %{name}.desktop
 Patch0:                %{name}-autoconf.patch
 URL:           http://fixounet.free.fr/avidemux/
@@ -14,6 +14,7 @@ BuildRequires:        SDL-devel
 BuildRequires: a52dec-libs-devel
 BuildRequires: alsa-lib-devel
 BuildRequires: artsc-devel
+BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: esound-devel
 BuildRequires: faad2-devel
@@ -42,15 +43,16 @@ Ma
 %setup -q
 %patch0 -p1
 
-# hack to not rebuild ac/am (buggy)
-%{__perl} -pi -e 's/(subdirs:)$/$1 README/' Makefile.in
-%{__perl} -pi -e 's/(configure\.in:).*$/$1 README/' Makefile.in
-
 %{__perl} -pi -e 's/-g|-O2//g' adm_lavcodec/Makefile
 %{__perl} -pi -e 's/charset=Unicode/charset=UTF-8/' po/ru.po
 
 %build
 cp /usr/share/automake/config.sub admin
+%{__gettextize}
+%{__aclocal} -I m4
+%{__autoheader}
+%{__automake}
+%{__autoconf}
 %configure
 %{__make} \
        OPTFLAGS="%{rpmcflags}"
@@ -70,7 +72,8 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
+#%files
 %defattr(644,root,root,755)
-%doc README AUTHORS TODO
+%doc AUTHORS History
 %attr(755,root,root) %{_bindir}/*
 %{_desktopdir}/*.desktop
This page took 0.070838 seconds and 4 git commands to generate.