Projects
Multimedia
mythweb
mythweb.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mythweb.spec of Package mythweb (Revision 2)
Currently displaying revision
2
,
Show latest
# # spec file for package mythweb-0_27 # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011,2012 Herbert Graeber # # 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/ # %global htmldir /srv/www/htdocs Name: mythweb Version: 0.28+git.20161010.3fa642f Release: 0 Summary: The web interface to MythTV License: GPL-2.0+ Group: Productivity/Multimedia/Video/Players Url: http://mythtv.org/ Source0: https://www.mythtv.org/download/mythweb/0.28#/%{name}-fixes-%{version}.tar.gz Source120: mythweb.conf BuildRequires: fdupes Requires: apache2-mod_php5 Requires: php5 Requires: php5-mysql Provides: %{name}-0_27 = %{version} Obsoletes: %{name}-0_27 < %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description MythTV provides a unified graphical interface for recording and viewing television programs. Refer to the mythtv package for more information. The web interface to MythTV. %prep %setup -q -n %{name}-fixes-%{version} chmod -R g-w ./* find . -name '*.php' -exec chmod -x "{}" \; %build %install install -d %{buildroot}%{htmldir}/%{name} cp -a * %{buildroot}%{htmldir}/%{name}/ install -d %{buildroot}%{htmldir}/%{name}/{image_cache,php_sessions} install -D %{SOURCE120} -m 644 %{buildroot}%{_sysconfdir}/apache2/conf.d/%{name}.conf chmod a+x %{buildroot}%{htmldir}/%{name}/modules/coverart/handler.pl rm -f %{buildroot}%{htmldir}/%{name}/data/.htaccess %fdupes %{buildroot}%{htmldir}/%{name} %files %defattr(0644,root,root,0755) %doc README %dir %{_sysconfdir}/apache2 %dir %{_sysconfdir}/apache2/conf.d %config(noreplace) %{_sysconfdir}/apache2/conf.d/%{name}.conf %defattr(-,wwwrun,www,0775) %dir %{htmldir}/%{name} %exclude %{htmldir}/%{name}/README %{htmldir}/%{name}/* %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.