Hello community,

here is the log from the commit of package ladspa for openSUSE:Factory checked 
in at 2014-03-04 13:32:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ladspa (Old)
 and      /work/SRC/openSUSE:Factory/.ladspa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ladspa"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ladspa/ladspa.changes    2013-12-17 
06:51:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa.new/ladspa.changes       2014-03-04 
13:32:33.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Mar  3 11:58:41 CET 2014 - [email protected]
+
+- package the original tarball instead of re-packed tar.bz2
+
+-------------------------------------------------------------------
+Sat Mar  1 21:25:49 UTC 2014 - [email protected]
+
+- some spec file cleanup
+- add source URLs, see https://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------

Old:
----
  ladspa_sdk_1.13.tar.bz2

New:
----
  ladspa_sdk_1.13.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ladspa.spec ++++++
--- /var/tmp/diff_new_pack.Xecs6k/_old  2014-03-04 13:32:34.000000000 +0100
+++ /var/tmp/diff_new_pack.Xecs6k/_new  2014-03-04 13:32:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ladspa
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,18 @@
 
 
 Name:           ladspa
-BuildRequires:  gcc-c++
+Version:        1.13
+Release:        0
 Summary:        The Linux Audio Developer's Simple Plug-In API
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Sound/Utilities
-Version:        1.13
-Release:        0
-AutoReq:        on
-Autoprov:       off
-Source:         ladspa_sdk_1.13.tar.bz2
-Patch:          ladspa.dif
 Url:            http://www.ladspa.org/
+Source:         http://www.ladspa.org/download/%{name}_sdk_%{version}.tgz
+Patch0:         ladspa.dif
+BuildRequires:  gcc-c++
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+AutoReq:        on
+Autoprov:       off
 
 %description
 The Linux Audio Developer's Simple Plug-in API (LADSPA) provides the
@@ -38,7 +38,7 @@
 %package devel
 Summary:        Include Files mandatory for Development
 Group:          Development/Libraries/C and C++
-%if 0%{suse_version} > 1110
+%if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
 
@@ -47,24 +47,24 @@
 
 %prep
 %setup -q -n ladspa_sdk
-%patch -p1
+%patch0 -p1
 ln -s ../ladspa.h src/plugins/ladspa.h
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.
 # So we disable it here, if you want to retest, just delete this comment and 
the line below.
 export SUSE_ASNEEDED=0
-make -C src %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb" targets
+make -C src %{?_smp_mflags} CFLAGS="%{optflags} -fPIC -ggdb" targets
 
 %install
 make -C src \
-     INSTALL_PLUGINS_DIR="$RPM_BUILD_ROOT"%{_libdir}/ladspa \
-     INSTALL_INCLUDE_DIR="$RPM_BUILD_ROOT"%{_includedir} \
-     INSTALL_BINARY_DIR="$RPM_BUILD_ROOT"%{_bindir} install
+     INSTALL_PLUGINS_DIR=%{buildroot}%{_libdir}/ladspa \
+     INSTALL_INCLUDE_DIR=%{buildroot}%{_includedir} \
+     INSTALL_BINARY_DIR=%{buildroot}%{_bindir} install
 # devel package
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-devel
-cp -av doc/* $RPM_BUILD_ROOT%{_docdir}/%{name}-devel
-ln -sf %{_includedir}/ladspa.h 
$RPM_BUILD_ROOT%{_docdir}/%{name}-devel/ladspa.h.txt
+mkdir -p %{buildroot}%{_docdir}/%{name}-devel
+cp -av doc/* %{buildroot}%{_docdir}/%{name}-devel
+ln -sf %{_includedir}/ladspa.h 
%{buildroot}%{_docdir}/%{name}-devel/ladspa.h.txt
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to