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

Revision 7467, 2.9 KB checked in by yasumichi, 11 years ago (diff)

update to 0.6.5-1

  • add support for perl archive which have Build.PL
  • update method of CheckPkgType?
  • add wget and gettext to Requires
Line 
1# Basic Information
2Name:           vine-rpm-helper
3Version:        0.6.5
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
25Requires:       wget
26Requires:       gettext
27
28%description
29Vine-rpm-helper support to make RPM packages for Vine Linux.
30
31%description -l ja
32vine-rpm-helper は、Vine Linux 向け RPM パッケージの作成を支援します。
33
34%prep
35%setup -q
36
37%build
38%configure --libdir=/usr/lib
39%{__make} %{?_smp_mflags}
40
41%install
42%{__rm} -rf ${RPM_BUILD_ROOT}
43%{__make} install DESTDIR=${RPM_BUILD_ROOT}
44
45%find_lang %{name}
46
47rm ${RPM_BUILD_ROOT}/usr/bin/mkrpmfiles
48
49%clean
50%{__rm} -rf ${RPM_BUILD_ROOT}
51
52
53%files -f %{name}.lang
54%defattr(-,root,root)
55%doc COPYING ChangeLog NEWS README
56#{_bindir}/mkrpmfiles
57%{_bindir}/mkrpmspec
58%{_datadir}/vine-rpm-helper
59%{_mandir}/ja/man1/*
60%{_mandir}/man1/*
61%{_prefix}/lib/vine-rpm-helper/
62
63%changelog
64* Fri Feb 15 2013 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.5-1
65- add support for perl archive which have Build.PL
66- update method of CheckPkgType
67- add wget and gettext to Requires
68
69* Wed Aug 15 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.4-1
70- add prefix python where package type is Python.
71
72* Thu Jul 05 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.3-1
73- enable vendor install for perl module.
74
75* Thu Jan 26 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.2-1
76- update method to treat unnessesary files of perl module.
77
78* Wed Nov 23 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6-1
79- new upstream release.
80- get license, summary, url and description from python PKG-INFO.
81
82* Tue Nov 08 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5.1-1
83- bug fix release.(fixed to treat zip archives.)
84- add archivers to Requries.
85
86* Sat Oct 15 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
87- new upstream release.
88- add options --pkgname, --pkgversion, --help, --version .
89- add manpages.
90
91* Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
92- new upstream release.
93- add URL
94
95* Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.4-1
96- new upstream release.
97- lzma support.
98- fix bugs.
99
100* Wed Oct 12 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3-1
101- new upstream release.
102- gettexized
103- plugin like systemized
104
105* Sun Oct 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.2-1
106- new upstream release.
107
108* Sun Sep 11 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1-1
109- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.