| 1 | Summary: Edit app shortcuts |
|---|
| 2 | Summary(ja): アプリケーションのショートカットを編集します |
|---|
| 3 | Name: lxshortcut |
|---|
| 4 | Version: 0.1.2 |
|---|
| 5 | Release: 2%{?_dist_release} |
|---|
| 6 | License: GPLv3+ |
|---|
| 7 | Group: User Interface/Desktops |
|---|
| 8 | Source0: http://dfn.dl.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz |
|---|
| 9 | URL: http://lxde.sourceforge.net/ |
|---|
| 10 | |
|---|
| 11 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 12 | BuildRequires: gtk2-devel >= 2.12 gettext intltool |
|---|
| 13 | BuildRequires: pkgconfig automake autoconf |
|---|
| 14 | BuildRequires: perl-XML-Parser |
|---|
| 15 | BuildRequires: glib2-devel |
|---|
| 16 | |
|---|
| 17 | Vendor: Project Vine |
|---|
| 18 | Distribution: Vine Linux |
|---|
| 19 | |
|---|
| 20 | %description |
|---|
| 21 | LXShortcut is a small program used to edit application shortcuts created |
|---|
| 22 | with freedesktop.org Desktop Entry spec. |
|---|
| 23 | |
|---|
| 24 | %description -l ja |
|---|
| 25 | LXShortcut は freedesktop.org デスクトップエントリの仕様に沿って |
|---|
| 26 | 作成されたアプリケーションのショートカットを編集するために用いられる |
|---|
| 27 | 小さなプログラムです。 |
|---|
| 28 | |
|---|
| 29 | %prep |
|---|
| 30 | %setup -q |
|---|
| 31 | |
|---|
| 32 | %build |
|---|
| 33 | %configure |
|---|
| 34 | make %{?_smp_mflags} |
|---|
| 35 | |
|---|
| 36 | %install |
|---|
| 37 | rm -rf $RPM_BUILD_ROOT |
|---|
| 38 | %makeinstall |
|---|
| 39 | |
|---|
| 40 | %{find_lang} %{name} |
|---|
| 41 | |
|---|
| 42 | %clean |
|---|
| 43 | rm -rf $RPM_BUILD_ROOT |
|---|
| 44 | |
|---|
| 45 | %post |
|---|
| 46 | |
|---|
| 47 | %postun |
|---|
| 48 | |
|---|
| 49 | %files -f %{name}.lang |
|---|
| 50 | %defattr(-, root, root) |
|---|
| 51 | %doc COPYING README ChangeLog |
|---|
| 52 | %{_bindir}/* |
|---|
| 53 | %dir %{_datadir}/lxshortcut |
|---|
| 54 | %{_datadir}/lxshortcut/* |
|---|
| 55 | |
|---|
| 56 | |
|---|
| 57 | %changelog |
|---|
| 58 | * Sun Jul 20 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.2-2 |
|---|
| 59 | - rebuild with libpng-1.6.12 |
|---|
| 60 | - cleand up spec |
|---|
| 61 | |
|---|
| 62 | * Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.2-1 |
|---|
| 63 | - new upstream release |
|---|
| 64 | - added BuildRequires: perl-XML-Parser, glib2-devel |
|---|
| 65 | |
|---|
| 66 | * Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-2 |
|---|
| 67 | - rebuilt with current environment |
|---|
| 68 | |
|---|
| 69 | * Mon Jul 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.1-1 |
|---|
| 70 | - new upstream release |
|---|
| 71 | - dropt Source1 and Patch1 |
|---|
| 72 | |
|---|
| 73 | * Sun Apr 12 2009 IWAI, Masaharu <iwai@alib.jp> 0.1-2 |
|---|
| 74 | - add ja.po from upstream r1231 (Source1) |
|---|
| 75 | - add configure patch for ja.po (Patch0) |
|---|
| 76 | - add Vendor and Distribution tags |
|---|
| 77 | - fix License tag value |
|---|
| 78 | - using %%makeinstall macro |
|---|
| 79 | - add %%{_datadir}/lxshortcut directory in %%files |
|---|
| 80 | - update Group: User Interface/Desktops |
|---|
| 81 | |
|---|
| 82 | * Fri Apr 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1-1vl5 |
|---|
| 83 | - initial build for VineSeed (imported Mandriva package) |
|---|
| 84 | |
|---|
| 85 | * Sat Dec 06 2008 Funda Wang <fundawang@mandriva.org> 0.1-1mdv2009.1 |
|---|
| 86 | + Revision: 311195 |
|---|
| 87 | - import lxshortcut |
|---|
| 88 | |
|---|