Author: qboosh Date: Sat Dec 17 12:42:50 2011 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/python-e_dbus: python-e_dbus.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/python-e_dbus/python-e_dbus.spec diff -u /dev/null packages/python-e_dbus/python-e_dbus.spec:1.1 --- /dev/null Sat Dec 17 13:42:50 2011 +++ packages/python-e_dbus/python-e_dbus.spec Sat Dec 17 13:42:45 2011 @@ -0,0 +1,79 @@ +# $Revision$, $Date$ +Summary: Python bindings for E_Dbus library +Summary(pl.UTF-8): Wiązania Pythona do biblioteki E_Dbus +Name: python-e_dbus +Version: 0.7.3 +Release: 1 +License: LGPL v2.1+ +Group: Development/Languages/Python +Source0: http://download.enlightenment.org/releases/BINDINGS/python/%{name}-%{version}.tar.bz2 +# Source0-md5: e09f2bc52f7366c561060849c80fbdee +URL: http://trac.enlightenment.org/e/wiki/Python +BuildRequires: e_dbus-devel >= 1.0.0 +BuildRequires: epydoc +BuildRequires: python-Cython >= 0.13 +BuildRequires: python-devel >= 1:2.5 +BuildRequires: python-dbus-devel >= 0.83 +BuildRequires: rpm-pythonprov +BuildRequires: pkgconfig >= 1:0.22 +Requires: e_dbus >= 1.0.0 +Requires: python-dbus >= 0.83 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Python bindings for E_Dbus library. + +%description -l pl.UTF-8 +Wiązania Pythona do biblioteki E_Dbus. + +%package devel +Summary: Python bindings for E_Dbus library - development files +Summary(pl.UTF-8): Wiązania Pythona do biblioteki E_Dbus - pliki programistyczne +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: e_dbus-devel >= 1.0.0 +Requires: python-dbus-devel >= 0.83 + +%description devel +Python bindings for E_Dbus library - development files. + +%description devel -l pl.UTF-8 +Wiązania Pythona do biblioteki E_Dbus - pliki programistyczne. + +%prep +%setup -q + +%build +%configure \ + --disable-silent-rules + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/e_dbus.la + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS README +%attr(755,root,root) %{py_sitedir}/e_dbus.so + +%files devel +%defattr(644,root,root,755) +%{_pkgconfigdir}/python-edbus.pc + +%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 2011/12/17 12:42:45 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
