]> git.pld-linux.org Git - packages/xine-lib.git/commitdiff
- ... but it doesn't work auto/ti/xine-lib-1_1_11_1-1
authorSzymon Siwek <sls@pld-linux.org>
Thu, 3 Apr 2008 03:34:29 +0000 (03:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xine-lib.spec -> 1.224

xine-lib.spec

index c1b8800c28c4242e99b3319903ede6935fbd6d03..97442ff2a28079535d32243167dc4f07d25c58f9 100644 (file)
@@ -34,7 +34,7 @@ Summary(pl.UTF-8):    Odtwarzacz filmów
 Summary(pt_BR.UTF-8):  Xine, um player de video
 Name:          xine-lib
 Version:       1.1.11.1
-Release:       0.1
+Release:       1
 Epoch:         2
 License:       GPL
 Group:         Libraries
@@ -95,7 +95,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define        _noautoreqdep   libGL.so.1 libGLU.so.1
 
-%define                _pluginsdir     %{_libdir}/xine/plugins/%{version}
+# based on libtool numbers
+%define                _pluginsdir     %{_libdir}/xine/plugins/1.20
 
 %define                specflags       -fomit-frame-pointer
 
@@ -806,15 +807,13 @@ rm -f m4/libtool15.m4
        --disable-vis \
 %endif
        --disable-optimizations # we use own RPM_OPT_FLAGS optimalizations
-%{__make} \
-       XINE_PLUGINDIR=%{_pluginsdir}
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_aclocaldir}
 
 %{__make} install \
-       XINE_PLUGINDIR=%{_pluginsdir} \
        DESTDIR=$RPM_BUILD_ROOT \
        m4datadir=%{_aclocaldir}
 
This page took 0.076831 seconds and 4 git commands to generate.