]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- remove amarok_live script (symlink attack vulnreable)
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 19 Aug 2005 12:24:48 +0000 (12:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok.spec -> 1.67

amarok.spec

index 818c7ca78d8aa84d38efce1e4e3cf7cf8938a489..988ea13ce8977099535c4da50e47f96d73e7e748 100644 (file)
@@ -23,7 +23,7 @@ Summary:      A KDE audio player
 Summary(pl):   Odtwarzacz audio dla KDE
 Name:          amarok
 Version:       1.3
-Release:       1.4
+Release:       1.5
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       http://dl.sourceforge.net/amarok/%{name}-%{version}.tar.bz2
@@ -35,6 +35,7 @@ URL:          http://amarok.kde.org/
 BuildRequires: SDL-devel
 BuildRequires: alsa-lib-devel
 BuildRequires: arts-qt-devel
+BuildRequires: autoconf
 BuildRequires: automake
 %{?with_gstreamer:BuildRequires:       gstreamer-plugins-devel >= 0.8.1}
 BuildRequires: kdebase-devel
@@ -175,7 +176,15 @@ Wi
 %{__sed} -i -e 's/Categories=.*/Categories=Qt;KDE;AudioVideo;Player;/' \
        amarok/src/amarok.desktop \
 
+# see kde bug #110909
+sed -i -e 's/amarok_live//' amarok/src/scripts/Makefile.am
+
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
 cp -f /usr/share/automake/config.sub admin
 
 #export UNSERMAKE=/usr/share/unsermake/unsermake
@@ -369,8 +378,10 @@ fi
 %{_datadir}/apps/amarok/scripts/shouter/test/client.py
 %attr(755,root,root) %{_datadir}/apps/amarok/scripts/shouter/Shouter.py
 
+%if 0
 %dir %{_datadir}/apps/amarok/scripts/amarok_live
 %{_datadir}/apps/amarok/scripts/amarok_live/README
 %{_datadir}/apps/amarok/scripts/amarok_live/amarok.live.remaster.part1.sh
 %{_datadir}/apps/amarok/scripts/amarok_live/amarok.live.remaster.part2.sh
 %attr(755,root,root)  %{_datadir}/apps/amarok/scripts/amarok_live/amarok_live.py
+%endif
This page took 0.066327 seconds and 4 git commands to generate.