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

Revision 8790, 2.2 KB checked in by kudoh, 10 years ago (diff)

new upstream and rebuilt

Line 
1Name:           nautilus-terminal
2Version:        1.0
3Release:        2%{?_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}_src.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_1.0_src
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* Sat Jul 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-2
57- rebuilt with current environment
58
59* Sun Nov 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-1
60- new upstream release
61- dropt Buildrequires: gettext
62- changed Requires
63  - Requires: nautilus >= 3.0
64  - Requires: nautilus-python >= 1.0
65  - Requires: vte pyxdg gobject-introspection
66- changed BuildArch to noarch
67- fixed summary(ja) and description(ja)
68
69* Tue Oct 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7-1
70- initial build for VineSeed
71
72* Fri Sep 24 2010 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.7-1
73- New upstream release
74
75* Mon Sep 20 2010 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.6-1
76- Initial package
Note: See TracBrowser for help on using the repository browser.