[trash-cli] drop use of pyver macro

Rahul Sundaram sundaram at fedoraproject.org
Tue Jun 18 15:52:33 UTC 2013


commit 850eb84624f59a4acb672dcb3b9fec97cee9e271
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Tue Jun 18 11:52:21 2013 -0400

    drop use of pyver macro

 trash-cli.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/trash-cli.spec b/trash-cli.spec
index db745d6..beaaa61 100644
--- a/trash-cli.spec
+++ b/trash-cli.spec
@@ -1,7 +1,7 @@
 Summary:        Command line interface to the freedesktop.org trashcan
 Name:           trash-cli
 Version:        0.12.9.14
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 URL  :          https://github.com/andreafrancia/trash-cli
@@ -34,11 +34,14 @@ rm -fvr $RPM_BUILD_ROOT/%{python_sitelib}/integration_tests
 %{_bindir}/trash*
 %{_bindir}/restore-trash
 %{python_sitelib}/trashcli/
-%{python_sitelib}/trash_cli-*-py%{pyver}.egg-info
+%{python_sitelib}/trash_cli-*-py*.egg-info
 %{_mandir}/man1/trash-*
 %{_mandir}/man1/restore-trash*
 
 %changelog
+* Tue Jun 18 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.12.9.14-4
+- drop use of pyver macro
+
 * Tue Jun 18 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.12.9.14-3
 - fix URL. resolves rhbz#975373
 - drop redundant clean, defattr and macro defs


More information about the scm-commits mailing list