Advertisement
Guest User

proxychains-ng.spec

a guest
Mar 13th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Name:       proxychains-ng
  2. Version:    4.8
  3. Release:    1.git20140314%{?dist}
  4. Summary:    Provides proxy support to any application
  5. Group:      Applications/Internet
  6. License:    GPLv2+
  7. URL:        https://github.com/rofl0r/proxychains-ng
  8. Source0:    https://github.com/rofl0r/proxychains-ng/archive/master.zip
  9. Requires:   bind-utils
  10.  
  11. %description
  12. Proxychains forces any tcp connection made by any given tcp client to
  13. follow through a proxy. Proxychains intercepts TCP calls and forces
  14. them through a user defined proxy
  15.  
  16. You must configure /etc/proxychains.conf before use
  17.  
  18. Proxychains ng (new generation)
  19. A preloader which hooks calls to sockets in dynamically linked programs
  20. and redirects it through one or more socks/http proxies. continuation of
  21. the unmaintained proxychains project.
  22.  
  23. %prep
  24. %setup -q -n proxychains-ng-master
  25.  
  26. %build
  27. %configure --disable-static
  28. make %{?_smp_mflags}
  29.  
  30. %install
  31. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
  32. make install-config DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
  33. cp src/proxyresolv $RPM_BUILD_ROOT/%{_bindir}/proxyresolv4
  34.  
  35. %post -p /sbin/ldconfig
  36. %postun -p /sbin/ldconfig
  37.  
  38. %files
  39. %doc AUTHORS COPYING README
  40. %config(noreplace) %{_sysconfdir}/proxychains.conf
  41. %{_bindir}/proxychains4
  42. %{_bindir}/proxyresolv4
  43. %{_libdir}/libproxychains4.so
  44.  
  45. %changelog
  46. * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-14
  47. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  48.  
  49. * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-13
  50. - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
  51.  
  52. * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-12
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  54.  
  55. * Thu Mar  8 2012 Tom Callaway <spot@fedoraproject.org> - 3.1-11
  56. - fix build against modern glibc (getnameinfo struct types change)
  57.  
  58. * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-10
  59. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  60.  
  61. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-9
  62. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  63.  
  64. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-8
  65. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  66.  
  67. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-7
  68. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  69.  
  70. * Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.1-6
  71. - fix license tag
  72.  
  73. * Sat Feb 09 2008 Tyler Owen <tyler.l.owen at gmail dot com> - 3.1-5
  74. - Rebuild for GCC 4.3
  75.  
  76. * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 3.1-4
  77. - Rebuild for selinux ppc32 issue.
  78.  
  79. * Sat Jul 07 2007 Tyler Owen <tyler.l.owen@gmail.com> - 3.1-3
  80. - Added -p option to install to preserve timestamps
  81. - Added Requires for bind-utils
  82.  
  83. * Wed Jun 20 2007 Tyler Owen <tyler.l.owen@gmail.com> 3.1-2
  84. - Removed proxychains-devel package as it is not needed
  85. - Removed .la file
  86.  
  87. * Sun Jun 10 2007 Tyler Owen <tyler.l.owen@gmail.com> 3.1-1
  88. - Initial RPM build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement