source: projects/specs/trunk/l/lxshortcut/lxshortcut-vl.spec @ 4292

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