]> git.pld-linux.org Git - packages/alsaplayer.git/blobdiff - alsaplayer.spec
- obsoloted, fixed upstream
[packages/alsaplayer.git] / alsaplayer.spec
index 3833f5015b5778ee777811503587197984217eb9..39f3abc072e2bc7ad06d060d69e7f34314874867 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build
-%bcond_without esound          # build without esound plugin
+%bcond_with    esound          # build without esound plugin
 %bcond_without flac            # build without FLAC plugin
 %bcond_without jack            # build without jack plugin
 %bcond_without mikmod          # build without mikmod plugin
@@ -10,7 +10,7 @@ Summary:      Alsaplayer - CD/FLAC/MOD/MP3/Ogg/WAV player
 Summary(pl.UTF-8):     Alsaplayer - odtwarzacz CD/FLAC/MOD/MP3/Ogg/WAV
 Name:          alsaplayer
 Version:       0.99.80
-Release:       1
+Release:       4
 License:       GPL v3+
 Group:         Applications/Sound
 Source0:       http://www.alsaplayer.org/%{name}-%{version}.tar.bz2
@@ -18,6 +18,7 @@ Source0:      http://www.alsaplayer.org/%{name}-%{version}.tar.bz2
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-docs.patch
+Patch1:                %{name}-g++.patch
 URL:           http://www.alsaplayer.org/
 BuildRequires: OpenGL-devel
 BuildRequires: alsa-lib-devel
@@ -236,6 +237,7 @@ Summary(pl.UTF-8):  Interfejs GTK+ 2 alsaplayera
 Group:         X11/Applications/Sound
 Requires:      %{name} = %{version}-%{release}
 Provides:      alsaplayer_ui
+Obsoletes:     alsaplayer-interface-gtk
 
 %description interface-gtk2
 GTK+ 2 interface for Alsaplayer.
@@ -377,6 +379,7 @@ Biblioteka statyczna Alsaplayera.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
@@ -423,7 +426,7 @@ rm -f $RPM_BUILD_ROOT%{_pkglibdir}/output/*.{a,la}
 rm -f $RPM_BUILD_ROOT%{_pkglibdir}/reader/*.{a,la}
 rm -f $RPM_BUILD_ROOT%{_pkglibdir}/scopes2/*.{a,la}
 
-%{find_lang} %{name}
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.083128 seconds and 4 git commands to generate.