Projects
Kolab:3.4
roundcubemail-plugins-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 79
View file
roundcubemail-plugins-kolab.spec
Changed
@@ -36,6 +36,8 @@ Source1: comm.py Source10: kolab_logo.png +Patch1: roundcubemail-plugins-kolab-3.2-csrf.patch + BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch @@ -897,6 +899,8 @@ %setup -q -c "%{name}-%{version}" pushd %{name}-%{version} +%patch1 -p1 + # Remove the results of patching when there's an incidental offset find . -type f -name "*.orig" -delete @@ -915,7 +919,9 @@ echo "Group: Applications/Internet" echo "Requires: roundcubemail(core) >= %{roundcube_version}" echo "Requires: roundcubemail(plugin-$(basename ${plugin})-assets) = %%{?epoch:%%{epoch}:}%%{version}-%%{release}" - echo "Requires: roundcubemail(plugin-$(basename ${plugin})-skin) = %%{?epoch:%%{epoch}:}%%{version}-%%{release}" + if [ -d "$plugin/skins/" ]; then + echo "Requires: roundcubemail(plugin-$(basename ${plugin})-skin) = %%{?epoch:%%{epoch}:}%%{version}-%%{release}" + fi echo "Provides: roundcubemail(plugin-$(basename ${plugin})) = %%{?epoch:%%{epoch}:}%%{version}-%%{release}" echo "" echo "%description -n roundcubemail-plugin-$(basename ${plugin})"
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
.