Projects
Kolab:3.4
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 35
View file
roundcubemail.spec
Changed
@@ -1383,7 +1383,7 @@ ( echo "%pre plugin-$(basename $plugin)" - echo "if [ ! -f \"%%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted\" ]; then" + echo "if [ -f \"%%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted\" ]; then" echo " %%{__rm} -f \"%%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted\"" echo "fi" echo "" @@ -1979,6 +1979,171 @@ %clean %{__rm} -rf %{buildroot} +%pre core +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-acl +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-additional_message_headers +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-archive +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-attachment_reminder +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-autologon +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-database_attachments +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-debug_logger +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-emoticons +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-enigma +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-example_addressbook +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-filesystem_attachments +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-help +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-hide_blockquote +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-http_authentication +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-identity_select +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-jqueryui +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-legacy_browser +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-managesieve +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-markasjunk +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-new_user_dialog +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-new_user_identity +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-newmail_notifier +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-password +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-redundant_attachments +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-show_additional_headers +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-squirrelmail_usercopy +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-subscriptions_option +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-userinfo +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-vcard_attachments +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-virtuser_file +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-virtuser_query +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + +%pre plugin-zipdownload +if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then + %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" +fi + %posttrans core # replace default des string in config file for better security function makedesstr () {
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
.