[ascii-design/f18] New version.

Christopher Meng cicku at fedoraproject.org
Thu Jul 25 01:59:26 UTC 2013


commit c148065f213e962e08294ae30c540cb309e6631a
Author: Christopher Meng <rpm at cicku.me>
Date:   Thu Jul 25 09:58:46 2013 +0800

    New version.

 .gitignore        |    1 +
 ascii-design.spec |   14 +++++++-------
 sources           |    1 +
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8f62daf..6207a54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /ascii-design-1.0.1.tar.bz2
+/ascii-design-1.0.2.tar.bz2
diff --git a/ascii-design.spec b/ascii-design.spec
index 2d52a3d..2e02896 100644
--- a/ascii-design.spec
+++ b/ascii-design.spec
@@ -1,6 +1,6 @@
 Name:              ascii-design
-Version:           1.0.1
-Release:           2%{?dist}
+Version:           1.0.2
+Release:           1%{?dist}
 Summary:           A tool to create ascii arts
 License:           GPLv2
 
@@ -28,15 +28,12 @@ qmake-qt4
 make %{?_smp_mflags}
 
 %install
-install -p -D -m 755 bin/%{name} %{buildroot}%{_bindir}/%{name}
-
-#Install .desktop file with no vendor support.
+install -pDm 755 bin/%{name} %{buildroot}%{_bindir}/%{name}
 desktop-file-install \
     --dir=%{buildroot}%{_datadir}/applications \
     icon/%{name}.desktop
 
-#Icon for .desktop
-install -p -D -m 644 pics/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
+install -pDm 644 pics/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
 
 %files
 %doc COPYING.TXT
@@ -45,6 +42,9 @@ install -p -D -m 644 pics/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.pn
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Thu Jul 25 2013 Christopher Meng <rpm at cicku.me> - 1.0.2-1
+- Update to new version.
+
 * Sat May 18 2013 Christopher Meng <rpm at cicku.me> - 1.0.1-2
 - Small fix.
 
diff --git a/sources b/sources
index a184065..830be7e 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 9c537ece8d2f024b8c7b9fd2a28cd3be  ascii-design-1.0.1.tar.bz2
+67fc4bda1f3acbd3c8962ef6fb860db4  ascii-design-1.0.2.tar.bz2


More information about the scm-commits mailing list