- Fix building with new orc by skiping testsuite subfolder as
we are not executing the tests anyway - Update URL - Adjust the Sources URL - Run spec-cleaner OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/schroedinger?expand=0&rev=18
This commit is contained in:
parent
7e27dab7e7
commit
b98b2a2f69
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 6 09:45:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Fix building with new orc by skiping testsuite subfolder as
|
||||||
|
we are not executing the tests anyway
|
||||||
|
- Update URL
|
||||||
|
- Adjust the Sources URL
|
||||||
|
- Run spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 1 12:03:46 UTC 2013 - coolo@suse.com
|
Fri Feb 1 12:03:46 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package schroedinger
|
# spec file for package schroedinger
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -20,15 +20,15 @@ Name: schroedinger
|
|||||||
Version: 1.0.11
|
Version: 1.0.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for decoding and encoding video in the Dirac format
|
Summary: Library for decoding and encoding video in the Dirac format
|
||||||
License: GPL-2.0 and LGPL-2.0 and MPL-1.1 and MIT
|
License: GPL-2.0-only AND LGPL-2.0-only AND MPL-1.1 AND MIT
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Url: http://schrodinger.sourceforge.net/
|
URL: http://schrodinger.sourceforge.net/schrodinger_faq.php
|
||||||
Source: http://diracvideo.org/download/schroedinger/%{name}-%{version}.tar.gz
|
# DEAD: http://diracvideo.org/download/schroedinger/%{name}-%{version}.tar.gz
|
||||||
|
Source: %{name}-%{version}.tar.gz
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: orc >= 0.4.16
|
BuildRequires: orc >= 0.4.16
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Schroedinger project implements portable libraries for the high
|
The Schroedinger project implements portable libraries for the high
|
||||||
@ -79,36 +79,31 @@ and one for encoding.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i -e 's:testsuite::g' Makefile.{am,in}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure\
|
%configure\
|
||||||
--disable-static
|
--disable-static
|
||||||
%{__make} %{?jobs:-j%jobs} docdir=%{_docdir}/%{name}
|
make %{?_smp_mflags} docdir=%{_docdir}/%{name}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall docdir=%{_docdir}/%{name}
|
%make_install docdir=%{_docdir}/%{name}
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%clean
|
|
||||||
#rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -n libschroedinger-1_0-0 -p /sbin/ldconfig
|
%post -n libschroedinger-1_0-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libschroedinger-1_0-0 -p /sbin/ldconfig
|
%postun -n libschroedinger-1_0-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libschroedinger-1_0-0
|
%files -n libschroedinger-1_0-0
|
||||||
%defattr(-,root,root)
|
%license COPYING COPYING.MIT COPYING.GPL COPYING.LGPL COPYING.MPL
|
||||||
%doc AUTHORS COPYING COPYING.MIT COPYING.GPL COPYING.LGPL COPYING.MPL
|
%doc AUTHORS
|
||||||
%{_libdir}/*.so.0*
|
%{_libdir}/*.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/schroedinger-1.0/
|
%{_includedir}/schroedinger-1.0/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_datadir}/gtk-doc/html/schroedinger
|
%{_datadir}/gtk-doc/html/schroedinger
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user