]> git.pld-linux.org Git - packages/alacarte.git/blame - alacarte.spec
- updated to 0.11.3
[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
5dee4380 22%pyrequires_eq python-modules
5dcb262a 23Requires: python-pygtk-glade >= 2:2.10.3
5dee4380 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27Alacarte is a simple freedesktop.org compliant menu editor for GNOME
28that lets you change your menus, simply and quickly.
29
b4d151e7 30%description -l pl.UTF-8
5dee4380 31Alacarte jest prostym, zgodnym z freedesktop.org edytorem menu dla
b4d151e7 32GNOME pozwalającym w szybki i łatwy sposób dostosować menu do własnych
5dee4380 33potrzeb.
34
35%prep
36%setup -q
37
38%build
39%{__intltoolize}
40%{__aclocal}
41%{__automake}
42%{__autoconf}
43%configure \
44 PYTHON="/usr/bin/python"
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53rm -f $RPM_BUILD_ROOT%{py_sitedir}/Alacarte/*.py
54
55%find_lang %{name} --with-gnome
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%post
61%update_icon_cache hicolor
62
63%postun
64%update_icon_cache hicolor
65
66%files -f %{name}.lang
67%defattr(644,root,root,755)
68%doc AUTHORS ChangeLog NEWS README
69%attr(755,root,root) %{_bindir}/*
70%dir %{py_sitedir}/Alacarte
71%{py_sitedir}/Alacarte/*.py[co]
72%{_datadir}/%{name}
5aa4c48f 73%{_desktopdir}/*.desktop
5dee4380 74%{_iconsdir}/hicolor/*/*/*
This page took 0.058095 seconds and 4 git commands to generate.