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

Revision 8876, 3.0 KB checked in by yasumichi, 10 years ago (diff)

add --without-prefix option

Line 
1# Basic Information
2Name:           vine-rpm-helper
3Version:        0.6.6
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 Aug 01 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.6-1
65- add --without-prefix option
66
67* Fri Feb 15 2013 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.5-1
68- add support for perl archive which have Build.PL
69- update method of CheckPkgType
70- add wget and gettext to Requires
71
72* Wed Aug 15 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.4-1
73- add prefix python where package type is Python.
74
75* Thu Jul 05 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.3-1
76- enable vendor install for perl module.
77
78* Thu Jan 26 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.2-1
79- update method to treat unnessesary files of perl module.
80
81* Wed Nov 23 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6-1
82- new upstream release.
83- get license, summary, url and description from python PKG-INFO.
84
85* Tue Nov 08 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5.1-1
86- bug fix release.(fixed to treat zip archives.)
87- add archivers to Requries.
88
89* Sat Oct 15 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
90- new upstream release.
91- add options --pkgname, --pkgversion, --help, --version .
92- add manpages.
93
94* Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
95- new upstream release.
96- add URL
97
98* Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.4-1
99- new upstream release.
100- lzma support.
101- fix bugs.
102
103* Wed Oct 12 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3-1
104- new upstream release.
105- gettexized
106- plugin like systemized
107
108* Sun Oct 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.2-1
109- new upstream release.
110
111* Sun Sep 11 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1-1
112- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.