rpms/osiv/devel osiv.spec,1.1,1.2

Ed Hill (edhill) fedora-extras-commits at redhat.com
Sun Nov 20 04:27:06 UTC 2005


Author: edhill

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

Modified Files:
	osiv.spec 
Log Message:
add AUTHORS



Index: osiv.spec
===================================================================
RCS file: /cvs/extras/rpms/osiv/devel/osiv.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- osiv.spec	20 Nov 2005 04:21:44 -0000	1.1
+++ osiv.spec	20 Nov 2005 04:27:04 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           osiv
 Version:        0.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Open Source Image Velocimetry
 
 Group:          Applications/Engineering
@@ -30,17 +30,22 @@
 %install
 rm -rf ${RPM_BUILD_ROOT}
 %makeinstall
+#
+# TODO: package the ./java files
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING 
+%doc COPYING AUTHORS
 %{_bindir}/*
 %{_mandir}/man1/*
 
 %changelog
+* Sat Nov 19 2005 Ed Hill <ed at eh3.com> - 0.1.1-2
+- add AUTHORS
+
 * Mon Nov 14 2005 Ed Hill <ed at eh3.com> - 0.1.1-1
 - initial specfile created
 




More information about the fedora-extras-commits mailing list