SPECS: byaccj.spec - up to 1.15 - s/mktemp/mkstemp/ (and removed TODO) - rel 1

pawelz pawelz at pld-linux.org
Thu Feb 19 14:43:24 CET 2009


Author: pawelz                       Date: Thu Feb 19 13:43:24 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.15
- s/mktemp/mkstemp/ (and removed TODO)
- rel 1

---- Files affected:
SPECS:
   byaccj.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/byaccj.spec
diff -u SPECS/byaccj.spec:1.4 SPECS/byaccj.spec:1.5
--- SPECS/byaccj.spec:1.4	Sat Dec 15 23:05:40 2007
+++ SPECS/byaccj.spec	Thu Feb 19 14:43:18 2009
@@ -1,17 +1,15 @@
 # $Revision$, $Date$
-# TODO
-# - main.o(.text+0x976): In function `create_file_names':
-#   main.c: warning: the use of `mktemp' is dangerous, better use `mkstemp'
-#   (mkstemp() should be used to create files in ${TMPDIR:-/tmp})
 Summary:	Parser Generator with Java Extension
 Summary(pl.UTF-8):	Generator analizatorów rozszerzony o Javę
 Name:		byaccj
-Version:	1.14
-Release:	0.1
+Version:	1.15
+Release:	1
 License:	Public Domain
 Group:		Development/Languages/Java
 Source0:	http://dl.sourceforge.net/byaccj/%{name}%{version}_src.tar.gz
-# Source0-md5:	23c7d0526a3794f06635f3ef3845a045
+# Source0-md5:	5ee9959af35f245ac2c4355f85fdf351
+Patch0:		%{name}-cflags.patch
+Patch1:		%{name}-mkstemp.patch
 URL:		http://byaccj.sourceforge.net/
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -39,7 +37,10 @@
 powstał YACC dla Javy.
 
 %prep
-%setup -q -n %{name}%{version}_src
+%setup -q -n %{name}%{version}
+
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__make} -C src linux \
@@ -57,7 +58,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc docs/* src/{new_features,no_warranty,readme}
+%doc docs/* src/{new_features,no_warranty}
 %attr(755,root,root) %{_bindir}/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -66,6 +67,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2009/02/19 13:43:18  pawelz
+- up to 1.15
+- s/mktemp/mkstemp/ (and removed TODO)
+- rel 1
+
 Revision 1.4  2007/12/15 22:05:40  qboosh
 - it's public domain
 - more docs
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/byaccj.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list