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

Revision 521, 1.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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