source: projects/specs/trunk/p/pcmanfm/pcmanfm-vl.spec @ 8980

Revision 8980, 5.8 KB checked in by kudoh, 10 years ago (diff)

new upstream release

RevLine 
[5576]1Name:          pcmanfm
[8980]2Version:       1.2.2
[6845]3Release:       1%{?_dist_release}
[521]4Summary:        Extremly fast and lightweight file manager
[5576]5Summary(ja):    とても高速で軽量なファイルマネージャー
[521]6
7Group:          Applications/System
8License:        GPLv2+
9URL:            http://pcmanfm.sourceforge.net
[8980]10Source0:        http://osdn.dl.sourceforge.net/sourceforge/pcmanfm/pcmanfm-%{version}.tar.xz
[5584]11Patch0:         fix_dso_link.patch
[521]12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires:  automake >= 1.9
16BuildRequires:  desktop-file-utils
[5576]17BuildRequires:  gtk2-devel >= 2.16.0
18BuildRequires:  glib2-devel >= 2.18.0
[521]19BuildRequires:  gettext
[5576]20BuildRequires:  intltool >= 0.40
[6548]21BuildRequires:  libfm-gtk-devel >= 0.1.99
[5576]22BuildRequires:  libtool
23BuildRequires:  libX11-devel
24BuildRequires:  menu-cache-devel >= 0.3.2
25BuildRequires:  pango-devel
26BuildRequires:  perl-XML-Parser
27BuildRequires:  pkgconfig
[521]28
[6548]29Requires:  libfm >= 0.1.99
[5576]30Requires:  shared-mime-info
[521]31Requires(post): desktop-file-utils
32Requires(postun): desktop-file-utils
33
34%description
35PCMan File Manager is an extremly fast and lightweight file manager
36which features tabbed browsing and user-friendly interface.
37
38%description -l ja
39PCMan File Manager はタブブラウズとユーザーフレンドリーな
[5576]40インターフェイスを特色とするとても高速で軽量なファイルマネージャーです。
[521]41
[8980]42
43%package devel
44Summary: Development files for %{name}
45Summary(ja): %{name} の 開発ファイル
46Group: System Environment/Libraries
47Requires: %{name} = %{version}-%{release}
48
49%description devel
50The %{name}-devel package contains libraries and header files for
51developing applications that use %{name}.
52
53
[521]54%prep
[6716]55%setup -q -n %{name}-%{version}
[5584]56%patch0 -p1
[521]57
[5576]58# permission fix
59chmod 0644 [A-Z]*
60sed -i 's/MimeType=x-directory\/normal;inode\/directory/MimeType=inode\/directory/g' \
61    data/pcmanfm.desktop
62
[521]63%build
[6845]64%configure --sysconfdir=/etc
[5576]65%{__make} %{?_smp_mflag}
[521]66
67%install
68rm -rf $RPM_BUILD_ROOT
[5576]69make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
70
[521]71%find_lang %{name}
[5576]72
[521]73desktop-file-install \
[5576]74        --delete-original \
75        --vendor "" \
76        --remove-category 'Application' \
77        --remove-category 'FileManager' \
78        --add-category 'System;FileTools' \
79        --dir ${RPM_BUILD_ROOT}/%{_datadir}/applications \
80        ${RPM_BUILD_ROOT}/%{_datadir}/applications/pcmanfm.desktop
[521]81
[5576]82%{_prefix}/lib/rpm/check-rpaths
83
[521]84%clean
85rm -rf $RPM_BUILD_ROOT
86
87
88%post
89update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || :
90
91
92%postun
93update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || :
94
95
96%files -f %{name}.lang
97%defattr(-,root,root,-)
[5576]98%doc AUTHORS COPYING README
99%{_sysconfdir}/xdg/pcmanfm/default/pcmanfm.conf
[521]100%{_bindir}/pcmanfm
101%{_datadir}/%{name}/*
102%{_datadir}/applications/*.desktop
[6548]103%{_mandir}/man1/%{name}.1.gz
[521]104
[8980]105%files devel
106%defattr(-,root,root,-)
107%{_includedir}/pcmanfm-modules.h
108
[521]109%changelog
[8980]110* Sat Sep 27 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.2-1
111- new upstream release
112- change archive type gz to xz
113- splitted -devel package
114
[7800]115* Sun Sep 15 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.2-1
116- new upstream release
117
[7104]118* Fri Nov 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.0-1
119- new upstream release
120
[6845]121* Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.1-1
122- new upstream release
123- deleted unrecognized option: --disable-static
124
[6716]125* Tue Aug 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-2
126- new upstream release
127
[6548]128* Tue Jul 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-1.rc1
129- new upstream release
130- changed BuildRequires: libfm-gtk-devel >= 0.1.15 to 0.1.99
131- changed Requires: libfm >= 0.1.15 to 0.1.99
132
[5584]133* Tue Feb 07 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.10-2
134- added patch0 to fix dso linking
135
[5576]136* Sun Feb 05 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.10-1
137- new upstream release
138- dropt all patches
139- rewrote whole spec
140  - redifined BuildRequires and Requires
141  - fixed summary(ja) and desciprition -l ja a little
142
[5361]143* Sat Jan 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.2-2
144- remove BuildRequires: hal-devel
145- remove Requires: hal
146- change configure option (--disable-hal)
147- add Patch3 (pcmanfm-0.5.2-makefile.patch)
148
[521]149* Sun Nov 1 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
150- new upstream release
151- added Patch2 to fix build error
152
153* Fri Jun 12 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.1-1vl5
154- new upstream release
155- added BuildRequires:  intltool
156- dropt Source1
157
158* Sat Apr 4 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5-2vl5
159- added Patch1 (import Mandriva Package)
160- added BuildRequires:  cairo-devel
161- replaced ja.po: from upstream repository
162- fixed BuildRoot tag
163
164* Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5-1vl5
165- initial build for VineSeed
166- Update to 0.5
167- added Patch0 (import Fedora package)
168
169* Sun Dec 03 2006 Chung-Yen Chang <candyz0416@gmail.com> - 0.3.2.2-1
170- Update to 0.3.2.2
171
172* Sun Oct 15 2006 Chung-Yen Chang <candyz0416@gmail.com> - 0.3.2.1-1
173- Update to 0.3.2.1
174
175* Sat Oct 14 2006 Chung-Yen Chang <candyz0416@gmail.com> - 0.3.2-1
176- Update to 0.3.2
177
178* Sun Oct 01 2006 Chung-Yen Chang <candyz0416@gmail.com> - 0.3.2-0.3.rc1
179- Update to 0.3.2-rc1
180
181* Sat Sep 30 2006 Chung-Yen Chang <candyz0416@gmail.com> - 0.3.2-0.2.beta3
182- Update to 0.3.2-beta3
183
184* Wed Sep 27 2006 Chung-Yen Chang <candyz0416@gmail.com> - 0.3.2-0.1.beta2
185- Update to 0.3.2-beta2
186
187* Sun Aug 27 2006 Chung-Yen Chang <candyz0416@gmail.com> - 0.3.1-0.2.beta2
188- Update to 0.3.1-beta2
189
190* Sun Aug 27 2006 Chung-Yen Chang <candyz0416@gmail.com> - 0.3.1-0.1.beta
191- Update to 0.3.1-beta
192
193* Tue Aug 22 2006 Chung-Yen Chang <candyz0416@gmail.com> - 0.3.0.2-1
194- Update to 0.3.0.2 release
195
196* Sun Aug 20 2006 Chung-Yen Chang <candyz0416@gmail.com> - 0.3.0.1-1
197- Update to 0.3.0.1 release
198
199* Sun Aug 20 2006 Chung-Yen Chang <candyz0416@gmail.com> - 0.3.0-1
200- Update to 0.3.0 release
201
202* Fri Aug 18 2006 Chung-Yen Chang <candyz0416@gmail.com> - 0.3.0-0.1.beta3
203- Initial RPM release
Note: See TracBrowser for help on using the repository browser.