rpms/darcs/devel darcs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Mon Jun 13 13:50:04 UTC 2005


Author: petersen

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

Modified Files:
	.cvsignore sources 
Added Files:
	darcs.spec 
Log Message:
auto-import darcs-1.0.3-1 on branch devel from darcs-1.0.3-1.src.rpm


--- NEW FILE darcs.spec ---
Name:           darcs
Version:        1.0.3
Release:        1%{?dist}
Summary:        David's advanced revision control system

Group:          Development/Tools
License:        GPL
URL:            http://www.darcs.net/
Source0:        http://www.darcs.net/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ghc

%description
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
propogate 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.


%package server
Summary: David's advanced revision control system Server
Group: Development/Tools
Requires: webserver

%description server
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
propogate 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 cgi server program.


%prep
%setup -q


%build
%configure --libexecdir=%{_localstatedir}/www
make all
make check


%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT installbin installserver manual/index.html

cp darcs_completion bash_completion
rm -r %buildroot%{_sysconfdir}/bash_completion.d


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog manual bash_completion zsh_completion_*
%{_bindir}/darcs
%{_mandir}/man1/*


%files server
%defattr(-,root,root,-)
%{_localstatedir}/www/cgi-bin
%{_sbindir}/darcs-createrepo
%{_sysconfdir}/darcs
%{_datadir}/darcs


%changelog
* Tue May 31 2005 Jens Petersen <petersen at redhat.com> - 1.0.3-1
- initial import into Fedora Extras
- 1.0.3 release
- include bash completion file in doc dir

* Sun May  8 2005 Jens Petersen <petersen at haskell.org> - 1.0.3-0.rc1.1
- 1.0.3rc1
  - build with ghc-6.4

* Wed Feb  8 2005 Jens Petersen <petersen at haskell.org> - 1.0.2-1
- update to 1.0.2

* Thu Jul 15 2004 Jens Petersen <petersen at haskell.org> - 0.9.22-1
- 0.9.22
- darcs-0.9.21-css-symlinks.patch no longer needed

* Thu Jun 24 2004 Jens Petersen <petersen at haskell.org> - 0.9.21-1
- update to 0.9.21
- replace darcs-0.9.13-mk-include.patch with darcs-0.9.21-css-symlinks.patch

* Wed Nov  5 2003 Jens Petersen <petersen at haskell.org>
- Initial packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/darcs/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Jun 2005 13:49:22 -0000	1.1
+++ .cvsignore	13 Jun 2005 13:50:01 -0000	1.2
@@ -0,0 +1 @@
+darcs-1.0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/darcs/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Jun 2005 13:49:22 -0000	1.1
+++ sources	13 Jun 2005 13:50:01 -0000	1.2
@@ -0,0 +1 @@
+d3fc141d1c91044e45ae74b74fc54728  darcs-1.0.3.tar.gz




More information about the fedora-extras-commits mailing list