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

Revision 6720, 2.7 KB checked in by yasumichi, 12 years ago (diff)

add prefix python where package type is Python.

RevLine 
[4751]1# Basic Information
2Name:           vine-rpm-helper
[6720]3Version:        0.6.4
[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
[6720]62* Wed Aug 15 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.4-1
63- add prefix python where package type is Python.
64
[6517]65* Thu Jul 05 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.3-1
66- enable vendor install for perl module.
67
[5490]68* Thu Jan 26 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.2-1
69- update method to treat unnessesary files of perl module.
70
71* Wed Nov 23 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6-1
72- new upstream release.
73- get license, summary, url and description from python PKG-INFO.
74
[5122]75* Tue Nov 08 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5.1-1
76- bug fix release.(fixed to treat zip archives.)
77- add archivers to Requries.
78
[4974]79* Sat Oct 15 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
80- new upstream release.
81- add options --pkgname, --pkgversion, --help, --version .
82- add manpages.
83
84* Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
85- new upstream release.
86- add URL
87
[4961]88* Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.4-1
89- new upstream release.
90- lzma support.
91- fix bugs.
92
[4947]93* Wed Oct 12 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3-1
94- new upstream release.
95- gettexized
96- plugin like systemized
97
[4901]98* Sun Oct 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.2-1
99- new upstream release.
100
[4751]101* Sun Sep 11 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1-1
102- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.