Author: qboosh Date: Tue Apr 15 21:38:46 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - separated -devel - release 1
---- Files affected: SPECS: python-sexy.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/python-sexy.spec diff -u SPECS/python-sexy.spec:1.2 SPECS/python-sexy.spec:1.3 --- SPECS/python-sexy.spec:1.2 Mon Apr 16 19:00:08 2007 +++ SPECS/python-sexy.spec Tue Apr 15 23:38:41 2008 @@ -4,9 +4,9 @@ Summary(pl.UTF-8): Dowiązania do biblioteki libsexy dla Pythona Name: python-sexy Version: 0.1.9 -Release: 0.1 +Release: 1 License: LGPL -Group: Libraries +Group: Libraries/Python Source0: http://releases.chipx86.com/libsexy/sexy-python/sexy-python-%{version}.tar.gz # Source0-md5: 313f11e98555b0e9eea28219564e5063 URL: http://www.chipx86.com/wiki/Libsexy @@ -14,6 +14,7 @@ BuildRequires: libxml2-devel BuildRequires: python-devel >= 2 BuildRequires: python-pygtk-devel >= 2:2.8.0 +Requires: python-pygtk-gtk >= 2:2.8.0 Requires: libsexy >= 0.1.10 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -23,6 +24,19 @@ %description -l pl.UTF-8 sexy-python to zbiór dowiązań Pythona wokół biblioteki libsexy. +%package devel +Summary: Development file for Python libsexy bindings +Summary(pl.UTF-8): Plik programistyczny wiązań libsexy dla Pythona +Group: Development/Languages/Python +Requires: %{name} = %{version}-%{release} +Requires: python-pygtk-deevl >= 2:2.8.0 + +%description devel +Development file for Python libsexy bindings. + +%description devel -l pl.UTF-8 +Plik programistyczny wiązań libsexy dla Pythona. + %prep %setup -q -n %{module}-%{version} @@ -45,7 +59,9 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{py_sitedir}/gtk-2.0/sexy.so -# -devel? (R: python-pygtk-devel) + +%files devel +%defattr(644,root,root,755) %{_datadir}/pygtk/2.0/defs/sexy.defs %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -54,7 +70,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.2 2007-04-16 17:00:08 qboosh +Revision 1.3 2008-04-15 21:38:41 qboosh +- separated -devel +- release 1 + +Revision 1.2 2007/04/16 17:00:08 qboosh - cleanup Revision 1.1 2007/04/05 18:24:36 czarny ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-sexy.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
