Author: patrys Date: Fri Aug 15 17:22:11 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: SPECS: d-feet.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/d-feet.spec diff -u /dev/null SPECS/d-feet.spec:1.1 --- /dev/null Fri Aug 15 19:22:11 2008 +++ SPECS/d-feet.spec Fri Aug 15 19:22:05 2008 @@ -0,0 +1,70 @@ +# $Revision$, $Date$ +Summary: D-Feet - a D-Bus debugger +Name: d-feet +Version: 0.1.8 +Release: 1 +License: MIT +Group: Libraries/Python +Source0: http://johnp.fedorapeople.org/%{name}-%{version}.tar.gz +# Source0-md5: 51cc70d37786dac0b426b6460dfd98ab +URL: https://hosted.fedoraproject.org/d-feet/ +BuildRequires: python-devel >= 1:2.3.0 +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.219 +%pyrequires_eq python-modules +Requires: python-dbus +Requires: python-pygtk-gtk +Requires(post,postun): desktop-file-utils +Requires(post,postun): hicolor-icon-theme +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +D-Feet is a D-Bus debugger. + +%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_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir} +%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir} +%py_postclean + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%update_desktop_database_post +%update_icon_cache hicolor + +%postun +%update_desktop_database_postun +%update_icon_cache hicolor + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/d-feet +%{_desktopdir}/dfeet.desktop +%{py_sitescriptdir}/dfeet +%{py_sitescriptdir}/d_feet-%{version}-py*.egg-info +%{_datadir}/dfeet +%{_iconsdir}/hicolor/*/apps/dfeet*.png + +%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 2008/08/15 17:22:05 patrys +- initial PLD release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
