[edb] Update to 0.9.17

Nicoleau Fabien eponyme at fedoraproject.org
Sat Apr 23 18:30:04 UTC 2011


commit aaf1fed186e3ece0e5100a8ee1181114f9f7def6
Author: eponyme <eponyme at fedoraproject.org>
Date:   Sat Apr 23 20:29:54 2011 +0200

    Update to 0.9.17

 .gitignore |    1 +
 edb.spec   |   12 +++++++-----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 436bfec..07defef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /debugger-0.9.16.tgz
+/debugger-0.9.17.tgz
diff --git a/edb.spec b/edb.spec
index 8aa587b..f2f5c9b 100644
--- a/edb.spec
+++ b/edb.spec
@@ -1,6 +1,6 @@
 Name:           edb
-Version:        0.9.16
-Release:        3%{?dist}
+Version:        0.9.17
+Release:        1%{?dist}
 Summary:        A debugger based on the ptrace API and Qt4
 
 Group:          Development/Debuggers
@@ -40,10 +40,11 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/
 install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps/
 install -Dm 644 -p src/images/%{name}48-logo.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
 make install INSTALL_ROOT=$RPM_BUILD_ROOT%{_prefix}
-install -Dm 755 -p edb_make_symbolmap.sh $RPM_BUILD_ROOT%{_bindir}
+install -Dm 644 -p %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/
 desktop-file-install --vendor=""   \
        --dir=%{buildroot}%{_datadir}/applications/   \
        %{name}.desktop
@@ -57,15 +58,16 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc CHANGELOG COPYING README TODO VERSION README.plugins doc 
 %{_bindir}/%{name}
-%{_bindir}/%{name}_make_symbolmap.sh
 %{_libdir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+%{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Sat Apr 23 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 0.9.17-1
+- Update to 0.9.17
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.16-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
 * Sun Nov  7 2010 Dan Horák <dan[at]danny.cz> - 0.9.16-2
 - switch to ExclusiveArch
 * Thu Oct 28 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 0.9.16-1
diff --git a/sources b/sources
index d0b5518..f74c849 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c91650270a1e2659dc2a5d9c44f7e2c4  debugger-0.9.16.tgz
+0349fe842765c177a3d7a1ac43d7462b  debugger-0.9.17.tgz


More information about the scm-commits mailing list