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

Revision 12539, 1.7 KB checked in by tomop, 3 years ago (diff)

updated 6 packages

chrpath-0.16-2

doxygen-1.9.1-1

libsigc++-2.10.6-1

pavucontrol-4.0-1

pulseaudio-14.2-1

xmlto-0.0.28-1

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