SPECS: cvsbook.spec (NEW) - new

twittner twittner at pld-linux.org
Sun Oct 1 15:09:58 CEST 2006


Author: twittner                     Date: Sun Oct  1 13:09:58 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   cvsbook.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/cvsbook.spec
diff -u /dev/null SPECS/cvsbook.spec:1.1
--- /dev/null	Sun Oct  1 15:09:58 2006
+++ SPECS/cvsbook.spec	Sun Oct  1 15:09:53 2006
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	CVS book
+Summary(pl):	Książka o CVS
+Name:		cvsbook
+Version:	1.21
+Release:	1
+License:	GPL v2
+Group:		Documentation
+Source0:	http://cvsbook.red-bean.com/%{name}-%{version}-texi.tar.gz
+# Source0-md5:	9bcfccd92dd153d1c3e928b948c091a4
+Patch0:		%{name}-dir.patch
+URL:		http://cvsbook.red-bean.com/
+BuildRequires:	texinfo
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A set of free chapters "Open Source development with CVS" book about
+using CVS (Concurrent Versions System) for collaboration and version
+control. It covers everything from CVS installation and basic
+concepts all the way to advanced usage and administration. It is
+intended for anyone who uses or plans to use CVS.
+
+#%%description -l pl
+
+%prep
+%setup -q
+%patch0 -p1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_infodir}
+makeinfo --no-split --fill-column=72 main.texi
+install cvsbook.info $RPM_BUILD_ROOT%{_infodir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%files
+%defattr(644,root,root,755)
+%doc TODO
+%{_infodir}/cvsbook.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  2006/10/01 13:09:53  twittner
+- new
+
================================================================


More information about the pld-cvs-commit mailing list