[reptyr] Update to 0.4.

Ville Skyttä scop at fedoraproject.org
Mon Aug 27 10:30:16 UTC 2012


commit 0306e5e0b77a40a90e097b327fed6a60d88269c9
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Aug 27 13:30:07 2012 +0300

    Update to 0.4.
    
    - Link with $RPM_LD_FLAGS.

 .gitignore  |    2 +-
 reptyr.spec |   22 ++++++++++++++--------
 sources     |    2 +-
 3 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0993940..dafa321 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/nelhage-reptyr-reptyr-0.3-0-g3cad834.tar.gz
+/*.tar.*
diff --git a/reptyr.spec b/reptyr.spec
index e752e83..b7fb33f 100644
--- a/reptyr.spec
+++ b/reptyr.spec
@@ -1,13 +1,13 @@
 Name:           reptyr
-Version:        0.3
-Release:        3%{?dist}
+Version:        0.4
+Release:        1%{?dist}
 Summary:        Attach a running process to a new terminal
 
 Group:          Applications/System
 License:        MIT
 URL:            http://github.com/nelhage/reptyr
-# https://github.com/nelhage/reptyr/downloads
-Source0:        nelhage-reptyr-reptyr-0.3-0-g3cad834.tar.gz
+# https://github.com/nelhage/reptyr/tags
+Source0:        nelhage-reptyr-reptyr-0.4-0-g28ca686.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ExclusiveArch:  %{ix86} x86_64 %{arm}
@@ -21,29 +21,35 @@ on home.
 
 
 %prep
-%setup -q -n nelhage-reptyr-b83e8f6
+%setup -q -n nelhage-reptyr-57f9561
 
 
 %build
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install PREFIX="%{_prefix}" DESTDIR="$RPM_BUILD_ROOT"
+%find_lang %{name} --with-man
 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc ChangeLog COPYING NOTES README
+%doc ChangeLog COPYING NOTES README.md
 %{_bindir}/reptyr
 %{_mandir}/man1/reptyr.1*
 
+
 %changelog
+* Sun Aug 26 2012 Ville Skyttä <ville.skytta at iki.fi> - 0.4-1
+- Update to 0.4.
+- Link with $RPM_LD_FLAGS.
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index c2b2637..9756ab6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4db9a6d8c275ef02d20d56bec76ef5b1  nelhage-reptyr-reptyr-0.3-0-g3cad834.tar.gz
+4846a0b22c267a154853ce1409e823da  nelhage-reptyr-reptyr-0.4-0-g28ca686.tar.gz


More information about the scm-commits mailing list