rpms/new/devel .cvsignore,1.4,1.5 new.spec,1.7,1.8 sources,1.4,1.5

W. Michael Petullo (mikep) fedora-extras-commits at redhat.com
Sun Sep 10 23:30:30 UTC 2006


Author: mikep

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/new/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	2 Feb 2006 22:51:46 -0000	1.4
+++ .cvsignore	10 Sep 2006 23:30:30 -0000	1.5
@@ -1 +1 @@
-new-1.3.7.tar.gz
+new-1.3.8.tar.gz


Index: new.spec
===================================================================
RCS file: /cvs/extras/rpms/new/devel/new.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- new.spec	7 Sep 2006 22:17:50 -0000	1.7
+++ new.spec	10 Sep 2006 23:30:30 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: A simple template system
 Name: new
-Version: 1.3.7
-Release: 4
+Version: 1.3.8
+Release: 1
 License: GPL
 Group: Development/Tools
 Source: http://www.flyn.org/projects/%name/%{name}-%{version}.tar.gz
@@ -55,6 +55,19 @@
 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
 
 
@@ -70,10 +83,15 @@
 %makeinstall
 rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewfmt_ptrn.a
 rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewfmt_ptrn.la
-rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewtemplate.a
-rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewtemplate.la
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewfmt_ptrnjni.a
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewfmt_ptrnjni.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}/libnewtemplate.a
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewtemplate.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -85,7 +103,8 @@
 %files
 %defattr(-, root, root)
 %{_bindir}/*
-%{_libdir}/lib*.so.*
+%{_libdir}/libnewfmt_ptrn.so.*
+%{_libdir}/libnewtemplate.so.*
 %{_datadir}/new
 %{_mandir}/*/*
 %doc	AUTHORS COPYING ChangeLog INSTALL README
@@ -96,8 +115,16 @@
 %{_includedir}/new
 %{_libdir}/lib*.so
 
+# %files java
+# %defattr(-, root, root)
+# %{_libdir}/libnewfmt_ptrnjni.so.*
+# %{_datadir}/java/*
 
 %changelog
+* 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.
+
 * 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	2 Feb 2006 22:51:46 -0000	1.4
+++ sources	10 Sep 2006 23:30:30 -0000	1.5
@@ -1 +1 @@
-46337e1b20f4104da408bac2d38a744c  new-1.3.7.tar.gz
+1c8f56793da9b36c530079715af5dbe8  new-1.3.8.tar.gz




More information about the scm-commits mailing list