From a0d08f6587f09706a221dcf327ab96b84164c2e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 May 2017 11:42:03 +0200 Subject: rename README.rpm -> README-rpm.txt, fix #1449517 --- roundcubemail.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'roundcubemail.spec') diff --git a/roundcubemail.spec b/roundcubemail.spec index 8a7c6f5..d0d3e56 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -20,7 +20,7 @@ %global _logdir /var/log Name: roundcubemail Version: 1.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client Group: Applications/System @@ -42,7 +42,7 @@ Source0: https://github.com/roundcube/roundcubemail/releases/download/%{version} Source1: roundcubemail.httpd Source3: roundcubemail.nginx Source2: roundcubemail.logrotate -Source4: roundcubemail-README.rpm +Source4: roundcubemail-README-rpm.txt # Elegantly handle removal of moxieplayer Flash binary in tinymce # media plugin (see "Drop precompiled flash" in %%prep) Patch0: roundcubemail-1.2.1-no_swf.patch @@ -223,7 +223,7 @@ mkdir -p %{buildroot}/var/lib/roundcubemail/temp # GPG keys mkdir -p %{buildroot}/var/lib/roundcubemail/enigma -cp -pr %SOURCE4 README.rpm +cp -pr %SOURCE4 README-rpm.txt # create empty files for ghost to not remove OLD config (0.9.x) touch %{buildroot}%{_sysconfdir}/roundcubemail/db.inc.php @@ -270,7 +270,7 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE -%doc CHANGELOG INSTALL README.md UPGRADING README.rpm +%doc CHANGELOG INSTALL README.md UPGRADING README-rpm.txt %doc composer.json-dist %{roundcubedir} %dir %{_sysconfdir}/%{name} @@ -296,6 +296,9 @@ rm -rf %{buildroot} %changelog +* Wed May 10 2017 Remi Collet - 1.2.5-2 +- rename README.rpm -> README-rpm.txt, fix #1449517 + * Fri Apr 28 2017 Remi Collet - 1.2.5-1 - update to 1.2.5 -- cgit