source: people/kazutaka/gnome-commander-vl.spec @ 722

Revision 722, 1.8 KB checked in by kazutaka, 14 years ago (diff)

テストパッケージ

Line 
1Summary:        A nice and fast file manager for the GNOME desktop
2Summary(ja):    GNOME デスクトップ用の軽量な2画面ファイルマネージャ
3Name:           gnome-commander
4Version:        1.2.8.5
5Release:        1%{?_dist_release}
6
7Group:          Applications/File
8License:        GPLv2+
9URL:            http://www.nongnu.org/gcmd/
10Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.2/%{name}-%{version}.tar.bz2
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires:  libgnome-devel libgnomeui-devel
14BuildRequires:  exiv2-devel >= 0.14 libgsf-devel >= 1.12.0
15BuildRequires:  poppler-devel >= 0.6 taglib-devel >= 1.4
16BuildRequires:  gnome-doc-utils libSM-devel
17BuildRequires:  python-devel chmlib-devel
18Requires:       meld
19
20Requires(post): scrollkeeper
21Requires(postun):       scrollkeeper
22
23%description
24GNOME Commander is a nice and fast file manager for the GNOME desktop.
25In addition to performing the basic filemanager functions the program is
26also an FTP-client and it can browse SMB-networks.
27
28
29%prep
30%setup -q
31
32
33%build
34%configure --disable-scrollkeeper \
35           --enable-python
36
37%{__make} %{?_smp_mflags}
38
39
40%install
41%{__rm} -rf $RPM_BUILD_ROOT
42%{__make} install DESTDIR=$RPM_BUILD_ROOT
43
44%find_lang %{name}
45
46%post
47scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
48
49%postun
50scrollkeeper-update -q || :
51
52
53%clean
54%{__rm} -rf %{buildroot}
55
56
57%files -f %{name}.lang
58%defattr(-,root,root,-)
59%doc AUTHORS BUGS ChangeLog* COPYING NEWS README README.commits
60%doc TODO doc/*.txt
61%{_bindir}/%{name}
62%{_bindir}/gcmd-block
63%{_libdir}/%{name}
64%{_mandir}/man1/%{name}.1*
65%{_datadir}/applications/%{name}.desktop
66%{_datadir}/gnome/help/%{name}
67%{_datadir}/omf/%{name}
68%{_datadir}/pixmaps/%{name}.png
69%{_datadir}/pixmaps/%{name}
70
71%changelog
72* Fri Apr 02 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.2.8.5-1
73- initial build for Vine Linux
74
Note: See TracBrowser for help on using the repository browser.