From d40e5a17d9aef5480af140b8535475884a8ccf57 Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Mon, 14 Jun 2010 13:09:37 +0800 Subject: dreampie 1.0.2 and gmchess 0.20.6 from Kunshan Wang --- dreampie/F-13/dreampie.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++ gmchess/F-13/gmchess.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 dreampie/F-13/dreampie.spec create mode 100644 gmchess/F-13/gmchess.spec diff --git a/dreampie/F-13/dreampie.spec b/dreampie/F-13/dreampie.spec new file mode 100644 index 0000000..6c8cd09 --- /dev/null +++ b/dreampie/F-13/dreampie.spec @@ -0,0 +1,51 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Name: dreampie +Version: 1.0.2 +Release: 0.wks.1 +BuildArch: noarch +Summary: The Python shell you've always dreamed about! + +Group: Development/Libraries +License: GNU GPL v3 +URL: http://dreampie.sourceforge.net/ +Source0: http://launchpad.net/dreampie/trunk/1.0.2/+download/dreampie-%{version}.tar.gz +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) + +BuildRequires: python +Requires: pygtk2 +Requires: pygtksourceview + +%description +DreamPie is a Python shell which is designed to be reliable and fun. + + +%prep +%setup -q + + +%build +python setup.py build + + +%install +rm -rf $RPM_BUILD_ROOT +python setup.py install --prefix=$RPM_BUILD_ROOT/usr + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc COPYING README +%{_bindir}/** +%{python_sitelib}/** +%{_datadir}/** + + +%changelog +* Mon May 17 2010 Kunshan Wang 1.0.2-0.wks.1 +- Initial RPM release + diff --git a/gmchess/F-13/gmchess.spec b/gmchess/F-13/gmchess.spec new file mode 100644 index 0000000..c0fff47 --- /dev/null +++ b/gmchess/F-13/gmchess.spec @@ -0,0 +1,50 @@ +Name: gmchess +Version: 0.20.6 +Release: 0.wks.1 +Summary: Chinese Chess with GTKmm and C++ + +Group: Amusements/Games +License: GNU GPL v2 +URL: http://code.google.com/p/gmchess/ +Source0: http://gmchess.googlecode.com/files/%{name}-%{version}.tar.bz2 +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) + +BuildRequires: gtkmm24-devel >= 2.6.0 +Requires: gtkmm24 + +%description + + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING NEWS README +%{_bindir}/** +%{_libdir}/** +%{_datadir}/applications/** +%{_datadir}/gmchess/** +%{_datadir}/man/** +%{_datadir}/pixmaps/** + + + +%changelog +* Thu May 6 2010 Kunshan Wang 0.20.6-0.wks.1 +- Initial RPM release -- cgit