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
RevLine 
[4751]1# Basic Information
2Name:           vine-rpm-helper
[7467]3Version:        0.6.5
[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
[7467]25Requires:       wget
26Requires:       gettext
[4751]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
[4947]38%configure --libdir=/usr/lib
[4751]39%{__make} %{?_smp_mflags}
40
41%install
42%{__rm} -rf ${RPM_BUILD_ROOT}
43%{__make} install DESTDIR=${RPM_BUILD_ROOT}
44
[4947]45%find_lang %{name}
[4751]46
47rm ${RPM_BUILD_ROOT}/usr/bin/mkrpmfiles
48
49%clean
50%{__rm} -rf ${RPM_BUILD_ROOT}
51
52
[4947]53%files -f %{name}.lang
[4751]54%defattr(-,root,root)
55%doc COPYING ChangeLog NEWS README
56#{_bindir}/mkrpmfiles
57%{_bindir}/mkrpmspec
[7467]58%{_datadir}/vine-rpm-helper
[4974]59%{_mandir}/ja/man1/*
60%{_mandir}/man1/*
[4947]61%{_prefix}/lib/vine-rpm-helper/
[4751]62
63%changelog
[7467]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
[6720]69* Wed Aug 15 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.4-1
70- add prefix python where package type is Python.
71
[6517]72* Thu Jul 05 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.3-1
73- enable vendor install for perl module.
74
[5490]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
[5122]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
[4974]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
[4961]95* Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.4-1
96- new upstream release.
97- lzma support.
98- fix bugs.
99
[4947]100* Wed Oct 12 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3-1
101- new upstream release.
102- gettexized
103- plugin like systemized
104
[4901]105* Sun Oct 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.2-1
106- new upstream release.
107
[4751]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.