source: projects/specs/branches/6/c/chrpath/chrpath-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: Modify rpath of compiled programs
2Name: chrpath
3Version: 0.13
4Release: 1%{?_dist_release}
5License: GPL+
6Group: Development/Tools
7URL: ftp://ftp.hungry.com/pub/hungry/chrpath/
8Patch0: chrpath-0.13-NULL-entry.patch
9Source0: ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11
12%description
13chrpath allows you to modify the dynamic library load path (rpath) of
14compiled programs.  Currently, only removing and modifying the rpath
15is supported.
16
17%prep
18%setup -q
19%patch0 -p1 -b .NULL
20
21%build
22%configure
23make
24
25%install
26rm -rf %{buildroot}
27make install DESTDIR=%{buildroot}
28rm -fr %{buildroot}/usr/doc
29
30%clean
31rm -rf %{buildroot}
32
33
34%files
35%defattr(-,root,root,-)
36%doc AUTHORS COPYING README NEWS ChangeLog*
37%{_bindir}/chrpath
38%{_mandir}/man1/chrpath.1*
39
40%changelog
41* Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.13-1
42- initial build for Vine Linux
43
44* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-6
45- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
46
47* Thu Jul 23 2009 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.13-5
48- Fix last entry in .dynamic (by Christian Krause <chkr@plauener.de>).
49
50* Sat Sep  8 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.13-2
51- License: GPL+
52
53* Sun Mar 12 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.13-1
54- Initial build.
55
Note: See TracBrowser for help on using the repository browser.