rpms/js/devel js.spec,1.8,1.9

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Jan 30 09:58:33 UTC 2006


Author: thias

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

Modified Files:
	js.spec 
Log Message:
Fix .pc file.



Index: js.spec
===================================================================
RCS file: /cvs/extras/rpms/js/devel/js.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- js.spec	26 Jan 2006 14:59:14 -0000	1.8
+++ js.spec	30 Jan 2006 09:58:33 -0000	1.9
@@ -3,7 +3,7 @@
 Summary: JavaScript interpreter and libraries
 Name: js
 Version: 1.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 %if 0%{?_without_readline:1}
 License: MPL/GPL/LGPL
 %else
@@ -48,7 +48,7 @@
 %{__cp} src/perlconnect/README.html src/README.perlconnect.html
 
 # Create pkgconfig file
-%{__cat} > libjs.pc << EOF
+%{__cat} > libjs.pc << 'EOF'
 prefix=%{_prefix}
 exec_prefix=${_prefix}
 libdir=${_libdir}
@@ -130,6 +130,9 @@
 
 
 %changelog
+* Mon Jan 30 2006 Matthias Saou <http://freshrpms.net/> 1.5.0-2
+- Fix .pc file.
+
 * Thu Jan 26 2006 Matthias Saou <http://freshrpms.net/> 1.5.0-1
 - Update to 1.5.0 final.
 - Spec file cleanups.




More information about the fedora-extras-commits mailing list