SPECS: mythplugins.spec - remove bconds, builds now
glen
glen at pld-linux.org
Sat Sep 24 18:27:59 CEST 2005
Author: glen Date: Sat Sep 24 16:27:59 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- remove bconds, builds now
---- Files affected:
SPECS:
mythplugins.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/mythplugins.spec
diff -u SPECS/mythplugins.spec:1.9 SPECS/mythplugins.spec:1.10
--- SPECS/mythplugins.spec:1.9 Thu Sep 22 20:12:01 2005
+++ SPECS/mythplugins.spec Sat Sep 24 18:27:54 2005
@@ -1,15 +1,10 @@
# $Revision$, $Date$
-#
-# disable mythmusic,mythphone due to https://bugs.pld-linux.org/?do=details&id=5687
-%bcond_without mythmusic
-%bcond_without mythphone
-#
%include /usr/lib/rpm/macros.perl
Summary: Main MythTV plugins
Summary(pl): Główne wtyczki MythTV
Name: mythplugins
Version: 0.18.1
-Release: 0.112.9
+Release: 0.112.10
License: GPL v2
Group: Applications/Multimedia
Source0: http://www.mythtv.org/mc/%{name}-%{version}.tar.bz2
@@ -48,9 +43,9 @@
Requires: mythdvd
Requires: mythgallery
Requires: mythgame
-%{?with_mythmusic:Requires: mythmusic}
+Requires: mythmusic
Requires: mythnews
-%{?with_mythphone:Requires: mythphone}
+Requires: mythphone
Requires: mythvideo
Requires: mythweather
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -233,9 +228,7 @@
# Not gnu configure
%configure \
--enable-all \
- --disable-festival \
- %{!?with_mythmusic:--disable-mythmusic} \
- %{!?with_mythphone:--disable-mythphone}
+ --disable-festival
# --enable-opengl enable OpenGL (Music and Gallery) [default=no]
# --enable-transcode enable DVD ripping and transcoding [default=no]
@@ -269,7 +262,6 @@
%files
%defattr(644,root,root,755)
-%if %{with mythmusic}
%files -n mythmusic
%defattr(644,root,root,755)
%doc mythmusic/README mythmusic/UPGRADING mythmusic/AUTHORS mythmusic/musicdb
@@ -325,7 +317,6 @@
%{_datadir}/mythtv/themes/default/text_button_on.png
%{_datadir}/mythtv/themes/default/text_button_pushed.png
%{_datadir}/mythtv/themes/default/track_info_background.png
-%endif
%files -n mythvideo
%defattr(644,root,root,755)
@@ -417,7 +408,6 @@
%{_datadir}/mythtv/themes/default/webpage.png
%{_datadir}/mythtv/i18n/mythbrowser_*.qm
-%if %{with mythphone}
%files -n mythphone
%defattr(644,root,root,755)
%doc mythphone/README mythphone/AUTHORS mythphone/TODO
@@ -427,7 +417,6 @@
%{_datadir}/mythtv/themes/default/mp_*.png
%{_datadir}/mythtv/themes/default/phone.png
%{_datadir}/mythtv/i18n/mythphone_*.qm
-%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -435,6 +424,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2005/09/24 16:27:54 glen
+- remove bconds, builds now
+
Revision 1.9 2005/09/22 18:12:01 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mythplugins.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list