]> git.pld-linux.org Git - packages/mythplugins.git/commitdiff
- use existing dir for mythdvd import auto/th/mythplugins-0_23_1-4
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 22 Jan 2011 21:29:07 +0000 (21:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythplugins.spec -> 1.67

mythplugins.spec

index 9cd6bff7a24f8d48c412b0785f6e05871af9ad7f..7bb3adb950aa710d8266ada0be9d2f0a737dae25 100644 (file)
@@ -17,7 +17,7 @@
 %bcond_without mythweb         # disable building mythweb plugin
 %bcond_without  mythzoneminder  # disable building mythzoneminder plugin
 
-%if !%{with binary}
+%if %{without binary}
 %undefine      with_mytharchive
 %undefine      with_mythbrowser
 %undefine      with_mythmovies
 
 %include       /usr/lib/rpm/macros.perl
 
-#%define fix     24635
-
 Summary:       Main MythTV plugins
 Summary(pl.UTF-8):     Główne wtyczki MythTV
 Name:          mythplugins
 Version:       0.23.1
-Release:       3
-#Release:      fix%{fix}.1
+Release:       4
 License:       GPL v2
 Group:         Applications/Multimedia
 Source0:       ftp://ftp.osuosl.org/pub/mythtv/%{name}-%{version}.tar.bz2
@@ -339,6 +336,9 @@ Obsługa kamer przemysłowych dla MythTV.
 %patch10 -p1
 %patch20 -p1
 
+%{__sed} -i -e 's,/var/lib/mythdvd/temp,/var/lib/mythtv/tmp,' \
+       mythvideo/mythvideo/globalsettings.cpp
+
 # lib64 fix - enable to update patch
 %if %{_lib} != "lib" && 0
 find '(' -name '*.[ch]' -o -name '*.cpp' -o -name '*.pro' ')' | \
This page took 0.036444 seconds and 4 git commands to generate.