source: projects/specs/trunk/f/fakeroot/fakeroot-vl.spec @ 521

Revision 521, 1.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define name fakeroot
2%define ver 1.5.10
3%define rel 1%{?_dist_release}
4
5%define _libdir %{_prefix}/lib/libfakeroot
6
7Summary: Gives a fake root environment
8Summary(ja): 疑似 root 環境を提供する
9Name: %{name}
10Version: %{ver}
11Release: %{rel}
12License: GPL
13Group: Development/Tools
14URL: http://packages.debian.org/unstable/utils/fakeroot.html
15Source0: %{name}_%{ver}.tar.gz
16BuildRoot: %{_tmppath}/%{name}-%{ver}-root
17
18%description
19Fakeroot gives a fake root environment.
20
21%prep
22%setup
23
24%build
25%configure
26%{__make}
27
28%install
29%makeinstall
30
31## remove unuse files
32rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
33
34%clean
35rm -rf %buildroot
36
37%post
38/sbin/ldconfig -n %{_libdir}/libfakeroot
39
40%files
41%defattr (-,root,root)
42%doc AUTHORS BUGS COPYING ChangeLog DEBUG INSTALL
43%doc README README.fake
44%{_bindir}/*
45%{_libdir}/*
46%{_mandir}/man1/*
47
48
49%changelog
50* Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 1.5.10-1vl5
51- applied new versioning policy, spec in utf-8
52- removed *.la
53
54* Sun Jul  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.10-0vl1
55- new upstream release
56- rebuilt with new toolchain
57
58* Wed Jun 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-0vl1
59- build for Vine Linux
Note: See TracBrowser for help on using the repository browser.