source: projects/specs/trunk/n/nautilus-terminal/nautilus-terminal-vl.spec @ 10203

Revision 10203, 2.3 KB checked in by kudoh, 8 years ago (diff)

new upstream release

Line 
1Name:           nautilus-terminal
2Version:        1.1
3Release:        1%{?_dist_release}
4Summary:        Terminal embedded in Nautilus
5Summary(ja):    Nautilus に統合された端末
6
7Group:          System Environment/Shells
8License:        GPLv3+
9URL:            http://projects.flogisoft.com/nautilus-terminal/
10Source0:        http://projects.flogisoft.com/nautilus-terminal/download/%%{name}_%{version}.tar.gz
11#Source1:        nautilus-terminal_ja.po
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  bash
15#BuildRequires:  gettext
16Requires: nautilus >= 3.0
17Requires: nautilus-python >= 1.0
18Requires: vte pyxdg gobject-introspection
19
20BuildArch: noarch
21
22%description
23Nautilus Terminal is a terminal embedded in Nautilus, the GNOME's file browser.
24It is always open in the current folder, and follows the navigation
25(like an automated "cd" command).
26
27%description -l ja
28Nautilus Terminal は GNOME のファイルブラウザである Nautilus に
29統合された端末です。
30常に現行フォルダで開き、("cd" コマンドが自動で行われているように)
31ナビゲーションに追従します。
32
33%prep
34%setup -q -n nautilus-terminal_%{version}
35
36%build
37
38%install
39rm -rf $RPM_BUILD_ROOT
40mkdir -p $RPM_BUILD_ROOT
41bash install.sh --package $RPM_BUILD_ROOT
42rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
43
44#%find_lang %{name}
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(-,root,root,-)
51%doc COPYING AUTHORS README
52%{_datadir}/%{name}
53%{_datadir}/nautilus-python/extensions/nautilus_terminal.py
54
55%changelog
56* Wed Apr 27 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1-1
57- new upstream release
58
59* Sat Jul 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-2
60- rebuilt with current environment
61
62* Sun Nov 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-1
63- new upstream release
64- dropt Buildrequires: gettext
65- changed Requires
66  - Requires: nautilus >= 3.0
67  - Requires: nautilus-python >= 1.0
68  - Requires: vte pyxdg gobject-introspection
69- changed BuildArch to noarch
70- fixed summary(ja) and description(ja)
71
72* Tue Oct 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7-1
73- initial build for VineSeed
74
75* Fri Sep 24 2010 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.7-1
76- New upstream release
77
78* Mon Sep 20 2010 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.6-1
79- Initial package
Note: See TracBrowser for help on using the repository browser.