[pingus] 0.7.4.

Jon Ciesla limb at fedoraproject.org
Fri Oct 21 14:39:38 UTC 2011


commit 1d1761f4ebc5edb39648484c2adccb06d5cfd755
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Fri Oct 21 09:39:09 2011 -0500

    0.7.4.

 .gitignore  |    1 +
 pingus.spec |   13 +++++++++----
 sources     |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17b0c3b..664921c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pingus-0.7.2.tar.bz2
 /pingus-0.7.3.tar.bz2
+/pingus-0.7.4.tar.bz2
diff --git a/pingus.spec b/pingus.spec
index bf017b6..8d0b258 100644
--- a/pingus.spec
+++ b/pingus.spec
@@ -1,5 +1,5 @@
 Name:           pingus
-Version:        0.7.3
+Version:        0.7.4
 Release:        1%{?dist}
 Summary:        Guide the penguins safely home before they drop of the cliff
 Group:          Amusements/Games
@@ -39,8 +39,9 @@ scons CCFLAGS="$RPM_OPT_FLAGS"
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man6
-./install.sh $RPM_BUILD_ROOT%{_prefix}
-install -p -m 644 doc/%{name}.6 $RPM_BUILD_ROOT%{_mandir}/man6/
+make install PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT
+install -p -m 644 doc/man/%{name}.6 $RPM_BUILD_ROOT%{_mandir}/man6/
+rm -rf $RPM_BUILD_ROOT%{_mandir}/man1/
 
 # below is the desktop file and icon stuff.
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
@@ -71,8 +72,9 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING NEWS README TODO
 %{_bindir}/%{name}
+%{_bindir}/%{name}.bin
 %{_datadir}/%{name}
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
@@ -80,6 +82,9 @@ fi
 
 
 %changelog
+* Thu Oct 20 2011 Jon Ciesla <limb at jcomserv.net> - 0.7.4-1
+- New upstream.
+
 * Thu Jul 21 2011 Jon Ciesla <limb at jcomserv.net> - 0.7.3-1
 - New upstream, Boost rebuild.
 - Dropped gcc44 patch, upstreamed.
diff --git a/sources b/sources
index a8f4630..ea7fc26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d1a0b0d658cc46dd09d6274f39acc7d  pingus-0.7.3.tar.bz2
+82742bc9906cad98338cfd3ea700b396  pingus-0.7.4.tar.bz2


More information about the scm-commits mailing list