libspiro-vl.spec 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Name: libspiro
  2. Version: 20071029
  3. Release: 1%{?_dist_release}
  4. Summary: Library to simplify the drawing of beautiful curves
  5. Summary(ja): 美しい曲線を簡単に描くことができるようにするライブラリ
  6. Group: System Environment/Libraries
  7. License: GPLv2+
  8. URL: http://libspiro.sourceforge.net/
  9. Source0: http://downloads.sourceforge.net/%{name}/%{name}_src-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. %description
  12. This library will take an array of spiro control points and
  13. convert them into a series of bézier splines which can then
  14. be used in the myriad of ways the world has come to use béziers.
  15. %package devel
  16. Summary: Development files for %{name}
  17. Summary(ja): Development files for %{name}
  18. Group: Development/Libraries
  19. Requires: %{name} = %{version}-%{release}
  20. %description devel
  21. The %{name}-devel package contains libraries and header files for
  22. developing applications that use %{name}.
  23. %prep
  24. %setup -q -n libspiro-20071029
  25. %build
  26. %configure --disable-static
  27. make %{?_smp_mflags}
  28. %install
  29. rm -rf $RPM_BUILD_ROOT
  30. make install DESTDIR=$RPM_BUILD_ROOT
  31. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %post -p /sbin/ldconfig
  35. %postun -p /sbin/ldconfig
  36. %files
  37. %defattr(-,root,root,-)
  38. %doc README gpl.txt README-RaphLevien
  39. %{_libdir}/*.so.*
  40. %files devel
  41. %defattr(-,root,root,-)
  42. %doc README gpl.txt README-RaphLevien
  43. %{_includedir}/*
  44. %{_libdir}/*.so
  45. %changelog
  46. * Sat Nov 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 20071029-1
  47. - initial build for Vine Linux
  48. * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-7
  49. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  50. * Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 20071029-6
  51. - rebuild for gcc 4.7
  52. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-5
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  54. * Tue Dec 15 2009 Parag <paragn AT fedoraproject.org> - 20071029-4
  55. - Fix rpmlint error "libspiro.src:53: E: files-attr-not-set"
  56. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-3
  57. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  58. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-2
  59. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  60. * Tue Dec 16 2008 Kevin Fenzi <kevin@tummy.com> - 20071029-1
  61. - Initial version for Fedora