Author: duddits                      Date: Sat Mar 14 15:00:12 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.14
- cleaning
- %files

---- Files affected:
SPECS:
   python-pymetar.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/python-pymetar.spec
diff -u SPECS/python-pymetar.spec:1.15 SPECS/python-pymetar.spec:1.16
--- SPECS/python-pymetar.spec:1.15      Fri Nov 21 23:17:36 2008
+++ SPECS/python-pymetar.spec   Sat Mar 14 16:00:06 2009
@@ -3,12 +3,12 @@
 Summary:       Module that provides access to NOAA's METAR weather reports
 Summary(pl.UTF-8):     ModuĊ‚ do pobierania danych pogodowych METAR
 Name:          python-%{module}
-Version:       0.13
-Release:       2
+Version:       0.14
+Release:       1
 License:       GPL
 Group:         Development/Languages/Python
 Source0:       http://www.schwarzvogel.de/pkgs/%{module}-%{version}.tar.gz
-# Source0-md5: 84b6737b101daf5647a60d0d93d7783a
+# Source0-md5: 024fb0b46c0cb8cf21d63c68d2014796
 URL:           http://www.schwarzvogel.de/software-pymetar.shtml
 %pyrequires_eq python-modules
 BuildRequires: python-devel >= 1:2.5
@@ -54,26 +54,24 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 python setup.py install \
        --root=$RPM_BUILD_ROOT --optimize=2
 
-install bin/example.py $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-
 rm -f $RPM_BUILD_ROOT%{py_sitedir}/%{module}.py
+rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}.py
+# we're already packing those in %doc
+rm -fr $RPM_BUILD_ROOT%{_docdir}/%{module}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README THANKS TODO librarydoc.txt
-%attr(755,root,root) %{_bindir}/*
+%doc README THANKS librarydoc.txt
+%attr(755,root,root) %{_bindir}/weather.py
 %{py_sitescriptdir}/*.py[co]
 %{py_sitescriptdir}/*.egg-info
-%dir %{_examplesdir}/%{name}-%{version}
-%{_examplesdir}/%{name}-%{version}/*
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -81,6 +79,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2009/03/14 15:00:06  duddits
+- up to 0.14
+- cleaning
+- %files
+
 Revision 1.15  2008/11/21 22:17:36  charles
 - added egg-info
 - BR: python 2.5 (for .egg-info), rpm-pythonprov
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pymetar.spec?r1=1.15&r2=1.16&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to