]> git.pld-linux.org Git - packages/aumix-gtk.git/blobdiff - aumix-gtk.spec
- added using %%{__make} macro.
[packages/aumix-gtk.git] / aumix-gtk.spec
index a2ea40649a217362a8771ab43c80bfa660b0accc..405acb2341fe0cf222c7831c6999061b8e4ca764 100644 (file)
@@ -1,4 +1,4 @@
-# NOTE: Please keep in sync with aumix.
+# NOTE:                Please keep in sync with aumix.
 Summary:       curses and X11/Gtk ased audio mixer
 Summary(de):   Audio-Mixer auf curses- und X11/Gtk-Basis
 Summary(pl):   Mikser audio bazuj±cy na curses
@@ -25,20 +25,21 @@ Obsoletes:  aumix
 
 %description
 This program provides a tty- and X11/Gtk-based, interactive method of
-controlling a sound card's mixer. It lets you adjust the input levels from the
-CD, microphone, and onboard synthesizers as well as the output volume.
+controlling a sound card's mixer. It lets you adjust the input levels
+from the CD, microphone, and onboard synthesizers as well as the
+output volume.
 
 %description -l de
-Dieses Programm bietet eine interaktive Methode auf tty- und X11/Gtk-Basis zur
-Steuerung eines Soundkarten-Mixers. Sie können damit die Eingangspegel der CD,
-des Mikrophons und von Synthesizer-Karten sowie auch die Ausgabelautstärke
-regeln.
+Dieses Programm bietet eine interaktive Methode auf tty- und
+X11/Gtk-Basis zur Steuerung eines Soundkarten-Mixers. Sie können damit
+die Eingangspegel der CD, des Mikrophons und von Synthesizer-Karten
+sowie auch die Ausgabelautstärke regeln.
 
 %description -l pl
 Ten program przynosi bazuj±c± na tty oraz X11/Gtk, interaktywn± metodê
-kontrolowania miksera karty d¼wiêkowej. aumix pozwala zmieniaæ poziom sygna³u
-nadchodz±cego z CD, mikrofonu i syntetyzerów tak samo jak poziom sygna³u
-wyj¶ciowego.
+kontrolowania miksera karty d¼wiêkowej. aumix pozwala zmieniaæ poziom
+sygna³u nadchodz±cego z CD, mikrofonu i syntetyzerów tak samo jak
+poziom sygna³u wyj¶ciowego.
 
 %prep
 %setup -q -n aumix-%{version}
@@ -58,13 +59,13 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_applnkdir}/Multimedia \
-       $RPM_BUILD_ROOT/usr/X11R6/{bin,share/pixmaps} \
-       $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
+       $RPM_BUILD_ROOT%{_bindir},%{_datadir}/pixmaps} \
+       $RPM_BUILD_ROOT/etc/rc.d/init.d
 
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 mv $RPM_BUILD_ROOT%{_datadir}/aumix/*xpm \
-       $RPM_BUILD_ROOT/usr/X11R6/share/pixmaps
+$RPM_BUILD_ROOT%{_datadir}/pixmaps
 
 install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Multimedia
 
@@ -80,13 +81,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-
 %config(noreplace,missingok) %{_sysconfdir}/aumixrc
 %doc {AUTHORS,BUGS,ChangeLog,NEWS,README}.gz
 
 %attr(755,root,root) %{_bindir}/aumix
 
-/usr/X11R6/share/pixmaps/*.xpm
+%{_datadir}/pixmaps/*.xpm
 %{_applnkdir}/Multimedia/aumix.desktop
 
 %{_datadir}/aumix
This page took 0.072952 seconds and 4 git commands to generate.