source: projects/specs/trunk/r/recode/recode-vl.spec @ 521

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

import VineSeed package specs

Line 
1Name:               recode
2Version:            3.6
3Release:            1%{?_dist_release}
4Summary:            Converter between charsets and surfaces
5Group:              Applications/Text
6License:            GPL, LGPL
7Source:             ftp://ftp.gnu.org/pub/gnu/recode/%{name}-%{version}.tar.gz
8Patch0:             recode.patch
9URL:                http://recode.progiciels-bpi.ca/
10BuildRoot:          %{_tmppath}/%{name}-%{version}-root
11Vendor:             Project Vine
12Distribution:       Vine Linux
13Packager:           Susumu Tanimura <stanimura-ngs@umin.ac.jp>
14
15
16%description
17The recode library converts files between character sets and usages.
18It recognises or produces more than 300 different character sets
19and transliterates files between almost any pair.  When exact
20transliteration are not possible, it gets rid of offending characters
21or fall back on approximations.  The recode program is a handy
22front-end to the library.
23
24%prep
25%setup -q
26%patch0 -p1
27
28%build
29%configure
30make
31
32%install
33%makeinstall
34
35## remove unuse files
36rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
37
38
39%clean
40[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
41
42%post
43
44%files
45%defattr(-,root,root)
46%doc README ABOUT-NLS AUTHORS COPYING
47%{_bindir}/%{name}
48%{_includedir}/*
49%{_infodir}/*
50%{_libdir}/*
51%{_mandir}/man1/*
52%{_datadir}/locale/*/LC_MESSAGES/recode.mo
53
54%changelog
55* Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com> 3.6-1vl5
56- applied new versioning policy
57- removed *.la
58
59* Sun Dec  9 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.6-0vl3
60- rebuilt for VineSeed
61
62* Sat Dec  2 2006 Susumu Tanimura  <stanimura-ngs@umin.ac.jp>
63- Rebuilt for VineLinux4.0
64
65* Thu Jan 27 2005 Susumu Tanimura  <stanimura-ngs@umin.ac.jp>
66- initial package for VineLinux 3.1
Note: See TracBrowser for help on using the repository browser.