From d098de4894329f231ab045670fcf10f73653d022 Mon Sep 17 00:00:00 2001 From: Petr Sabata Date: Sep 05 2011 09:21:14 +0000 Subject: 0.7 bump Licence change for the virtual terminal component from LGPLv2 to ISC, spec file cleanup. --- 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 - 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 - 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