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

Revision 8734, 3.4 KB checked in by kudoh, 10 years ago (diff)

rebuilt & new upstream release

Line 
1Summary:        Nautilus Open Terminal
2Name:           nautilus-open-terminal
3Version:        0.20
4Release:        2%{?_dist_release}
5URL:            http://ftp.gnome.org/pub/GNOME/sources/nautilus-open-terminal/
6Group:          User Interface/Desktops
7License:       GPLv2+
8
9Source:         %{name}-%{version}.tar.xz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  gnome-desktop3-devel, gnutls-devel, intltool, libglade2-devel
13BuildRequires:  libgnomeprintui-devel, libwnck-devel, gnome-vfs2-devel, perl-XML-Parser
14BuildRequires:  libtool automake autoconf gettext nautilus-devel
15
16Requires: nautilus
17
18%description
19Nautilus extension that allows you to open a terminal in arbitrary
20local folders.
21
22%description -l ja
23任意のローカルフォルダでターミナルエミュレータを開くための
24Nautilus 拡張です。
25
26
27%prep
28%setup -q
29#libtoolize --force --copy
30
31%build
32#autoreconf -f -i
33export CFLAGS="$RPM_OPT_FLAGS"
34
35%configure
36%__make %{?_smp_mflags}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40%__make DESTDIR=$RPM_BUILD_ROOT install
41rm -f $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-3.0/*.{l,}a
42
43%find_lang %{name}
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%post
49export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
50gconftool-2 \
51            --makefile-install-rule \
52            %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
53
54%files -f %{name}.lang
55%defattr (-, root, root)
56%doc AUTHORS COPYING ChangeLog NEWS README TODO
57%config(noreplace) %{_sysconfdir}/gconf/schemas/*
58%{_libdir}/nautilus/extensions-3.0/*.so
59
60
61%changelog
62* Fri Jul 04 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.20-2
63- rebuilt with current environment
64
65* Sat Mar 02 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.20-1
66- new upstream release
67- changed source archive bz2 to xz
68
69* Wed Oct 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.19-2
70- rebuilt with nautilus-3.6.0
71
72* Sat Oct 15 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.19-1
73- new upstream release
74- changed BuildRequires: gnome-desktop-devel to gnome-desktop3-devel
75
76* Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.18-3
77- rebuilt with new environment
78
79* Sun Feb 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.18-2
80- rebuilt with python-2.6.4
81- disabled libtoolize, autoreconf
82
83* Thu Jan 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.18-1
84- Updated to version 0.18
85
86* Wed Aug 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.17-1
87- Updated to version 0.17
88
89* Tue Aug 4 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.16-1
90- Updated to version 0.16
91- dropt Patch0,1
92
93* Thu Jul 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.13-2
94- added Patch0,1 (import fedora)
95- changed BuildRequires: nautilus to Requires: nautilus
96- aded %post section
97
98* Mon May 25 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.13-1
99- Updated to version 0.13
100- dropt all patch
101- changed URL
102- added BuildRequires:  gnome-vfs2-devel
103
104* Tue Apr 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-1
105- Updated to version 0.9
106- dropt all patch
107- spec in UTF-8
108- applied new versioning policy
109- added Patch0,1 (import Fedora package)
110- added BuildRequires:  libtool automake autoconf gettext nautilus-devel
111- fixed License tag
112- fixed BuildRoot
113
114* Sat Jun 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-0vl1
115- initial build for Vine Linux based on opensuse package
116
117* Wed Jan 25 2006 - mls@suse.de
118- converted neededforbuild to BuildRequires
119* Wed Jan 18 2006 - sbrabec@suse.cz
120- Updated to version 0.6.
121* Thu Aug 11 2005 - sbrabec@suse.cz
122- New SuSE package (#103995, #99703).
Note: See TracBrowser for help on using the repository browser.