Mageia Bugzilla – Attachment 7342 Details for
Bug 13097
Otter Browser - Web browser controlled by the user, not vice-versa
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Spec file of otto-browser
otter-browser.spec (text/x-rpm-spec), 2.90 KB, created by
Daniel Tartavel
on 2016-01-12 09:42:32 CET
(
hide
)
Description:
Spec file of otto-browser
Filename:
MIME Type:
Creator:
Daniel Tartavel
Created:
2016-01-12 09:42:32 CET
Size:
2.90 KB
patch
obsolete
># ># spec file for package otter-browser ># ># 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 ># upon. The license for this file, and modifications and additions to the ># file, is the same license as for the pristine package itself (unless the ># license for the pristine package is not an Open Source License, in which ># case the license is the MIT License). An "Open Source License" is a ># license that conforms to the Open Source Definition (Version 1.9) ># published by the Open Source Initiative. > ># Please submit bugfixes or comments via http://bugs.opensuse.org/ ># > >Name: otter-browser >Version: 0.2 >Release: 0 >License: GPL-3.0 >Summary: Web browser controlled by the user, not vice-versa >Url: http://otter-browser.org/ >Group: Productivity/Networking/Web/Browsers >Source: otter-%{version}.tar.xz >BuildRequires: cmake >BuildRequires: pkgconfig(Qt5Core) >= 5.4 >BuildRequires: pkgconfig(Qt5Concurrent) >= 5.4 >BuildRequires: pkgconfig(Qt5DBus) >= 5.4 >BuildRequires: pkgconfig(Qt5Network) >= 5.4 >BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.4 >BuildRequires: pkgconfig(Qt5Sql) >= 5.4 >BuildRequires: pkgconfig(Qt5Script) >= 5.4 >BuildRequires: pkgconfig(Qt5Widgets) >= 5.4 >BuildRequires: pkgconfig(Qt5WebKit) >= 5.4 >BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.4 >BuildRequires: pkgconfig(Qt5WebEngine) >= 5.4 >BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.4 >BuildRequires: pkgconfig(Qt5Multimedia) >= 5.4 >BuildRoot: %{_tmppath}/%{name}-%{version}-build > >%description >Otter Browser, project aiming to recreate classic Opera (12.x) UI using Qt5. > >%prep >%setup -q -n otter-%{version} > >%build >%if "%{?_lib}" == "lib64" >SUFFIX="64" >%else >SUFFIX="" >%endif >mkdir -p build >pushd build >cmake .. \ > cmake -DCMAKE_BUILD_TYPE=None \\\ > -DCMAKE_C_FLAGS="%{optflags} -DNDEBUG" \\\ > -DCMAKE_CXX_FLAGS="%{optflags} -DNDEBUG" \\\ > -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \\\ > -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \\\ > -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \\\ > -DCMAKE_VERBOSE_MAKEFILE=ON \\\ > -DCMAKE_INSTALL_PREFIX=%{_prefix} \\\ > -DBUILD_TESTS=OFF \\\ > -DEnableQtwebengine=ON \\\ > -DLIB_SUFFIX=$SUFFIX .. > > make %{?_smp_mflags} VERBOSE=1 >popd > >%install >%makeinstall -C build > >%files >%defattr(-,root,root) >%doc CHANGELOG README.md COPYING TODO >%{_bindir}/otter-browser >%{_datadir}/applications/otter-browser.desktop >%dir %{_datadir}/icons/hicolor >%dir %{_datadir}/icons/hicolor/* >%dir %{_datadir}/icons/hicolor/*/* >%{_datadir}/icons/hicolor/*/*/otter*.* >%{_datadir}/otter-browser/ >%{_mandir}/man1/otter-browser.* > >%changelog >
# # spec file for package otter-browser # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: otter-browser Version: 0.2 Release: 0 License: GPL-3.0 Summary: Web browser controlled by the user, not vice-versa Url: http://otter-browser.org/ Group: Productivity/Networking/Web/Browsers Source: otter-%{version}.tar.xz BuildRequires: cmake BuildRequires: pkgconfig(Qt5Core) >= 5.4 BuildRequires: pkgconfig(Qt5Concurrent) >= 5.4 BuildRequires: pkgconfig(Qt5DBus) >= 5.4 BuildRequires: pkgconfig(Qt5Network) >= 5.4 BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.4 BuildRequires: pkgconfig(Qt5Sql) >= 5.4 BuildRequires: pkgconfig(Qt5Script) >= 5.4 BuildRequires: pkgconfig(Qt5Widgets) >= 5.4 BuildRequires: pkgconfig(Qt5WebKit) >= 5.4 BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.4 BuildRequires: pkgconfig(Qt5WebEngine) >= 5.4 BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.4 BuildRequires: pkgconfig(Qt5Multimedia) >= 5.4 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Otter Browser, project aiming to recreate classic Opera (12.x) UI using Qt5. %prep %setup -q -n otter-%{version} %build %if "%{?_lib}" == "lib64" SUFFIX="64" %else SUFFIX="" %endif mkdir -p build pushd build cmake .. \ cmake -DCMAKE_BUILD_TYPE=None \\\ -DCMAKE_C_FLAGS="%{optflags} -DNDEBUG" \\\ -DCMAKE_CXX_FLAGS="%{optflags} -DNDEBUG" \\\ -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \\\ -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \\\ -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \\\ -DCMAKE_VERBOSE_MAKEFILE=ON \\\ -DCMAKE_INSTALL_PREFIX=%{_prefix} \\\ -DBUILD_TESTS=OFF \\\ -DEnableQtwebengine=ON \\\ -DLIB_SUFFIX=$SUFFIX .. make %{?_smp_mflags} VERBOSE=1 popd %install %makeinstall -C build %files %defattr(-,root,root) %doc CHANGELOG README.md COPYING TODO %{_bindir}/otter-browser %{_datadir}/applications/otter-browser.desktop %dir %{_datadir}/icons/hicolor %dir %{_datadir}/icons/hicolor/* %dir %{_datadir}/icons/hicolor/*/* %{_datadir}/icons/hicolor/*/*/otter*.* %{_datadir}/otter-browser/ %{_mandir}/man1/otter-browser.* %changelog
View Attachment As Raw
Actions:
View
Attachments on
bug 13097
: 7342