Author: glen Date: Thu Feb 24 13:27:03 2011 GMT Module: packages Tag: HEAD ---- Log message: - builds without docs
---- Files affected: packages/git-annex: git-annex.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/git-annex/git-annex.spec diff -u packages/git-annex/git-annex.spec:1.2 packages/git-annex/git-annex.spec:1.3 --- packages/git-annex/git-annex.spec:1.2 Thu Feb 24 11:18:58 2011 +++ packages/git-annex/git-annex.spec Thu Feb 24 14:26:57 2011 @@ -2,21 +2,19 @@ Summary: Manage files with git, without checking in their contents Name: git-annex Version: 0.21 -Release: 0.1 +Release: 1 License: GPL v3 Group: Applications/Archiving URL: http://git-annex.branchable.com/ Source0: http://git.kitenet.net/?p=git-annex;a=snapshot;h=ddd305aa10b2ee63c493aee05ab30d06b9424139;sf=tgz#/%{name}-%{version}.tar.gz # Source0-md5: 87dbc8e98afbc298d5f9cd35d9079b5b -BuildRequires: ikiwiki +BuildRequires: ghc +BuildRequires: ghc-MissingH +BuildRequires: ghc-pcre-light +BuildRequires: ghc-utf8-string +#BuildRequires: ikiwiki # Build-time check for uuid -BuildRequires: ghc-MissingH-devel -BuildRequires: ghc-MissingH-prof -BuildRequires: ghc-pcre-light-devel -BuildRequires: ghc-pcre-light-prof -BuildRequires: ghc-utf8-string-devel -BuildRequires: ghc-utf8-string-prof -BuildRequires: uuid +#BuildRequires: uuid Requires: findutils Requires: git-core Requires: rsync @@ -51,12 +49,11 @@ %build %{__make} -%{__make} docs +#%{__make} docs %install rm -rf $RPM_BUILD_ROOT -%{__make} install install-docs \ - PREFIX=%{_prefix} \ +%{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean @@ -65,8 +62,9 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/%{name} -%{_docdir}/%{name}/ +%attr(755,root,root) %{_bindir}/%{name}-shell %{_mandir}/man1/%{name}.1* +%{_mandir}/man1/%{name}-shell.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -74,6 +72,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2011/02/24 13:26:57 glen +- builds without docs + Revision 1.2 2011/02/24 10:18:58 glen - up to 0.21 tarball ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/git-annex/git-annex.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
