Author: grzegol Date: Sat Aug 26 16:14:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: alacarte.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/alacarte.spec diff -u /dev/null SPECS/alacarte.spec:1.1 --- /dev/null Sat Aug 26 18:14:40 2006 +++ SPECS/alacarte.spec Sat Aug 26 18:14:35 2006 @@ -0,0 +1,82 @@ +# $Revision$, $Date$ +Summary: Menu editor for the GNOME desktop +Summary(pl): Edytor menu dla GNOME +Name: alacarte +Version: 0.9.90 +Release: 1 +License: GPL v2 +Group: X11/Applications +Source0: http://ftp.gnome.org/pub/gnome/sources/alacarte/0.9/%{name}-%{version}.tar.bz2 +# Source0-md5: 87cd72be97691f879e0f5de14320d1f0 +URL: http://www.realistanew.com/projects/alacarte/ +BuildRequires: autoconf >= 2.53 +BuildRequires: automake >= 1.7 +BuildRequires: gettext-devel +BuildRequires: gnome-menus-devel >= 2.15.91 +BuildRequires: intltool >= 0.35 +BuildRequires: pkgconfig >= 0.21 +BuildRequires: python-pygtk-devel >= 2.9.6 +Requires(post,postun): gtk+2 >= 2.10.2 +%pyrequires_eq python-modules +Requires: python-pygtk-glade >= 2.9.6 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Alacarte is a simple freedesktop.org compliant menu editor for GNOME +that lets you change your menus, simply and quickly. + +%description -l pl +Alacarte jest prostym, zgodnym z freedesktop.org edytorem menu dla +GNOME pozwalającym w szybki i łatwy sposób dostosować menu do własnych +potrzeb. + +%prep +%setup -q + +%build +%{__intltoolize} +%{__aclocal} +%{__automake} +%{__autoconf} +%configure \ + PYTHON="/usr/bin/python" +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -f $RPM_BUILD_ROOT%{py_sitedir}/Alacarte/*.py + +%find_lang %{name} --with-gnome + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%update_icon_cache hicolor + +%postun +%update_icon_cache hicolor + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_bindir}/* +%dir %{py_sitedir}/Alacarte +%{py_sitedir}/Alacarte/*.py[co] +%{_datadir}/%{name} +%{_desktopdir}/* +%{_iconsdir}/hicolor/*/*/* + +%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 2006/08/26 16:14:35 grzegol +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
