rpms/vnc-reflector/devel vnc-reflector.spec,1.3,1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Feb 9 16:59:26 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/vnc-reflector/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14242/devel

Modified Files:
	vnc-reflector.spec 
Log Message:
apply debuginfo fix from BZ#225107



Index: vnc-reflector.spec
===================================================================
RCS file: /cvs/extras/rpms/vnc-reflector/devel/vnc-reflector.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vnc-reflector.spec	1 Sep 2006 04:23:32 -0000	1.3
+++ vnc-reflector.spec	9 Feb 2007 16:58:54 -0000	1.4
@@ -1,13 +1,11 @@
-# $Id$ 
-
 Name:      vnc-reflector
 Version:   1.2.4 
-Release:        2%{?dist}
+Release:   3%{?dist}
 Summary:   A specialized, multiplexing vnc proxy server
 
 Group:     Applications/Internet
 License:   BSD 
-URL:       http://sourceforge.net/projects/vnc-reflector/
+URL:       http://sourceforge.net/projects/vnc-reflector
 Source0:   http://dl.sf.net/vnc-reflector/vnc_reflector-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -23,14 +21,14 @@
 
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -I."
 
 
 %install
 rm -rf %{buildroot}
 
 # no install target in the makefile....
-%{__mkdir_p} %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_bindir}
 cp vncreflector %{buildroot}%{_bindir}
 
 
@@ -45,6 +43,9 @@
 
 
 %changelog
+* Fri Feb 09 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.2.4-3
+- apply debuginfo fixes from BZ#225107
+
 * Thu Aug 31 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.2.4-2
 - bump for mass rebuild
 




More information about the scm-commits mailing list