rpms/vnc-reflector/FC-5 vnc-reflector.spec,1.2,1.3

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


Author: cweyl

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

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



Index: vnc-reflector.spec
===================================================================
RCS file: /cvs/extras/rpms/vnc-reflector/FC-5/vnc-reflector.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vnc-reflector.spec	14 Jun 2006 15:22:38 -0000	1.2
+++ vnc-reflector.spec	9 Feb 2007 16:58:49 -0000	1.3
@@ -1,13 +1,11 @@
-# $Id$ 
-
 Name:      vnc-reflector
 Version:   1.2.4 
-Release:   1%{?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,12 @@
 
 
 %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
+
 * Wed Jun 14 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.2.4-1
 - bump release to -1 for F-E builds
 - change download source to a more generic sourceforgeish way




More information about the scm-commits mailing list