public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10.2: auto-import changelog data from amarok-1.1.0-0.fdr.2.2.src.rpm
@ 2026-07-06 18:29 cvsextras
  0 siblings, 0 replies; only message in thread
From: cvsextras @ 2026-07-06 18:29 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/amarok
            Branch : epel10.2
            Commit : 7cadaa98903d616286c0cdf51851d6a37a74b288
            Author : cvsextras <cvsextras@fedoraproject.org>
            Date   : 2004-11-08T04:02:19+00:00
            Stats  : +43/-22 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/amarok/c/7cadaa98903d616286c0cdf51851d6a37a74b288?branch=epel10.2

            Log:
            auto-import changelog data from amarok-1.1.0-0.fdr.2.2.src.rpm
1.1.0-0.fdr.2
- improve buildrequires
1.1.0-0.fdr.1
- version 1.1 final
1.1.0-0.fdr.0.1.beta2
- version 1.1 beta2

---
diff --git a/.cvsignore b/.cvsignore
index ab58c16..ab96548 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-amarok-1.0.2.tar.bz2
+amarok-1.1.tar.bz2

diff --git a/amarok.spec b/amarok.spec
index c23a926..1aeb195 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -4,31 +4,32 @@
 
 %{?_with_xine: %define use_xine 1}
 
-Name:   	amarok
+Name:       amarok
 Summary:    Media player for KDE
-Version: 	1.0.2
-Release: 	0.fdr.1.2
+Version:    1.1.0
+Release:    0.fdr.2.2
 Epoch:      0
 
-Group: 		Applications/Multimedia
-License:  	GPL
-Url:		http://amarok.kde.org
-Source0: 	http://dl.sf.net/amarok/amarok-1.0.2.tar.bz2
+Group: 	    Applications/Multimedia
+License:    GPL
+Url:        http://amarok.kde.org
+Source0:    http://dl.sf.net/amarok/amarok-1.1.tar.bz2
 Source1:    amarok.desktop
 Source2:    amarok.servicemenu
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	kdelibs-devel libjpeg-devel libpng-devel 
-BuildRequires:  glib2-devel kdemultimedia-devel
+BuildRequires:	kdelibs-devel >= 6:3.2, libjpeg-devel, libpng-devel 
+BuildRequires:  glib2-devel kdemultimedia-devel >= 6:3.2
 BuildRequires:  libmng-devel alsa-lib-devel 
-BuildRequires:  taglib-devel, esound-devel, xmms-devel
+BuildRequires:  taglib-devel >= 0:1.3, esound-devel, xmms-devel
 BuildRequires:  desktop-file-utils, gettext
 BuildRequires:  xorg-x11-Mesa-libGL
-BuildRequires:  gstreamer-devel >= 0:0.8
-BuildRequires:  gstreamer-plugins-devel >= 0:0.8
+BuildRequires:  gstreamer-devel >= 0:0.8.1
+BuildRequires:  gstreamer-plugins-devel >= 0:0.8.1
+BuildRequires:  libmusicbrainz-devel, xmms-devel >= 1:1.2
 
 %if  0%{?use_xine}
-BuildRequires:  xine-lib-devel
+BuildRequires:  xine-lib-devel >= 0:1.0.0
 BuildRequires:  libmad-devel
 %endif
 
@@ -57,7 +58,10 @@ enables it
 
 
 %prep
-%setup  -q 
+%setup  -q -n %{name}-1.1
+perl -pi -e 's,\$\(KDE_LANG\)//,\$\(KDE_LANG\)/amarok/,g' doc/??/Makefile.in
+perl -pi -e 's,\$\(KDE_LANG\)/$,\$\(KDE_LANG\)/amarok,g' doc/??/Makefile.in
+
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
@@ -67,9 +71,13 @@ unset QTDIR || : ; . /etc/profile.d/qt.sh
 %if 0%{?use_xine}
      --with-xine
 %endif
-#     --enable-final 
+#     --enable-final \
+#     --with-nmm \
+#     --with-mas
+
 make %{?_smp_mflags}
 
+
 %install
 rm -fr $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT 
@@ -93,9 +101,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop
 #find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 # rename .mo files from amarok-%version.mo to amarok.mo
-for file in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/amarok-%version.mo; do
-    mv "$file" "`dirname $file`/`basename $file -%version.mo`.mo"
-done    
+#for file in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/amarok-%version.mo; do
+#    mv "$file" "`dirname $file`/`basename $file -%version.mo`.mo"
+#done    
 %find_lang %{name}
 
 %post -p /sbin/ldconfig
@@ -112,25 +120,38 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/applications/*.desktop
 %{_datadir}/services/amarok_artsengine_plugin.desktop
 %{_datadir}/services/amarok_gstengine_plugin.desktop
+%{_datadir}/services/amarok_void-engine_plugin.desktop
 %{_datadir}/servicetypes/*.desktop
 %{_datadir}/apps/konqueror/servicemenus/*.desktop
 %{_libdir}/lib*
 %{_libdir}/kde3/libamarok_artsengine_plugin.*
 %{_libdir}/kde3/libamarok_gstengine_plugin.*
+%{_libdir}/kde3/libamarok_void-engine_plugin.*
 %{_libdir}/mcop/Amarok
 %{_libdir}/mcop/amarok*
 %{_datadir}/config/amarokrc
-%{_datadir}/config.kcfg/amarok.kcfg
+%{_datadir}/config.kcfg/*.kcfg
 %{_datadir}/doc/HTML/*/amarok
 
 %if 0%{?use_xine}
 %files xine
 %defattr(-,root,root)
-%{_libdir}/kde3/libamarok_xineengine_plugin.*
+%{_libdir}/kde3/libamarok_xine-engine.*
+%{_datadir}/services/amarok_xine-engine.desktop
 %{_datadir}/services/amarok_xineengine_plugin.desktop
 %endif
 
+
 %changelog
+* Mon Sep 27 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.1.0-0.fdr.2
+- improve buildrequires
+
+* Sun Sep 26 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.1.0-0.fdr.1
+- version 1.1 final
+
+* Tue Sep 14 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.1.0-0.fdr.0.1.beta2
+- version 1.1 beta2
+
 * Thu Aug 05 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0.2-0.fdr.1
 - version 1.0.2
 - added new xine engine

diff --git a/sources b/sources
index 9dcc2c1..ebb02c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63f4ede35c93c769061bd18d5f3e979c  amarok-1.0.2.tar.bz2
+d898293eecd2a64bea92f50777e5131d  amarok-1.1.tar.bz2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-06 18:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:29 [rpms/amarok] epel10.2: auto-import changelog data from amarok-1.1.0-0.fdr.2.2.src.rpm cvsextras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox