]> git.pld-linux.org Git - packages/phonon-backend-vlc.git/commitdiff
- P: qt4-phonon-backend = %{version} auto/th/phonon-backend-vlc-0_3_2-1 auto/ti/phonon-backend-vlc-0_3_2-1
authorshadzik <shadzik@pld-linux.org>
Fri, 21 Jan 2011 19:58:45 +0000 (19:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
= adjusted to new cmake macro

Changed files:
    phonon-backend-vlc.spec -> 1.4

phonon-backend-vlc.spec

index af9c542def8452d167f7b17eb61e10f3436e9dc6..4714eaac4286373c6a4c9fb69ef98e92c587d7c8 100644 (file)
@@ -20,7 +20,8 @@ BuildRequires:        phonon-devel >= 4.4.4
 BuildRequires: qt4-build >= %{qtver}
 BuildRequires: qt4-qmake >= %{qtver}
 BuildRequires: vlc-devel >= %{vlcver}
-BuildRequires: rpmbuild(macros) >= 1.293
+BuildRequires: rpmbuild(macros) >= 1.600
+Provides:      qt4-phonon-backend = %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -35,12 +36,8 @@ Wtyczka VLC dla Phonona.
 %build
 install -d build
 cd build
-%cmake .. \
-       -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
-       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-%if "%{_lib}" == "lib64"
-       -DLIB_SUFFIX=64
-%endif
+%cmake \
+       ../
 
 %{__make}
 
This page took 0.052529 seconds and 4 git commands to generate.