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

Revision 5720, 1.7 KB checked in by munepi, 12 years ago (diff)

updated fuse-convmvfs-vl.spec

Line 
1Summary:        FUSE-Filesystem to convert filesystem encodings
2Summary(ja):    ファイルシステムのエンコーディングを変換する FUSE ファイルシステム
3Name:           fuse-convmvfs
4Version:        0.2.6
5Release:        1%{?_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* Mon Feb 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.2.6-1
45- new upstream release
46
47* Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.3-1vl5
48- applied new versioning policy, spec in utf-8
49
50* Sat Jun 09 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.3-0vl1
51- initial build for Vine Linux
52
53* Mon Feb 12 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.2.3-2
54- add doc AUTHORS NEWS, remove doc INSTALL
55- Change URL
56
57* Mon Feb 12 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.2.3-1
58- update to 0.2.3
59
60* Fri Jul 28 2006 ZC Miao <hellwolf@seu.edu.cn> - 0.2.2-1
61- update to 0.2.2
62
63* Tue Jul 25 2006 ZC Miao <hellwolf@seu.edu.cn> - 0.2.1-1
64- update to 0.2.1
65
66* Mon Jul  3 2006 ZC Miao <hellwolf@seu.edu.cn> - 0.2-2
67- add URL for Source0
68
69* Fri Jun 30 2006 ZC Miao <hellwolf@seu.edu.cn> - 0.2-1
70- init build
Note: See TracBrowser for help on using the repository browser.