]> git.pld-linux.org Git - packages/aumix.git/blobdiff - aumix.spec
- replaced xpm icon with a (based on it) png one
[packages/aumix.git] / aumix.spec
index ad71db6754fb58d982e940e00557e55b058c3cdd..8c1a07653173c0b3ca0803736a6f62f8b6ae7743 100644 (file)
@@ -10,13 +10,14 @@ Summary(ru):        
 Summary(uk):   áÕĦϠͦËÛÅÒ, ÂÁÚÏ×ÁÎÉÊ ÎÁ Â¦ÂÌÉÏÔÅæ curses
 Name:          aumix
 Version:       2.7
-Release:       10
+Release:       11
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://www.jpj.net/~trevor/aumix/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       x%{name}.desktop
+Source4:       %{name}.png
 Patch0:                %{name}-home_etc.patch
 Patch1:                %{name}-x%{name}.patch
 Patch2:                %{name}-ac250.patch
@@ -113,8 +114,8 @@ systemu.
 
 %build
 rm -f missing acinclude.m4
-gettextize --copy --force
-aclocal
+%{__gettextize}
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 
@@ -134,16 +135,14 @@ install -d $RPM_BUILD_ROOT{%{_applnkdir}/Multimedia,%{_pixmapsdir}} \
 
 mv -f $RPM_BUILD_ROOT%{_bindir}/xaumix $RPM_BUILD_ROOT%{_xbindir}
 mv -f $RPM_BUILD_ROOT%{_mandir}/man1/xaumix* $RPM_BUILD_ROOT%{_xmandir}/man1
-mv -f $RPM_BUILD_ROOT%{_datadir}/aumix/*xpm $RPM_BUILD_ROOT%{_pixmapsdir}
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/aumix
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/aumix
 install %{SOURCE3} $RPM_BUILD_ROOT%{_applnkdir}/Multimedia
+install %{SOURCE4} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 touch $RPM_BUILD_ROOT%{_sysconfdir}/aumixrc
 
-gzip -9nf AUTHORS BUGS ChangeLog NEWS README TODO
-
 %find_lang %{name}
 
 %clean
@@ -167,7 +166,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
@@ -176,7 +175,7 @@ fi
 
 %attr(755,root,root) %{_xbindir}/xaumix
 %{_xmandir}/man1/*
-%{_pixmapsdir}/*.xpm
+%{_pixmapsdir}/*.png
 %{_applnkdir}/Multimedia/xaumix.desktop
 
 %files OSS-preserve-settings
This page took 0.31898 seconds and 4 git commands to generate.