Author: paladine Date: Fri Feb 18 14:02:14 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - removed some bconds - fixed metadata bcond - updated TODO - rel. 0.2
---- Files affected: SPECS: streamtuner.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/streamtuner.spec diff -u SPECS/streamtuner.spec:1.8 SPECS/streamtuner.spec:1.9 --- SPECS/streamtuner.spec:1.8 Fri Feb 18 14:48:51 2005 +++ SPECS/streamtuner.spec Fri Feb 18 15:02:09 2005 @@ -2,21 +2,16 @@ # TODO # - segfaults with python plugin # - review python plugin Requires -# - doesn't build with all plugins disabled -# - local metadata bcond fix (needs local plugin) # Conditional build: -%bcond_without live365 -%bcond_without local -#%bcond_without local_metadata +%bcond_without local_metadata %bcond_without python -%bcond_without shoutcast %bcond_without xiph # Summary: Stream directory browser Summary(pl): Przeglądarka katalogów strumieni Name: streamtuner Version: 0.99.99 -Release: 0.1 +Release: 0.2 License: Free Group: X11/Applications/Sound Source0: http://savannah.nongnu.org/download/streamtuner/%{name}-%{version}.tar.gz @@ -37,7 +32,7 @@ BuildRequires: python-pygtk-devel >= 1:2.4.0 %endif BuildRequires: scrollkeeper -#%{?with_local_metadata:BuildRequires: taglib-devel >= 1.3} +%{?with_local_metadata:BuildRequires: taglib-devel >= 1.3} Requires: gtk+2 >= 2:2.4.4 Requires: %{name}-input = %{version}-%{release} Conflicts: streamtuner < %{version} @@ -150,10 +145,8 @@ %{__autoconf} %{__automake} %configure \ - %{!?with_live365:--disable-live365} \ - %{!?with_local:--disable-local} \ + %{!?with_local_metadata:--disable-local-metadata} \ %{!?with_python:--disable-python} \ - %{!?with_shoutcast:--disable-shoutcast} \ %{!?with_xiph:--disable-xiph} \ --with-html-dir=%{_gtkdocdir} %{__make} @@ -197,17 +190,13 @@ %{_gtkdocdir}/%{name} %{_pkgconfigdir}/*.pc -%if %{with live365} %files live365 %attr(755,root,root) %{_libdir}/%{name}/plugins/live365.so %{_datadir}/%{name}/ui/live365.png -%endif -%if %{with local} %files local %attr(755,root,root) %{_libdir}/%{name}/plugins/local.so %{_datadir}/%{name}/ui/local.png -%endif %if %{with python} %files python @@ -218,11 +207,9 @@ %{_datadir}/%{name}/python/scripts %endif -%if %{with shoutcast} %files shoutcast %attr(755,root,root) %{_libdir}/%{name}/plugins/shoutcast.so %{_datadir}/%{name}/ui/shoutcast.png -%endif %if %{with xiph} %files xiph @@ -236,6 +223,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2005/02/18 14:02:09 paladine +- removed some bconds +- fixed metadata bcond +- updated TODO +- rel. 0.2 + Revision 1.8 2005/02/18 13:48:51 paladine - splited plugins into subpackages and added bconds for them - added TODO ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/streamtuner.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
