source: projects/specs/trunk/c/chrpath/chrpath-vl.spec @ 8084

Revision 8084, 1.5 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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