]> git.pld-linux.org Git - packages/aumix-gtk.git/blobdiff - aumix-gtk.spec
- removed two lines with define
[packages/aumix-gtk.git] / aumix-gtk.spec
index 7687d18c58b18705b8774e9232ee65db1cdc7703..2dafc061ef7fc629cdd6bb921adb6c8a53e3df8e 100644 (file)
@@ -4,7 +4,7 @@ Summary(de):    Audio-Mixer auf curses- und X11/Gtk-Basis
 Summary(pl):   Mikser audio bazuj±cy na curses i Gtk+
 Name:          aumix-gtk
 Version:       2.7
-Release:       4
+Release:       5
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://www.jpj.net/~trevor/aumix/aumix-%{version}.tar.gz
@@ -24,8 +24,6 @@ Provides:     aumix
 Obsoletes:     aumix
 Conflicts:     aumix
 
-%define                _prefix         /usr/X11R6
-%define                _manpath        %{_prefix}/man
 
 %description
 This program provides a tty- and X11/Gtk-based, interactive method of
@@ -53,8 +51,8 @@ poziom sygna
 
 %build
 rm -rf missing acinclude.m4
-gettextize --copy --force
-aclocal
+%{__gettextize}
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 
@@ -76,8 +74,6 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Multimedia
 
 touch $RPM_BUILD_ROOT%{_sysconfdir}/aumixrc
 
-gzip -9nf AUTHORS BUGS ChangeLog NEWS README TODO
-
 %find_lang aumix
 
 %clean
@@ -85,8 +81,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f aumix.lang
 %defattr(644,root,root,755)
+%doc AUTHORS BUGS ChangeLog NEWS README TODO
 %config(noreplace,missingok) %verify(not size mtime md5) %{_sysconfdir}/aumixrc
-%doc *.gz
 
 %attr(755,root,root) %{_bindir}/aumix
 
This page took 0.114431 seconds and 4 git commands to generate.