rpms/nforenum/F-11 import.log, NONE, 1.1 nforenum-gcc44.patch, NONE, 1.1 nforenum.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Felix Kaechele heffer at fedoraproject.org
Sun Sep 6 13:06:53 UTC 2009


Author: heffer

Update of /cvs/pkgs/rpms/nforenum/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25829/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log nforenum-gcc44.patch nforenum.spec 
Log Message:
initial import of nforenum



--- NEW FILE import.log ---
nforenum-3_4_7-0_2_r2184_fc11:F-11:nforenum-3.4.7-0.2.r2184.fc11.src.rpm:1252242343

nforenum-gcc44.patch:
 getopt.c   |    2 +-
 pseudo.cpp |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE nforenum-gcc44.patch ---
Index: pseudo.cpp
===================================================================
--- pseudo.cpp	(revision 2184)
+++ pseudo.cpp	(working copy)
@@ -23,6 +23,7 @@
 #include<iostream>
 #include<iomanip>
 #include<cstdarg>
+#include<fstream>
 
 /* If your compiler errors on the following line, boost is not
  * properly installed.
Index: getopt.c
===================================================================
--- getopt.c	(revision 2184)
+++ getopt.c	(working copy)
@@ -498,7 +498,7 @@
 
   {
     char c = *nextchar++;
-    char *temp = my_index (optstring, c);
+    const char *temp = my_index (optstring, c);
 
     /* Increment `optind' when we start to process its last character.  */
     if (*nextchar == '\0')


--- NEW FILE nforenum.spec ---
Name:           nforenum
Version:        3.4.7
Release:        0.2.r2184%{?dist}
Summary:        A format correcter and linter for the NFO language
Group:          Development/Tools
License:        GPLv2+
URL:            http://users.tt-forums.net/dalestan/nforenum/
# svn export -r2184 svn://svn.ttdpatch.net/misc/nforenum/
# tar --xz -cf nforenum-r2184.tar.xz nforenum
Source0:        nforenum-r2184.tar.xz
# fix some header includes and a const char* cast
Patch0:         nforenum-gcc44.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  boost-devel


%description
nforenum takes as input any number of files that contain something that vaguely
resembles valid NFO, and produces, to the best of its ability, encodable NFO
files, one for each input file.
It also detects and warns about some common mistakes made in NFO coding. All
errors that will cause TTDPatch to reject the GRF during the initialization or
activation phases should be detected; if any are not, it is a bug and should be
reported as such.
Sprites that are too short, not of the correct type (real/pseudo/&c.), too
long, or otherwise not in agreement with their data or the preceeding sprites
are all detected. 

%prep
%setup -q -n %{name}
%patch0 -p0 -b .fedora

for f in doc/COMMANDS.en.txt; do
  iconv -f iso8859-1 -t utf-8 $f >$f.conv 
  touch -r $f $f.conv
  mv $f.conv $f
done


%build
V=1 CFLAGAPP="%{optflags}" make %{?_smp_mflags}


%install
rm -rf %{buildroot}
install -D -m 755 renum %{buildroot}%{_bindir}/nforenum


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc CHANGELOG.txt COPYING.txt TODO.txt
%doc doc/
%{_bindir}/*


%changelog
* Sun Sep 06 2009 Felix Kaechele <heffer at fedoraproject.org> - 3.4.7-0.2.r2184
- incorporated changes as suggested in #519118

* Mon Aug 24 2009 Felix Kaechele <heffer at fedoraproject.org> - 3.4.7-0.1.r2184
- initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nforenum/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Sep 2009 02:13:14 -0000	1.1
+++ .cvsignore	6 Sep 2009 13:06:53 -0000	1.2
@@ -0,0 +1 @@
+nforenum-r2184.tar.xz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nforenum/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Sep 2009 02:13:14 -0000	1.1
+++ sources	6 Sep 2009 13:06:53 -0000	1.2
@@ -0,0 +1 @@
+d0b4614ba67556e1e7d8240da6aa1a7a  nforenum-r2184.tar.xz




More information about the fedora-extras-commits mailing list