]> git.pld-linux.org Git - packages/alacarte.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Sat, 26 Aug 2006 16:14:35 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alacarte.spec -> 1.1

alacarte.spec [new file with mode: 0644]

diff --git a/alacarte.spec b/alacarte.spec
new file mode 100644 (file)
index 0000000..44749d5
--- /dev/null
@@ -0,0 +1,71 @@
+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/*/*/*
This page took 0.11011 seconds and 4 git commands to generate.