]> git.pld-linux.org Git - packages/aumix.git/blobdiff - aumix.spec
xpm -> png
[packages/aumix.git] / aumix.spec
index 4afd374061631f754d880eae1619b1399a9479a1..601d8dff6ee4131b70b7ec37016bca59db0e21fb 100644 (file)
@@ -10,7 +10,7 @@ Summary(ru):  
 Summary(uk):   áÕĦϠͦËÛÅÒ, ÂÁÚÏ×ÁÎÉÊ ÎÁ Â¦ÂÌÉÏÔÅæ curses
 Name:          aumix
 Version:       2.7
-Release:       9
+Release:       10
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://www.jpj.net/~trevor/aumix/%{name}-%{version}.tar.gz
@@ -29,6 +29,7 @@ BuildRequires:        ncurses-devel >= 5.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     aumix-gtk
 Obsoletes:     aumix-X11
+Conflicts:     aumix-gtk
 
 %define                _xbindir        /usr/X11R6/bin
 %define                _xdatadir       /usr/X11R6/share
@@ -112,10 +113,10 @@ systemu.
 
 %build
 rm -f missing acinclude.m4
-gettextize --copy --force
-aclocal
-autoconf
-automake -a -c -f
+%{__gettextize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 
 CPPFLAGS="-I%{_includedir}/ncurses" \
 %configure \
@@ -141,8 +142,6 @@ install %{SOURCE3} $RPM_BUILD_ROOT%{_applnkdir}/Multimedia
 
 touch $RPM_BUILD_ROOT%{_sysconfdir}/aumixrc
 
-gzip -9nf AUTHORS BUGS ChangeLog NEWS README TODO
-
 %find_lang %{name}
 
 %clean
@@ -166,7 +165,7 @@ fi
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc {AUTHORS,BUGS,ChangeLog,NEWS,README,TODO}.gz
+%doc AUTHORS BUGS ChangeLog NEWS README TODO
 %config(noreplace,missingok) %verify(not size mtime md5) %{_sysconfdir}/aumixrc
 
 %attr(755,root,root) %{_bindir}/aumix
This page took 0.043862 seconds and 4 git commands to generate.