]> git.pld-linux.org Git - packages/alacarte.git/blame - alacarte.spec
- added R: python-gnome-ui
[packages/alacarte.git] / alacarte.spec
CommitLineData
5dee4380 1Summary: Menu editor for the GNOME desktop
8e1f6b07 2Summary(pl.UTF-8): Edytor menu dla GNOME
5dee4380 3Name: alacarte
716046c3 4Version: 0.11.3
e930c8f8 5Release: 1
5dee4380 6License: GPL v2
7Group: X11/Applications
eb533893 8Source0: http://ftp.gnome.org/pub/gnome/sources/alacarte/0.11/%{name}-%{version}.tar.bz2
716046c3 9# Source0-md5: 5ca9f07e839f64b7fcefc84cfb05aa17
5dee4380 10URL: http://www.realistanew.com/projects/alacarte/
11BuildRequires: autoconf >= 2.53
9001d573 12BuildRequires: automake >= 1:1.7
5dee4380 13BuildRequires: gettext-devel
eb533893 14BuildRequires: gnome-menus-devel >= 2.16.1
e930c8f8 15BuildRequires: intltool >= 0.35.0
9001d573 16BuildRequires: pkgconfig >= 1:0.21
5dcb262a 17BuildRequires: python-pygtk-devel >= 2:2.10.3
eb533893 18BuildRequires: rpmbuild(macros) >= 1.311
716046c3 19Requires(post,postun): gtk+2
9001d573 20Requires(post,postun): hicolor-icon-theme
eb533893 21Requires: gnome-menus-editor >= 2.16.1
9241339e 22Requires: python-gnome-ui
5dee4380 23%pyrequires_eq python-modules
5dcb262a 24Requires: python-pygtk-glade >= 2:2.10.3
5dee4380 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28Alacarte is a simple freedesktop.org compliant menu editor for GNOME
29that lets you change your menus, simply and quickly.
30
b4d151e7 31%description -l pl.UTF-8
5dee4380 32Alacarte jest prostym, zgodnym z freedesktop.org edytorem menu dla
b4d151e7 33GNOME pozwalającym w szybki i łatwy sposób dostosować menu do własnych
5dee4380 34potrzeb.
35
36%prep
37%setup -q
38
39%build
40%{__intltoolize}
41%{__aclocal}
42%{__automake}
43%{__autoconf}
44%configure \
45 PYTHON="/usr/bin/python"
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54rm -f $RPM_BUILD_ROOT%{py_sitedir}/Alacarte/*.py
55
56%find_lang %{name} --with-gnome
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%post
62%update_icon_cache hicolor
63
64%postun
65%update_icon_cache hicolor
66
67%files -f %{name}.lang
68%defattr(644,root,root,755)
69%doc AUTHORS ChangeLog NEWS README
70%attr(755,root,root) %{_bindir}/*
71%dir %{py_sitedir}/Alacarte
72%{py_sitedir}/Alacarte/*.py[co]
73%{_datadir}/%{name}
5aa4c48f 74%{_desktopdir}/*.desktop
5dee4380 75%{_iconsdir}/hicolor/*/*/*
This page took 0.091839 seconds and 4 git commands to generate.