Author: witekfl                      Date: Fri Mar 19 11:40:42 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/dreampie:
   dreampie.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dreampie/dreampie.spec
diff -u /dev/null packages/dreampie/dreampie.spec:1.1
--- /dev/null   Fri Mar 19 12:40:42 2010
+++ packages/dreampie/dreampie.spec     Fri Mar 19 12:40:37 2010
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary:       Python shell
+Summary(pl.UTF-8):     Powłoka Pythona
+Name:          dreampie
+Version:       1.0.2
+Release:       1
+License:       GPL v3+
+Group:         Development/Languages/Python
+Source0:       
http://launchpad.net/dreampie/trunk/1.0.2/+download/%{name}-%{version}.tar.gz
+# Source0-md5: 3eb5d290e35e3df378c0341c142eb91c
+URL:           http://dreampie.sourceforge.net/
+BuildRequires: python-devel
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
+Requires:      python-gtksourceview2
+Requires:      python-modules
+Requires:      python-pygtk-glade
+Requires:      python-pygtk-gtk
+Requires:      python-pygtk-pango
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is DreamPie - The Python shell you've always dreamed about!
+
+%description -l pl.UTF-8
+Powłoka Pythona z Twoch snów!
+
+%prep
+%setup -q
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+       --optimize=2 \
+       --root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%dir %{py_sitescriptdir}/dreampielib
+%{_datadir}/%{name}/*
+%{_desktopdir}/%{name}.desktop
+%{_mandir}/man1/*
+%{_pixmapsdir}/%{name}*
+%{py_sitescriptdir}/dreampielib/*/*.py[co]
+%{py_sitescriptdir}/dreampielib/*.py[co]
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/dreampie-*.egg-info
+%endif
+
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/03/19 11:40:37  witekfl
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to