rpms/new/devel .cvsignore, 1.5, 1.6 new.spec, 1.11, 1.12 sources, 1.5, 1.6

W. Michael Petullo (mikep) fedora-extras-commits at redhat.com
Mon Jul 30 01:22:14 UTC 2007


Author: mikep

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

Modified Files:
	.cvsignore new.spec sources 
Log Message:
Build 1.3.9.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/new/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	10 Sep 2006 23:30:30 -0000	1.5
+++ .cvsignore	30 Jul 2007 01:21:42 -0000	1.6
@@ -1 +1 @@
-new-1.3.8.tar.gz
+new-1.3.9.tar.gz


Index: new.spec
===================================================================
RCS file: /cvs/extras/rpms/new/devel/new.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- new.spec	11 Dec 2006 16:36:46 -0000	1.11
+++ new.spec	30 Jul 2007 01:21:42 -0000	1.12
@@ -1,14 +1,14 @@
 Summary: A simple template system
 Name: new
-Version: 1.3.8
-Release: 2
+Version: 1.3.9
+Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://www.flyn.org/projects/%name/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://www.flyn.org
 Requires: zlib
-BuildRequires: glib2-devel, zlib-devel, java-1.4.2-gcj-compat-devel, libgcj-devel
+BuildRequires: glib2-devel, zlib-devel, java-1.4.2-gcj-compat-devel, libgcj-devel, junit
 
 %description
 New is a template system, especially useful in conjunction with a 
@@ -55,27 +55,20 @@
 provides the libraries, include files, and other resources needed for
 developing applications using new's API.
 
-# %package java
-# Summary: Files needed to develop applications using new's Java classes
-# Group: Development/Libraries
-# Requires: new = %{version}-%{release}
-
-# %description java
-# New is a template system, especially useful in conjunction with a
-# simple text editor such as vi. The user maintains templates which may
-# contain format strings. At run time, new replaces the format strings in
-# a template with appropriate values to create a new file.  This package
-# provides the resources needed for developing applications using new's
-# Java classes.
-
-%prep
-cat<<EOT
-
-Build disabled. Package is without maintainer.
+%package java
+Summary: Files needed to develop applications using new's Java classes
+Group: Development/Libraries
+Requires: new = %{version}-%{release}
 
-EOT
-exit 1
+%description java
+New is a template system, especially useful in conjunction with a
+simple text editor such as vi. The user maintains templates which may
+contain format strings. At run time, new replaces the format strings in
+a template with appropriate values to create a new file.  This package
+provides the resources needed for developing applications using new's
+Java classes.
 
+%prep
 
 
 %setup
@@ -92,10 +85,12 @@
 rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewfmt_ptrn.la
 rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewfmt_ptrnjni.a
 rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewfmt_ptrnjni.la
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewfmt_ptrnjava.a
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewfmt_ptrnjava.la
 
 # Delete the following 2 lines for building Java:
-rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewfmt_ptrnjni.*
-rm -f ${RPM_BUILD_ROOT}%{_datadir}/java/libnewfmt_ptrnjava.jar
+#rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewfmt_ptrnjni.*
+#rm -f ${RPM_BUILD_ROOT}%{_datadir}/java/libnewfmt_ptrnjava.jar
 
 rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewtemplate.a
 rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewtemplate.la
@@ -122,18 +117,23 @@
 %{_includedir}/new
 %{_libdir}/lib*.so
 
-# %files java
-# %defattr(-, root, root)
-# %{_libdir}/libnewfmt_ptrnjni.so.*
-# %{_datadir}/java/*
+%files java
+%defattr(-, root, root)
+%{_libdir}/libnewfmt_ptrnjni.so.*
+%{_libdir}/libnewfmt_ptrnjava.so.*
+%{_datadir}/java/*
 
 %changelog
+* Sun Jul 29 2007 W. Michael Petullo <mike[@]flyn.org> - 1.3.9-1
+   - Updated to new 1.3.9.
+   - Build the Java package.
+
 * Sun Sep 10 2006 W. Michael Petullo <mike[@]flyn.org> - 1.3.8-2
    - BuildRequires Java tools.
 
 * Sun Sep 10 2006 W. Michael Petullo <mike[@]flyn.org> - 1.3.8-1
    - Updated to new 1.3.8.
-   - Create new java package, comment out for now.
+   - Create new Java package, comment out for now.
 
 * Thu Sep 07 2006 W. Michael Petullo <mike[@]flyn.org> - 1.3.7-4
    - Use _libdir macro for rm -rf of .a and .la (fix 64-bit build.)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/new/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	10 Sep 2006 23:30:30 -0000	1.5
+++ sources	30 Jul 2007 01:21:42 -0000	1.6
@@ -1 +1 @@
-1c8f56793da9b36c530079715af5dbe8  new-1.3.8.tar.gz
+e17b8bc24f14e856612ca2f9ca168902  new-1.3.9.tar.gz




More information about the scm-commits mailing list