rpms/ascii/devel ascii-3.8-makefile.patch, NONE, 1.1 ascii.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jochen Schmitt s4504kr at fedoraproject.org
Sat May 1 14:36:42 UTC 2010


Author: s4504kr

Update of /cvs/pkgs/rpms/ascii/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4995/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ascii-3.8-makefile.patch ascii.spec import.log 
Log Message:

Initial CVS import-


ascii-3.8-makefile.patch:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ascii-3.8-makefile.patch ---
diff -up ascii-3.8/Makefile.org ascii-3.8/Makefile
--- ascii-3.8/Makefile.org	2009-09-16 19:14:13.000000000 +0200
+++ ascii-3.8/Makefile	2009-09-16 19:15:01.000000000 +0200
@@ -5,7 +5,7 @@ VERS=$(shell sed <ascii.spec -n -e '/Ver
 CFLAGS = -O
 
 ascii: ascii.c splashscreen.h nametable.h
-	$(CC) -DREVISION=$(VERS) ascii.c -o ascii
+	$(CC) $(CFLAGS) -DREVISION=$(VERS) ascii.c -o ascii
 
 splashscreen.h: splashscreen
 	sed <splashscreen >splashscreen.h -e 's/\\/\\\\/g' -e 's/"/\\"/g' -e 's/.*/P("&");/' 


--- NEW FILE ascii.spec ---
Name:           ascii
Version:        3.8
Release:        1%{?dist}
URL:            http://www.catb.org/~esr/ascii/
Source0:        http://www.catb.org/~esr/ascii/ascii-3.8.tar.gz
Patch1:         ascii-3.8-makefile.patch

License:        GPLv2
Group:          Applications/Text
Summary:        Interactive ascii name and synonym chart
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
The ascii utility provides easy conversion between various byte representations
and the American Standard Code for Information Interchange (ASCII) character
table.  It knows about a wide variety of hex, binary, octal, Teletype mnemonic,
ISO/ECMA code point, slang names, XML entity names, and other representations.
Given any one on the command line, it will try to display all others.  Called
with no arguments it displays a handy small ASCII chart.

%prep
%setup -q
%patch1 -p1

%build
make %{?_smp_mflags} ascii ascii.1 CFLAGS="${RPM_OPT_FLAGS}"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/
cp ascii $RPM_BUILD_ROOT%{_bindir}
cp ascii.1 $RPM_BUILD_ROOT%{_mandir}/man1/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_mandir}/man1/ascii.1*
%{_bindir}/ascii
%doc README COPYING

%changelog
* Wed Sep 16 2009 Jochen Schmitt <Jochen herr-schmitt de> 3.8-1
- Initial package



--- NEW FILE import.log ---
ascii-3_8-1_fc11:HEAD:ascii-3.8-1.fc11.src.rpm:1272724533


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ascii/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Apr 2010 17:47:16 -0000	1.1
+++ .cvsignore	1 May 2010 14:36:41 -0000	1.2
@@ -0,0 +1 @@
+ascii-3.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ascii/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Apr 2010 17:47:16 -0000	1.1
+++ sources	1 May 2010 14:36:42 -0000	1.2
@@ -0,0 +1 @@
+8fb7540bf2a7a8e1fa0086708ed9b881  ascii-3.8.tar.gz



More information about the scm-commits mailing list