rpms/transifex/devel transifex.spec,1.8,1.9

Ignacio Vazquez-Abrams ivazquez at fedoraproject.org
Sat Jun 27 02:54:57 UTC 2009


Author: ivazquez

Update of /cvs/pkgs/rpms/transifex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24673

Modified Files:
	transifex.spec 
Log Message:
Disabled docs for now


Index: transifex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/transifex/devel/transifex.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- transifex.spec	29 Apr 2009 20:55:17 -0000	1.8
+++ transifex.spec	27 Jun 2009 02:54:27 -0000	1.9
@@ -2,7 +2,7 @@
 
 Name:       transifex
 Version:    0.6
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    A system for distributed translation submissions
 
 Group:      Applications/Internet
@@ -51,9 +51,9 @@ rm -rf .hg* build-tools
 rm -r vcs/tests
 python manage.py syncdb --noinput
 cd ..
-cd docs
-make html
-cd ..
+#cd docs
+#make html
+#cd ..
 find transifex/locale -name django.po -execdir msgfmt --check-format -o django.mo {} \;
 
 %install
@@ -101,7 +101,8 @@ fi
 
 %files -f transifex.lst
 %defattr(-,root,root,-)
-%doc LICENSE README docs/_build/html
+#%%doc LICENSE README docs/_build/html
+%doc LICENSE README
 %dir %{confdir}
 %config(noreplace) %{confdir}/10-base.conf
 %config(noreplace) %{confdir}/20-engines.conf
@@ -185,6 +186,9 @@ fi
 %dir %{_localstatedir}/lib/%{name}/scratchdir/sources/git
 
 %changelog
+* Fri Jun 26 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 0.6-2
+- Disabled docs for now
+
 * Wed Apr 29 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 0.6-1
 - Upstream update
   * Tarball support




More information about the fedora-extras-commits mailing list