Author: qboosh Date: Fri Nov 24 14:46:45 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl summary - proper handling of LP64-related patch instead of x86-centric - files fixes (install fix needed to use _kdedocdir)
---- Files affected: SPECS: amarok-script-transkode.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/amarok-script-transkode.spec diff -u SPECS/amarok-script-transkode.spec:1.1 SPECS/amarok-script-transkode.spec:1.2 --- SPECS/amarok-script-transkode.spec:1.1 Fri Nov 17 14:28:30 2006 +++ SPECS/amarok-script-transkode.spec Fri Nov 24 15:46:39 2006 @@ -6,6 +6,7 @@ %define scriptname transkode %define _id 27512 Summary: Transkode amaroK Script +SUmmary(pl): Skrypt Transkode dla amaroKa Name: amarok-script-transkode Version: 0.5 Release: 0.1 @@ -13,10 +14,8 @@ Group: X11/Applications/Multimedia #Source0: http://download.kde.org/khotnewstuff/amarokscripts/downloads/%{scriptname}-%{version}.tar.bz2 Source0: %{scriptname}-%{version}.tar.bz2 -%ifarch x86_64 -Patch0: %{name}-x86_64.patch -%endif # Source0-md5: 018e59de11ac70d22f51cb0b82d33070 +Patch0: %{name}-x86_64.patch URL: http://www.kde-apps.org/content/show.php?content=%{_id} Requires: amarok >= 1.3 Requires: taglib >= 1.4 @@ -31,7 +30,7 @@ The best thing about it, is that it allows converting files in process of copying music to a media player, thus making it possible to keep songs in a loosless format, like FLAC, on the computer, and convert it -on the fly to ogg/mp3 to the audio player. +on the fly to Ogg/MP3 to the audio player. %description -l pl Ten skrypt pozwala na przekodowywanie plików z poziomu amaroka @@ -40,12 +39,12 @@ Najlepszą rzeczą związaną z tym skryptem jest to, iż pozwala na konwertowanie plików w procesie przegrywania muzyki na odtwarzacz audio, tym samym pozwalając na trzymanie piosenek w bezstratnym -formacie, jak FLAC, na komputerze i konwertowanie w locie do ogg/mp3 +formacie, jak FLAC, na komputerze i konwertowanie w locie do Ogg/MP3 na odtwarzacz audio. %prep %setup -q -n %{scriptname}-%{version} -%ifarch x86_64 +%ifarch %{x8664} alpha ia64 ppc64 s390x sparc64 %patch0 -p1 %endif @@ -55,29 +54,31 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_scriptdir}/%{scriptname} +install -d $RPM_BUILD_ROOT{%{_scriptdir}/%{scriptname},%{_desktopdir}/kde} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +mv -f $RPM_BUILD_ROOT{%{_datadir}/applnk/Utilities,%{_desktopdir}/kde}/transkode.desktop + +# FIXME: install kde HTML in %{_kdedocdir} +%find_lang transcode --with-kde + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f transcode.lang %defattr(644,root,root,755) %dir %{_scriptdir}/%{scriptname} # README must be here in %files, not in %doc %{_scriptdir}/%{scriptname}/README %attr(755,root,root) %{_bindir}/transkode -%{_datadir}/applnk/Utilities/transkode.desktop %attr(755,root,root) %{_scriptdir}/%{scriptname}/transkode %{_scriptdir}/%{scriptname}/transkode.spec %{_scriptdir}/%{scriptname}/defaultsrc -%dir %{_datadir}/apps/transkode %{_datadir}/apps/transkode %{_datadir}/config/transkoderc -%dir %{_docdir}/HTML/en/transcode -%{_docdir}/HTML/en/transcode +%{_desktopdir}/kde/transkode.desktop %{_iconsdir}/hicolor/*/apps/transkode.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -86,7 +87,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/11/24 14:46:39 qboosh +- pl summary +- proper handling of LP64-related patch instead of x86-centric +- files fixes (install fix needed to use _kdedocdir) + Revision 1.1 2006/11/17 13:28:30 czarny - new - NFY - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/amarok-script-transkode.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
