playground/review/science/library/phoebe-lib - remove gtk-doc dependency
Necdet Yücel
paketler-commits at pardus.org.tr
Tue Jul 6 17:17:39 EEST 2010
Author: necdet.yucel
Date: Tue Jul 6 17:17:39 2010
New Revision: 95458
Modified:
playground/review/science/library/phoebe-lib/actions.py
playground/review/science/library/phoebe-lib/pspec.xml
Log:
remove gtk-doc dependency
add AUTHORS, ChangeLog, COPYING, NEWS, README, TODO files
BUG:COMMENT:13223
---
actions.py | 3 ++-
pspec.xml | 5 ++---
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: playground/review/science/library/phoebe-lib/actions.py
=================================================================
--- playground/review/science/library/phoebe-lib/actions.py (original)
+++ playground/review/science/library/phoebe-lib/actions.py Tue Jul 6 17:17:39 2010
@@ -6,6 +6,7 @@
# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir="phoebe-lib-%s" % get.srcVERSION()
@@ -19,4 +20,4 @@
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
-
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
Modified: playground/review/science/library/phoebe-lib/pspec.xml
=================================================================
--- playground/review/science/library/phoebe-lib/pspec.xml (original)
+++ playground/review/science/library/phoebe-lib/pspec.xml Tue Jul 6 17:17:39 2010
@@ -14,7 +14,6 @@
<Description>phoebe-lib has libraries for PHysics Of Eclipsing BinariEs.</Description>
<Archive sha1sum="a748c546b9b202ba5bbf2062ea0a6bb5ecb4deb4" type="targz">http://phoebe.fiz.uni-lj.si/releases/phoebe-lib-0.31a.tar.gz</Archive>
<BuildDependencies>
- <Dependency>gtk-doc</Dependency>
<Dependency>gsl</Dependency>
</BuildDependencies>
</Source>
@@ -22,7 +21,6 @@
<Package>
<Name>phoebe-lib</Name>
<RuntimeDependencies>
- <Dependency>gtk-doc</Dependency>
<Dependency>gsl</Dependency>
</RuntimeDependencies>
<Files>
@@ -30,12 +28,13 @@
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
<Path fileType="data">/usr/share</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
- <Date>2010-05-30</Date>
+ <Date>2010-07-06</Date>
<Version>0.31a</Version>
<Comment>First release.</Comment>
<Name>Necdet Yücel</Name>
More information about the paketler-commits
mailing list