rpms/darcs/devel .cvsignore, 1.10, 1.11 darcs.spec, 1.35, 1.36 sources, 1.10, 1.11

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Sun Jun 29 07:06:19 UTC 2008


Author: jjh

Update of /cvs/pkgs/rpms/darcs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18125

Modified Files:
	.cvsignore darcs.spec sources 
Log Message:
update to darcs 2.0.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	23 Jun 2008 02:57:06 -0000	1.10
+++ .cvsignore	29 Jun 2008 07:05:22 -0000	1.11
@@ -1 +1 @@
-darcs-2.0.0.tar.gz
+darcs-2.0.2.tar.gz


Index: darcs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/devel/darcs.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- darcs.spec	23 Jun 2008 02:57:06 -0000	1.35
+++ darcs.spec	29 Jun 2008 07:05:22 -0000	1.36
@@ -1,5 +1,5 @@
 Name:           darcs
-Version:        2.0.0
+Version:        2.0.2
 Release:        1%{?dist}
 Summary:        David's advanced revision control system
 
@@ -12,6 +12,8 @@
 BuildRequires:  autoconf, ghc, %{_sbindir}/sendmail, curl-devel, ncurses-devel, zlib-devel
 # for make check
 BuildRequires:  which
+# for building the manual
+BuildRequires: latex2html
 # need chcon
 Requires(post): coreutils
 
@@ -30,6 +32,23 @@
 fully functional branch, and 2) underlying darcs is a
 consistent and powerful theory of patches.
 
+%package doc
+Summary: David's advanced revision control system Server
+Group: Documentation
+
+%description doc
+Darcs is a revision control system, along the lines of CVS
+or arch. That means that it keeps track of various revisions
+and branches of your project, allows for changes to
+propagate from one branch to another. Darcs is intended to
+be an ``advanced'' revision control system. Darcs has two
+particularly distinctive features which differ from other
+revision control systems: 1) each copy of the source is a
+fully functional branch, and 2) underlying darcs is a
+consistent and powerful theory of patches.
+
+This package contains the darcs manual.
+
 
 %package server
 Summary: David's advanced revision control system Server
@@ -55,31 +74,28 @@
 # skip test currently failing in buildsystem
 mv tests/send.sh{,-disabled}
 
-# convert text files to utf-8
-for textfile in tools/zsh_completion_new AUTHORS
-do
-    mv $textfile $textfile.old
-    iconv --from-code ISO8859-1 --to-code UTF-8 --output $textfile $textfile.old
-    rm -f $textfile.old
-done 
-
 
 %build
-# the patch above patches aclocal.m4 and configure.ac 
-# therefore autoconf must be rerun
 %{__autoconf}
 %configure --libexecdir=%{_localstatedir}/www
 make all
 
 
 %check
-#make test_unit
-##make check
+#make test
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT installbin installserver doc/index.html
+# convert text files to utf-8
+for textfile in tools/zsh_completion_new AUTHORS
+do
+    mv -v $textfile $textfile.old
+    iconv --from-code ISO8859-1 --to-code UTF-8 --output $textfile $textfile.old
+    rm -fv $textfile.old
+done 
+make DESTDIR=$RPM_BUILD_ROOT installbin installserver installdocs
+
 
 
 %clean
@@ -93,10 +109,15 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog doc tools/zsh_completion_*
+%doc AUTHORS COPYING ChangeLog tools/zsh_completion_*
+%config(noreplace) %{_sysconfdir}/bash_completion.d/darcs
 %{_bindir}/darcs
 %{_mandir}/man1/*
-%{_sysconfdir}/bash_completion.d/darcs
+
+
+%files doc
+%defattr(-,root,root,-)
+%{_docdir}/darcs
 
 
 %files server
@@ -107,7 +128,12 @@
 %{_datadir}/darcs
 
 
+
 %changelog
+* Sat Jun 28 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 2.0.2-1
+- split out the manual to a -doc rpm
+- update to 2.0.2
+
 * Mon Jun 23 2008 Jens Petersen <petersen at redhat.com> - 2.0.0-1.fc10
 - update to 2.0.0
 - no longer require darcs-ghc-6_8-compat.patch and darcs-error_xml-missing.patch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	23 Jun 2008 02:57:06 -0000	1.10
+++ sources	29 Jun 2008 07:05:22 -0000	1.11
@@ -1 +1 @@
-89e48c2fb388692b78b3cceeb86a95a7  darcs-2.0.0.tar.gz
+f216b019dc9fc83cf920f715b1da375c  darcs-2.0.2.tar.gz




More information about the fedora-extras-commits mailing list