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

Revision 10288, 1.6 KB checked in by Takemikaduchi, 8 years ago (diff)

task-all-codecs: remove xine-lib-esd
others: new upstream release

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