rpms/dvtm/F-11 Makefile-0.5.1.patch, NONE, 1.1 dvtm.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Mon Jun 8 10:31:58 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/dvtm/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32140/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	Makefile-0.5.1.patch dvtm.spec import.log 
Log Message:
Initial import.


Makefile-0.5.1.patch:

--- NEW FILE Makefile-0.5.1.patch ---
--- dvtm-0.5.1.org/Makefile	2009-05-10 04:23:02.000000000 +0530
+++ dvtm-0.5.1/Makefile	2009-06-04 13:01:24.000000000 +0530
@@ -12,14 +12,14 @@
 	@echo "CC       = ${CC}"
 
 .c.o:
-	@echo CC $<
+	@echo CC -c ${CFLAGS} $<
 	@${CC} -c ${CFLAGS} $<
 
 ${OBJ}: config.h config.mk
 
 dvtm: ${OBJ}
-	@echo CC -o $@
-	@${CC} -o $@ ${OBJ} ${LDFLAGS}
+	@echo ${CC} ${CFLAGS} -o $@ ${OBJ} ${LDFLAGS}
+	@${CC} ${CFLAGS} -o $@ ${OBJ} ${LDFLAGS}
 
 debug: clean
 	@make CFLAGS='${DEBUG_CFLAGS}'
@@ -40,13 +40,11 @@
 	@rm -rf dvtm-${VERSION}
 
 install: dvtm
-	@echo stripping executable
-	@strip -s dvtm
 	@echo installing executable file to ${DESTDIR}${PREFIX}/bin
 	@mkdir -p ${DESTDIR}${PREFIX}/bin
-	@cp -f dvtm ${DESTDIR}${PREFIX}/bin
+	@cp -pf dvtm ${DESTDIR}${PREFIX}/bin
 	@chmod 755 ${DESTDIR}${PREFIX}/bin/dvtm
-	@cp -f dvtm-status ${DESTDIR}${PREFIX}/bin
+	@cp -pf dvtm-status ${DESTDIR}${PREFIX}/bin
 	@chmod 755 ${DESTDIR}${PREFIX}/bin/dvtm-status
 	@echo installing manual page to ${DESTDIR}${MANPREFIX}/man1
 	@mkdir -p ${DESTDIR}${MANPREFIX}/man1


--- NEW FILE dvtm.spec ---
Name:           dvtm
Version:        0.5.1
Release:        5%{?dist}
Summary:        Tiling window management for the console

Group:          Applications/System
License:        MIT and LGPLv2
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)

BuildRequires:  ncurses-devel

%description
dvtm brings the concept of tiling window management, popularized by
X11-window managers like dwm to the console. As a console window
manager it tries to make it easy to work with multiple console based
programs like vim, mutt, cmus or irssi.

%prep
%setup -q
%patch0 -p1 -b .Makefile


%build
sed -i 's/PREFIX.*local*/PREFIX\ =\ \/usr\//' config.mk
CFLAGS=`echo $RPM_OPT_FLAGS` make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE README
%{_bindir}/%{name}
%{_bindir}/%{name}-status
%{_mandir}/man1/%{name}.1*


%changelog
* Thu Jun 04 2009 Rakesh Pandit <rakesh at fedoraproject.org> 0.5.1-5
- Removed LGPLv2 copy

* Thu Jun 04 2009 Rakesh Pandit <rakesh at fedoraproject.org> 0.5.1-4
- Updated Makefile patch to echo current execution lines for
-  dvtm.c and madtty.c and added LGPLv2 txt file

* Fri May 22 2009 Rakesh Pandit <rakesh at fedoraproject.org> 0.5.1-3
- Fixed license tag

* Sun May 10 2009 Rakesh Pandit <rakesh at fedoraproject.org> 0.5.1-2
- Removed -stripping from binaries and saving timestamp while
- installing via Makefile patch.

* Sun May 10 2009 Rakesh Pandit <rakesh at fedoraproject.org> 0.5.1-1
- Initial package


--- NEW FILE import.log ---
dvtm-0_5_1-5_fc10:F-11:dvtm-0.5.1-5.fc10.src.rpm:1244456674


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dvtm/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Jun 2009 22:25:01 -0000	1.1
+++ .cvsignore	8 Jun 2009 10:31:27 -0000	1.2
@@ -0,0 +1 @@
+dvtm-0.5.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dvtm/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Jun 2009 22:25:01 -0000	1.1
+++ sources	8 Jun 2009 10:31:28 -0000	1.2
@@ -0,0 +1 @@
+15af44198d6a636190480122b8de7155  dvtm-0.5.1.tar.gz




More information about the fedora-extras-commits mailing list