]> git.pld-linux.org Git - packages/cvsbook.git/commitdiff
- new
authortwittner <twittner@pld-linux.org>
Sun, 1 Oct 2006 13:09:53 +0000 (13:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsbook.spec -> 1.1

cvsbook.spec [new file with mode: 0644]

diff --git a/cvsbook.spec b/cvsbook.spec
new file mode 100644 (file)
index 0000000..6c39947
--- /dev/null
@@ -0,0 +1,47 @@
+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*
This page took 0.097193 seconds and 4 git commands to generate.