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

Line 
1# Basic Information
2Name:           vine-rpm-helper
3Version:        0.6.2
4Release:        1%{?_dist_release}
5License:        GPLv3
6Group:          Development/Tools
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
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10BuildArch:      noarch
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
20Requires:       bzip2
21Requires:       gzip
22Requires:       tar
23Requires:       unzip
24Requires:       xz
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
36%configure --libdir=/usr/lib
37%{__make} %{?_smp_mflags}
38
39%install
40%{__rm} -rf ${RPM_BUILD_ROOT}
41%{__make} install DESTDIR=${RPM_BUILD_ROOT}
42
43%find_lang %{name}
44
45rm ${RPM_BUILD_ROOT}/usr/bin/mkrpmfiles
46
47%clean
48%{__rm} -rf ${RPM_BUILD_ROOT}
49
50
51%files -f %{name}.lang
52%defattr(-,root,root)
53%doc COPYING ChangeLog NEWS README
54#{_bindir}/mkrpmfiles
55%{_bindir}/mkrpmspec
56%{_datadir}/vine-rpm-helper/licences-md5sum.dat
57%{_mandir}/ja/man1/*
58%{_mandir}/man1/*
59%{_prefix}/lib/vine-rpm-helper/
60
61%changelog
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
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
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
82* Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.4-1
83- new upstream release.
84- lzma support.
85- fix bugs.
86
87* Wed Oct 12 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3-1
88- new upstream release.
89- gettexized
90- plugin like systemized
91
92* Sun Oct 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.2-1
93- new upstream release.
94
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.