SPECS: gnu-c-manual.spec (NEW) - new

qboosh qboosh at pld-linux.org
Wed Jun 11 22:51:25 CEST 2008


Author: qboosh                       Date: Wed Jun 11 20:51:25 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   gnu-c-manual.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gnu-c-manual.spec
diff -u /dev/null SPECS/gnu-c-manual.spec:1.1
--- /dev/null	Wed Jun 11 22:51:25 2008
+++ SPECS/gnu-c-manual.spec	Wed Jun 11 22:51:20 2008
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary:	The GNU C Reference Manual
+Summary(pl.UTF-8):	Dokumentacja GNU C
+Name:		gnu-c-manual
+Version:	0.1
+Release:	1
+License:	FDL v1.2+
+Group:		Documentation
+Source0:	http://ftp.gnu.org/gnu/gnu-c-manual/%{name}-%{version}.tar.gz
+# Source0-md5:	68743b6f1519d360827ed220fdd6d10e
+Patch0:		%{name}-info.patch
+URL:		http://www.gnu.org/software/gnu-c-manual/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The GNU C Reference Manual is a reference for the C programming
+language, as implemented by the GNU C Compiler.
+
+This manual is strictly a reference, not a tutorial. Its aim is to
+cover every linguistic construct in GNU C, but not the library
+functions. This manual would probably not make a good introductory
+book for new programmers, although those who know languages other than
+C should be able to learn C using it.
+
+This version covers the C89 standard.
+
+%description -l pl.UTF-8
+GNU C Reference Manual to dokumentacja języka programowania C
+zaimplementowanego w kompilatorze gcc (GNU C Compiler).
+
+Ten podręcznik jest tylko opisem, nie ma na celu nauki. Celem jest
+pokrycie wszystkich konstrukcji językowych w GNU C, ale nie funkcji
+bibliotecznych. Nie będzie najprawdopodobniej najlepszą książką
+wprowadzającą dla nowych programistów, choć znający inne języki niż C
+powinni być w stanie nauczyć się z niego C.
+
+Ta wersja pokrywa standard C89.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+makeinfo gnu-c-manual.texi
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D gnu-c-manual.info $RPM_BUILD_ROOT%{_infodir}/gnu-c-manual.info
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun	-p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_infodir}/gnu-c-manual.info*
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-06-11 20:51:20  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list