rpms/nhpf/devel nhpf.spec,1.13,1.14

Caius Chance (cchance) fedora-extras-commits at redhat.com
Tue Sep 25 01:45:29 UTC 2007


Author: cchance

Update of /cvs/pkgs/rpms/nhpf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26880

Modified Files:
	nhpf.spec 
Log Message:
Bug 249975 Processed: nhpf not built with $RPM_OPT_FLAGS.



Index: nhpf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nhpf/devel/nhpf.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- nhpf.spec	12 Jul 2006 07:28:44 -0000	1.13
+++ nhpf.spec	25 Sep 2007 01:44:56 -0000	1.14
@@ -1,12 +1,12 @@
-Summary:	Hangul Printing Filter for Netscape (2.0 or later) PS-saved file
-Name:		nhpf
-Version:	1.42
-Release: 9.2.2
-License:	Distributable
-Group:		Applications/Text
-Source0:	ftp://cglab.snu.ac.kr/pub/hangul/n3f/tar/%{name}-%{version}.tar.gz
-URL:		http://cglab.snu.ac.kr/~yjlee/n3f/applications/nhpf.html
-Buildroot: 	%{_tmppath}/%{name}-%{version}-buildroot
+Name:         nhpf
+Summary:      Hangul Printing Filter for Netscape (2.0 or later) PS-saved file
+Version:      1.42
+Release:      10
+License:      Distributable
+URL:          http://cglab.snu.ac.kr/~yjlee/n3f/applications/nhpf.html
+Group:        Applications/Text
+Buildroot:    %{_tmppath}/%{name}-%{version}-buildroot
+Source0:      ftp://cglab.snu.ac.kr/pub/hangul/n3f/tar/%{name}-%{version}.tar.gz
 
 %description
 The filtered PS file is self-contained, because this program appends
@@ -18,7 +18,7 @@
 %setup -q -n %{name}-%{version}
 
 %build
-make
+make CFLAG="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -36,6 +36,10 @@
 %attr(755,root,root)/usr/bin/nhpf
 
 %changelog
+* Tue Sep 26 2007 Caius Chance  <cchance at redhat.com> - 1.42-10
+- Resolves: rhbz#249975 (nhpf not built with $RPM_OPT_FLAGS.)
+  <<< Fixed CFLAGS in Makefile for more meaningful debuginfo.
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 1.42-9.2.2
 - rebuild
 




More information about the fedora-extras-commits mailing list