rpms/dxpc/devel Makefile, 1.3, 1.4 dxpc-3.8.2-mandir.patch, 1.2, 1.3 dxpc.spec, 1.13, 1.14 sources, 1.5, 1.6 dead.package, 1.1, NONE

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Feb 2 22:21:57 UTC 2007


Author: mschwendt

Update of /cvs/extras/rpms/dxpc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23836

Added Files:
	Makefile dxpc-3.8.2-mandir.patch dxpc.spec sources 
Removed Files:
	dead.package 
Log Message:
resurrect


Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	2 Feb 2007 22:21:24 -0000	1.4
@@ -0,0 +1,21 @@
+# Makefile for source rpm: dxpc
+# $Id$
+NAME := dxpc
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON	:= $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)

dxpc-3.8.2-mandir.patch:

Index: dxpc-3.8.2-mandir.patch
===================================================================
RCS file: dxpc-3.8.2-mandir.patch
diff -N dxpc-3.8.2-mandir.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ dxpc-3.8.2-mandir.patch	2 Feb 2007 22:21:24 -0000	1.3
@@ -0,0 +1,22 @@
+--- dxpc-3.8.2/Makefile.in.mandir	2002-11-11 12:37:52.000000000 -0600
++++ dxpc-3.8.2/Makefile.in	2003-06-12 14:10:41.000000000 -0500
+@@ -7,7 +7,7 @@
+ prefix      = @prefix@
+ exec_prefix = @exec_prefix@
+ bindir      = @bindir@
+-man1dir     = @mandir@/man1
++mandir     = @mandir@
+ VPATH       = @srcdir@
+ 
+ INSTALL         = @INSTALL@
+@@ -57,8 +57,8 @@
+ 	$(INSTALL) $(TARGET) $(bindir)/$(TARGET)
+ 
+ install.man:
+-	$(srcdir)/mkinstalldirs $(man1dir)
+-	$(INSTALL_DATA) $(TARGET).man $(man1dir)/$(TARGET).1
++	$(srcdir)/mkinstalldirs $(mandir)/man1
++	$(INSTALL_DATA) $(TARGET).man $(mandir)/man1/$(TARGET).1
+ 
+ clean:
+ 	-rm -f *~ *.o $(TARGET) pure_* quant_* *.bak core gmon.out


Index: dxpc.spec
===================================================================
RCS file: dxpc.spec
diff -N dxpc.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ dxpc.spec	2 Feb 2007 22:21:24 -0000	1.14
@@ -0,0 +1,76 @@
+
+Summary: Differential X Protocol Compressor
+Name:    dxpc
+Version: 3.9.0
+Release: 1%{?dist}
+
+# Since dxpc links against GPL'd lzo, changed license from BSD -> GPL
+License: GPL 
+Group:	 User Interface/X
+URL:     http://www.vigor.nu/dxpc/
+Source:  http://www.vigor.nu/dxpc/%{version}/dxpc-%{version}.tgz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Patch1: dxpc-3.8.2-mandir.patch
+
+BuildRequires: lzo-devel 
+%if "%{?fedora}" > "4"
+BuildRequires: libXt-devel
+%else
+BuildRequires: xorg-x11-devel
+%endif
+
+%description
+dxpc is an X protocol compressor designed to improve the
+speed of X11 applications run over low-bandwidth links
+(such as dialup PPP connections).
+
+
+%prep
+%setup -q
+
+%patch1 -p1 -b .mandir
+
+
+%build
+%configure 
+
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%makeinstall
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc README* CHANGES TODO
+%{_bindir}/*
+%{_mandir}/man1/*
+
+
+%changelog
+* Tue Jul 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.9.0-1
+- 3.9.0
+
+* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net>
+- fc5: gcc/glibc respin
+
+* Mon Jan 30 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.8.2-3
+- drop BR: XFree86-devel (#179283)
+- add BR: xorg-x11-devel/libXt-devel (#179283)
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
+* Fri Jul 11 2003 Rex Dieter <rexdieter at sf.net> 0:3.8.2-0.fdr.1
+- BuildRequires: XFree86-devel (fedora bug #381)
+
+* Tue Jun 17 2003 Rex Dieter <rexdieter at sf.net> 0:3.8.2-0.fdr.0
+- 3.8.2
+


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	2 Feb 2007 22:21:24 -0000	1.6
@@ -0,0 +1 @@
+ff8148868271b405a1a67b412e45d4e1  dxpc-3.9.0.tgz


--- dead.package DELETED ---




More information about the fedora-extras-commits mailing list