]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- pass %{_lib} to configure
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Sep 2005 01:29:07 +0000 (01:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove COPYING from %doc (GPL)

Changed files:
    mythtv.spec -> 1.25

mythtv.spec

index 1c13115fcb777c5a50fce042b266188ade4b4156..3eab7f02b5ac2e7fe80647668e1a374737642684 100644 (file)
@@ -30,7 +30,7 @@ Summary(pl):  Osobista aplikacja do nagrywania obrazu (PVR)
 Name:          mythtv
 Version:       0.18.1
 #define        _snap   20050326
-Release:       0.13
+Release:       0.15
 License:       GPL v2
 Group:         Applications/Multimedia
 Source0:       http://www.mythtv.org/mc/%{name}-%{version}.tar.bz2
@@ -270,6 +270,7 @@ export QMAKE_LIBDIR_X11=%{_prefix}/X11R6/%{_lib}
 #export CFLAGS="%{rpmcflags} -fomit-frame-pointer"
 
 # BTW: this is not autoconf configure
+_lib=%{_lib} \
 %configure \
        --compile-type=%{?debug:debug}%{!?debug:release} \
        %{?with_dvb:--enable-dvb --dvb-path=%{_includedir} --enable-dvb-eit} \
@@ -372,7 +373,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc README* UPGRADING AUTHORS COPYING FAQ
+%doc README* UPGRADING AUTHORS FAQ
 %doc keys.txt
 %doc docs contrib configfiles
 
This page took 0.034371 seconds and 4 git commands to generate.