[dvtm] 0.7 bump

Petr Sabata psabata at fedoraproject.org
Mon Sep 5 09:23:22 UTC 2011


commit d098de4894329f231ab045670fcf10f73653d022
Author: Petr Sabata <contyk at redhat.com>
Date:   Mon Sep 5 11:21:14 2011 +0200

    0.7 bump
    
    Licence change for the virtual terminal component from LGPLv2 to ISC,
    spec file cleanup.

 .gitignore |    1 +
 dvtm.spec  |   30 +++++++++++-------------------
 sources    |    2 +-
 3 files changed, 13 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1492f77..e174f7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 dvtm-0.5.2.tar.gz
+/dvtm-0.7.tar.gz
diff --git a/dvtm.spec b/dvtm.spec
index 55169d1..21ae79c 100644
--- a/dvtm.spec
+++ b/dvtm.spec
@@ -1,15 +1,12 @@
 Name:           dvtm
-Version:        0.5.2
-Release:        2%{?dist}
+Version:        0.7
+Release:        1%{?dist}
 Summary:        Tiling window management for the console
-
 Group:          Applications/System
-License:        MIT and LGPLv2
+License:        MIT and ISC
 URL:            http://www.brain-dump.org/projects/%{name}/
 Source0:        http://www.brain-dump.org/projects/%{name}/%{name}-%{version}.tar.gz
-Patch0:         Makefile-%{version}.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Patch0:         Makefile-0.5.2.patch
 BuildRequires:  ncurses-devel
 
 %description
@@ -22,30 +19,25 @@ programs like vim, mutt, cmus or irssi.
 %setup -q
 %patch0 -p1 -b .Makefile
 
-
 %build
 sed -i 's/PREFIX.*local*/PREFIX\ =\ \/usr\//' config.mk
-CFLAGS=`echo $RPM_OPT_FLAGS` make %{?_smp_mflags}
-
+CFLAGS="%{optflags}" make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
+make install DESTDIR=%{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE README
 %{_bindir}/%{name}
 %{_bindir}/%{name}-status
 %{_mandir}/man1/%{name}.1*
 
-
 %changelog
+* Mon Sep 05 2011 Petr Sabata <contyk at redhat.com> - 0.7-1
+- Update to 0.7
+- Change license of the terminal component to ISC
+- Drop now obsolete BuildRoot and defattr
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 0f4deaa..b509021 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7872b9e61705a4e9952655b3b88e4add  dvtm-0.5.2.tar.gz
+d8ef63bad5b48324ad040630c51a1c26  dvtm-0.7.tar.gz


More information about the scm-commits mailing list