rpms/postgresql-jdbc/devel postgresql-jdbc.spec,1.21,1.22

Tom Lane tgl at fedoraproject.org
Tue Jan 5 17:13:54 UTC 2010


Author: tgl

Update of /cvs/pkgs/rpms/postgresql-jdbc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6769

Modified Files:
	postgresql-jdbc.spec 
Log Message:
Replace %define with %global ... no real bug, but just for safety.


Index: postgresql-jdbc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql-jdbc/devel/postgresql-jdbc.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- postgresql-jdbc.spec	24 Nov 2009 19:42:51 -0000	1.21
+++ postgresql-jdbc.spec	5 Jan 2010 17:13:54 -0000	1.22
@@ -28,12 +28,12 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-%define _gcj_support 1
+%global _gcj_support 1
 
-%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
+%global gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
 
-%define section		devel
-%define upstreamver	8.4-701
+%global section		devel
+%global upstreamver	8.4-701
 
 Summary:	JDBC driver for PostgreSQL
 Name:		postgresql-jdbc




More information about the fedora-extras-commits mailing list