source: projects/specs/trunk/v/vine-rpm-helper/vine-rpm-helper-vl.spec @ 5490

Revision 5490, 2.4 KB checked in by yasumichi, 12 years ago (diff)

update to 0.6.2

RevLine 
[4751]1# Basic Information
2Name:           vine-rpm-helper
[5490]3Version:        0.6.2
[4751]4Release:        1%{?_dist_release}
5License:        GPLv3
6Group:          Development/Tools
[4974]7URL:            http://trac.vinelinux.org/wiki/Packages/vine-rpm-helper
8Source0:        http://trac.vinelinux.org/attachment/wiki/Packages/vine-rpm-helper/%{name}-%{version}.tar.bz2
[4751]9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
[4752]10BuildArch:      noarch
[4751]11
12Vendor:         Project Vine
13Distribution:   Vine Linux
14Packager:       yasumichi
15
16Summary:        Support making RPM Packages for Vine Linux
17Summary(ja):    Vine Linux 向け RPM パッケージの作成を支援
18
19# Dependency
[5122]20Requires:       bzip2
21Requires:       gzip
22Requires:       tar
23Requires:       unzip
24Requires:       xz
[4751]25
26%description
27Vine-rpm-helper support to make RPM packages for Vine Linux.
28
29%description -l ja
30vine-rpm-helper は、Vine Linux 向け RPM パッケージの作成を支援します。
31
32%prep
33%setup -q
34
35%build
[4947]36%configure --libdir=/usr/lib
[4751]37%{__make} %{?_smp_mflags}
38
39%install
40%{__rm} -rf ${RPM_BUILD_ROOT}
41%{__make} install DESTDIR=${RPM_BUILD_ROOT}
42
[4947]43%find_lang %{name}
[4751]44
45rm ${RPM_BUILD_ROOT}/usr/bin/mkrpmfiles
46
47%clean
48%{__rm} -rf ${RPM_BUILD_ROOT}
49
50
[4947]51%files -f %{name}.lang
[4751]52%defattr(-,root,root)
53%doc COPYING ChangeLog NEWS README
54#{_bindir}/mkrpmfiles
55%{_bindir}/mkrpmspec
[4901]56%{_datadir}/vine-rpm-helper/licences-md5sum.dat
[4974]57%{_mandir}/ja/man1/*
58%{_mandir}/man1/*
[4947]59%{_prefix}/lib/vine-rpm-helper/
[4751]60
61%changelog
[5490]62* Thu Jan 26 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.2-1
63- update method to treat unnessesary files of perl module.
64
65* Wed Nov 23 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6-1
66- new upstream release.
67- get license, summary, url and description from python PKG-INFO.
68
[5122]69* Tue Nov 08 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5.1-1
70- bug fix release.(fixed to treat zip archives.)
71- add archivers to Requries.
72
[4974]73* Sat Oct 15 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
74- new upstream release.
75- add options --pkgname, --pkgversion, --help, --version .
76- add manpages.
77
78* Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
79- new upstream release.
80- add URL
81
[4961]82* Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.4-1
83- new upstream release.
84- lzma support.
85- fix bugs.
86
[4947]87* Wed Oct 12 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3-1
88- new upstream release.
89- gettexized
90- plugin like systemized
91
[4901]92* Sun Oct 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.2-1
93- new upstream release.
94
[4751]95* Sun Sep 11 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1-1
96- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.