Advertisement
david_david

physfs.spec.diff

Apr 22nd, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Index: physfs.spec
  2. ===================================================================
  3. --- physfs.spec (révision 1004624)
  4. +++ physfs.spec (copie de travail)
  5. @@ -5,7 +5,7 @@
  6. Name: physfs
  7. Summary: PhysicsFS, a library to provide abstract access to various archives
  8. Version: 2.0.3
  9. -Release: %mkrel 6
  10. +Release: %mkrel 7
  11. License: zlib
  12. Group: System/Libraries
  13. URL: http://www.icculus.org/physfs
  14. @@ -33,7 +33,7 @@
  15.  
  16. %description -n %{libname}
  17. This package contains the library needed to run programs dynamically
  18. -linked with physfs
  19. +linked with physfs.
  20.  
  21. %package -n %{develname}
  22. Summary: Headers for developing programs that will use physfs
  23. @@ -40,13 +40,11 @@
  24. Group: Development/C
  25. Requires: %{libname} = %{version}
  26. Provides: %{name}-devel = %{version}-%{release}
  27. -# mga5 package used wrong major
  28. -Obsoletes: %{_lib}physfs2 < 2.0.3-6
  29. -Provides: %{_lib}physfs2 = %{version}-%{release}
  30. +Provides: lib%{name}-devel = %{version}-%{release}
  31.  
  32. %description -n %{develname}
  33. This package contains the headers that programmers will need to develop
  34. -applications which will use physfs
  35. +applications which will use physfs.
  36.  
  37. %prep
  38. %setup -q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement