Advertisement
Guest User

RPM Specfile for pan 0.139

a guest
May 14th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. # $Id: pan.spec 4308 2006-04-21 22:20:20Z dries $
  2. # Authority: dag
  3. # Upstream: <pan-devel$nongnu,org>
  4. # ExcludeDist: el3 el4 el5
  5. # Rationale: requires GTK 2.16.
  6.  
  7. ### EL2 ships with pan-0.9.7-3
  8. %{?el2:# Tag: rfx}
  9.  
  10. %define desktop_vendor rpmforge
  11.  
  12. Summary: The Pan Newsreader
  13. Name: pan
  14. Version: 0.139
  15. Release: 1%{?dist}
  16. Epoch: 1
  17. License: GPL
  18. Group: Applications/Internet
  19. URL: http://pan.rebelbase.com/
  20.  
  21. Packager: Dag Wieers <dag@wieers.com>
  22. Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
  23.  
  24. Source: http://pan.rebelbase.com/download/releases/%{version}/source/pan-%{version}.tar.gz
  25. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  26.  
  27. BuildRequires: desktop-file-utils
  28. BuildRequires: gettext
  29. BuildRequires: glib2-devel >= 2.0.4
  30. BuildRequires: gmime-devel >= 2.4
  31. BuildRequires: gnet2-devel
  32. BuildRequires: gtk2-devel >= 2.16
  33. BuildRequires: gtkspell-devel >= 2.0.2
  34. BuildRequires: libxml2-devel >= 2.4.22
  35. BuildRequires: pcre-devel >= 5.0
  36. BuildRequires: perl >= 5.8.1
  37.  
  38. %description
  39. Pan is a newsreader, loosely based on Agent and Gravity, which attempts
  40. to be pleasant to use for new and advanced users alike. It has all the
  41. typical features found in newsreaders and also supports offline newsreading,
  42. sophisticated filtering, multiple connections, and a number of extra features
  43. for power users and alt.binaries fans. It's also the only Unix newsreader
  44. to get a perfect score on the Good Net-Keeping Seal of Approval evalutions.
  45.  
  46. %prep
  47. %setup
  48.  
  49. %{__perl} -pi.orig -e 's|StartupNotify=false|StartupNotify=true|' pan.desktop.in
  50.  
  51. %build
  52. %configure \
  53. --program-prefix="%{?_program_prefix}"
  54. #%{__make} %{?_smp_mflags} LDFLAGS="-s"
  55. %{__make} LDFLAGS="-s"
  56.  
  57. %install
  58. %{__rm} -rf %{buildroot}
  59. %{__make} install DESTDIR="%{buildroot}"
  60. %find_lang %{name}
  61.  
  62. desktop-file-install --vendor %{desktop_vendor} \
  63. --delete-original \
  64. --add-category Application \
  65. --add-category Network \
  66. --add-category X-Red-Hat-Base \
  67. --dir %{buildroot}%{_datadir}/applications \
  68. %{buildroot}%{_datadir}/applications/pan.desktop
  69.  
  70. %clean
  71. %{__rm} -rf %{buildroot}
  72.  
  73. %files -f %{name}.lang
  74. %defattr(-, root, root, 0755)
  75. %doc AUTHORS ChangeLog COPYING INSTALL NEWS README
  76. %{_bindir}/pan
  77. %{_datadir}/applications/%{desktop_vendor}-pan.desktop
  78. %{_datadir}/pixmaps/pan.png
  79.  
  80. %changelog
  81. * Sun Oct 14 2012 Jay Leafey <jay.leafey@mindless.com> - 0.139-1
  82. - Attempt to update to release 0.139
  83.  
  84. * Tue Jul 05 2011 Steve Huff <shuff@vecna.org> - 0.135-1
  85. - Updated to release 0.135.
  86.  
  87. * Tue May 03 2011 Steve Huff <shuff@vecna.org> - 0.134-1
  88. - Updated to release 0.134.
  89.  
  90. * Sun Nov 21 2010 Dag Wieers <dag@wieers.com> - 0.133-2
  91. - Rebuilt against gmime20-2.2.26.
  92.  
  93. * Wed Dec 31 2008 Dag Wieers <dag@wieers.com> - 0.133-1
  94. - Updated to release 0.133.
  95.  
  96. * Tue Jun 10 2008 Dag Wieers <dag@wieers.com> - 0.132-2
  97. - Added patch from Fedora.
  98.  
  99. * Thu Mar 13 2008 Heiko Adams <info-2007@fedora-blog.de> - 0.132-1
  100. - Updated to release 0.132.
  101.  
  102. * Sat Jun 16 2007 Dag Wieers <dag@wieers.com> - 0.131-1
  103. - Updated to release 0.131.
  104.  
  105. * Sat May 12 2007 Dag Wieers <dag@wieers.com> - 0.129-1
  106. - Updated to release 0.129.
  107.  
  108. * Wed Mar 21 2007 Dag Wieers <dag@wieers.com> - 0.125-1
  109. - Updated to release 0.125.
  110.  
  111. * Tue Mar 30 2004 Dag Wieers <dag@wieers.com> - 0.14.2.91-2
  112. - Fixed missing categories in desktop-file. (Neil Bird)
  113.  
  114. * Sun Mar 28 2004 Dag Wieers <dag@wieers.com> - 0.14.2.91-1
  115. - Updated to release 0.14.2.91.
  116.  
  117. * Mon Sep 08 2003 Dag Wieers <dag@wieers.com> - 0.14.2-1
  118. - Build against gnet2-devel.
  119.  
  120. * Thu Sep 04 2003 Dag Wieers <dag@wieers.com> - 0.14.2-0
  121. - Updated to release 0.14.2.
  122.  
  123. * Sat Aug 30 2003 Dag Wieers <dag@wieers.com> - 0.14.1-0
  124. - Updated to release 0.14.1.
  125.  
  126. * Sat Aug 16 2003 Dag Wieers <dag@wieers.com> - 0.14.0.95-0
  127. - Updated to release 0.14.0.95.
  128.  
  129. * Thu Jul 31 2003 Dag Wieers <dag@wieers.com> - 0.14.0.93-0
  130. - Updated to release 0.14.0.93.
  131.  
  132. * Sun Jul 27 2003 Dag Wieers <dag@wieers.com> - 0.14.0.92-0
  133. - Updated to release 0.14.0.92.
  134.  
  135. * Fri Jul 18 2003 Dag Wieers <dag@wieers.com> - 0.14.0.91-0
  136. - Updated to release 0.14.0.91.
  137.  
  138. * Wed Jul 09 2003 Dag Wieers <dag@wieers.com> - 0.14.0.90-0
  139. - Updated to release 0.14.0.90.
  140.  
  141. * Wed May 07 2003 Dag Wieers <dag@wieers.com> - 0.14.0-0
  142. - Updated to release 0.14.0.
  143.  
  144. * Sun Apr 27 2003 Dag Wieers <dag@wieers.com> - 0.13.96-0
  145. - Updated to release 0.13.96.
  146.  
  147. * Tue Apr 22 2003 Dag Wieers <dag@wieers.com> - 0.13.95-0
  148. - Updated to release 0.13.95.
  149.  
  150. * Wed Apr 16 2003 Dag Wieers <dag@wieers.com> - 0.13.94-0
  151. - Updated to release 0.13.94.
  152.  
  153. * Wed Apr 02 2003 Dag Wieers <dag@wieers.com> - 0.13.93-0
  154. - Updated to release 0.13.93.
  155.  
  156. * Sat Mar 15 2003 Dag Wieers <dag@wieers.com> - 0.13.91-0
  157. - Updated to release 0.13.91.
  158.  
  159. * Thu Mar 13 2003 Dag Wieers <dag@wieers.com> - 0.13.90-0
  160. - Updated to release 0.13.90.
  161.  
  162. * Fri Feb 28 2003 Dag Wieers <dag@wieers.com> - 0.13.4-0
  163. - Initial package. (using DAR)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement