|
@@ -1,7 +1,7 @@
|
|
%define XNOISE_BIN %{_libexecdir}/%{name}
|
|
%define XNOISE_BIN %{_libexecdir}/%{name}
|
|
|
|
|
|
Name: xnoise
|
|
Name: xnoise
|
|
-Version: 0.2.18
|
|
+Version: 0.2.19
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Tracklist-centric Media Player
|
|
Summary: Tracklist-centric Media Player
|
|
Summary(ja): トラックリストを中心とするメディアプレーヤー
|
|
Summary(ja): トラックリストを中心とするメディアプレーヤー
|
|
@@ -60,8 +60,7 @@ developing applications that use %{name}.
|
|
%setup -q
|
|
%setup -q
|
|
%{__cp} -f %{SOURCE1} po/ja.po
|
|
%{__cp} -f %{SOURCE1} po/ja.po
|
|
#sed -i s/hu/hu\\nja/g po/LINGUAS
|
|
#sed -i s/hu/hu\\nja/g po/LINGUAS
|
|
-sed -i 's/Keywords=Media\;Audio\;Video\;Player\;Mediaplayer\;Movie\;MP3/&;/' \
|
|
+sed -i -e '16,$d' -e '13d' data/misc/xnoise.desktop*
|
|
- data/misc/xnoise.desktop.in.in
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --enable-soundmenu2=no
|
|
%configure --enable-soundmenu2=no
|
|
@@ -115,7 +114,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
%{_bindir}/xnoise_image_extractor_service
|
|
%{_bindir}/xnoise_image_extractor_service
|
|
# libxnoise.so *needs* to be in main package
|
|
# libxnoise.so *needs* to be in main package
|
|
# otherwise plugins currently don't work
|
|
# otherwise plugins currently don't work
|
|
-%exclude %{_libdir}/xnoise/libxnoisetest.so
|
|
+#%exclude %{_libdir}/xnoise/libxnoisetest.so
|
|
%{_libdir}/xnoise
|
|
%{_libdir}/xnoise
|
|
%{_libdir}/libxnoise.so*
|
|
%{_libdir}/libxnoise.so*
|
|
%{_mandir}/man1/xnoise.1*
|
|
%{_mandir}/man1/xnoise.1*
|
|
@@ -129,7 +128,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_includedir}/xnoise
|
|
%{_includedir}/xnoise
|
|
-%{_libdir}/xnoise/libxnoise*.so*
|
|
+#%{_libdir}/libxnoise*.so*
|
|
%{_libdir}/pkgconfig/xnoise-1.0.pc
|
|
%{_libdir}/pkgconfig/xnoise-1.0.pc
|
|
# make package own the vala API dir:
|
|
# make package own the vala API dir:
|
|
# xnoise plugins don't have to be written in vala
|
|
# xnoise plugins don't have to be written in vala
|
|
@@ -138,6 +137,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
%{_datadir}/vala/vapi/xnoise-1.0.*
|
|
%{_datadir}/vala/vapi/xnoise-1.0.*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Oct 12 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.19-1
|
|
|
|
+- new upstream release
|
|
|
|
+- updated Source1
|
|
|
|
+
|
|
* Sun May 12 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.18-1
|
|
* Sun May 12 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.18-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- updated Source1
|
|
- updated Source1
|