source: projects/specs/trunk/f/fuse-convmvfs/fuse-convmvfs-vl.spec @ 10760

Revision 10760, 1.8 KB checked in by ara_t, 8 years ago (diff)

rebuild with gcc-5.4.0

Line 
1Summary:        FUSE-Filesystem to convert filesystem encodings
2Summary(ja):    ファイルシステムのエンコーディングを変換する FUSE ファイルシステム
3Name:           fuse-convmvfs
4Version:        0.2.6
5Release:        2%{?_dist_release}
6Group:          System Environment/Base
7License:        GPL
8URL:            http://fuse-convmvfs.sourceforge.net/
9Source0:        http://dl.sourceforge.net/sourceforge/fuse-convmvfs/%{name}-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11
12BuildRequires:  fuse-devel >= 2.5
13
14%description
15This is a filesystem client use the FUSE(Filesystem in
16USErspace) interface to convert file name from one charset
17to another. Inspired by convmv.
18
19%prep
20%setup -q
21
22
23%build
24%configure
25make %{?_smp_mflags}
26
27
28%install
29rm -rf $RPM_BUILD_ROOT
30%makeinstall
31
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36
37%files
38%defattr(-,root,root,-)
39%{_bindir}/convmvfs
40%doc README* COPYING ChangeLog AUTHORS NEWS
41
42
43%changelog
44* Thu Sep 01 2016 Toshiaki Ara <ara_t@384.jp> 0.2.6-2
45- rebuild with gcc-5.4.0
46
47* Mon Feb 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.2.6-1
48- new upstream release
49
50* Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.3-1vl5
51- applied new versioning policy, spec in utf-8
52
53* Sat Jun 09 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.3-0vl1
54- initial build for Vine Linux
55
56* Mon Feb 12 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.2.3-2
57- add doc AUTHORS NEWS, remove doc INSTALL
58- Change URL
59
60* Mon Feb 12 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.2.3-1
61- update to 0.2.3
62
63* Fri Jul 28 2006 ZC Miao <hellwolf@seu.edu.cn> - 0.2.2-1
64- update to 0.2.2
65
66* Tue Jul 25 2006 ZC Miao <hellwolf@seu.edu.cn> - 0.2.1-1
67- update to 0.2.1
68
69* Mon Jul  3 2006 ZC Miao <hellwolf@seu.edu.cn> - 0.2-2
70- add URL for Source0
71
72* Fri Jun 30 2006 ZC Miao <hellwolf@seu.edu.cn> - 0.2-1
73- init build
Note: See TracBrowser for help on using the repository browser.