diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-07-22 11:45:02 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-07-22 11:45:02 +0200 |
commit | ed3612eb19836359e752c8d0dbce143f09ada702 (patch) | |
tree | 29011eae1e1dd25b006f9b9cb714eca50e95fc01 /roundcubemail.spec | |
parent | dfc5e7a4d63c31b9ed2cfccc471e93b2bb50ade7 (diff) |
roundcubemail 1.0.2
Diffstat (limited to 'roundcubemail.spec')
-rw-r--r-- | roundcubemail.spec | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec index 6bc0d58..ba338e4 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -1,7 +1,7 @@ %define roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log Name: roundcubemail -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client @@ -155,7 +155,9 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc CHANGELOG INSTALL LICENSE README.md UPGRADING README.rpm +%{!?_licensedir:%global license %%doc} +%license LICENSE +%doc CHANGELOG INSTALL README.md UPGRADING README.rpm %{roundcubedir} %dir %{_sysconfdir}/%{name} # OLD config files from previous version @@ -174,6 +176,13 @@ rm -rf %{buildroot} %changelog +* Tue Jul 22 2014 Remi Collet <remi@fedoraproject.org> - 1.0.2-1 +- Update to 1.0.2 (service release) +- pull README change from rawhide + +* Mon Jul 21 2014 Adam Williamson <awilliam@redhat.com> - 1.0.2-1 +- Update to 1.0.2 + * Mon May 12 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-1 - Update to 1.0.1 (service release) |