14
0

Accepting request 101434 from home:malcolmlewis:Gnome

New package, required for GNOME:Apps weather-wallpaper package.

OBS-URL: https://build.opensuse.org/request/show/101434
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymetar?expand=0&rev=1
This commit is contained in:
Sascha Peilicke
2012-01-25 09:47:01 +00:00
committed by Git OBS Bridge
commit 86a8da9da8
6 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
diff -Naur a/setup.py b/setup.py
--- a/setup.py 2011-06-03 09:24:32.000000000 -0500
+++ b/setup.py 2012-01-24 22:07:43.925588925 -0600
@@ -27,5 +27,6 @@
py_modules=["pymetar"],
scripts = [ "bin/pymetar" ],
data_files = [("share/doc/pymetar-%s"%pymetar.__version__,
- ['README', 'COPYING', 'THANKS', 'librarydoc.txt'])]
+ ['README', 'COPYING', 'THANKS', 'librarydoc.txt']),
+ ("share/man/man1", ['pymetar.1'])]
)