eggdbus-vl.spec 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. Summary: Experimental D-Bus bindings for GObject
  2. Name: eggdbus
  3. Version: 0.6
  4. Release: 3%{?_dist_release}
  5. License: LGPLv2
  6. Group: Development/Libraries
  7. URL: http://cgit.freedesktop.org/~david/eggdbus
  8. Source0: http://people.freedesktop.org/~david/%{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildRequires: glib2-devel
  11. BuildRequires: dbus-devel
  12. BuildRequires: dbus-glib-devel
  13. BuildRequires: gtk-doc
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. Experimental D-Bus bindings for GObject.
  18. %package devel
  19. Summary: Development files for EggDBus
  20. Group: Development/Libraries
  21. Requires: %name = %{version}-%{release}
  22. Requires: pkgconfig
  23. Requires: glib2-devel
  24. Requires: gtk-doc
  25. %description devel
  26. Development files for EggDBus.
  27. %prep
  28. %setup -q
  29. %build
  30. %configure --enable-gtk-doc --disable-static
  31. make #%{?_smp_mflags}
  32. %post -p /sbin/ldconfig
  33. %postun -p /sbin/ldconfig
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. make install DESTDIR=$RPM_BUILD_ROOT
  37. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  38. rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/tests
  39. %clean
  40. rm -rf $RPM_BUILD_ROOT
  41. %files
  42. %defattr(-,root,root,-)
  43. %doc AUTHORS COPYING
  44. %{_libdir}/lib*.so.*
  45. %files devel
  46. %defattr(-,root,root)
  47. %{_libdir}/lib*.so
  48. %{_libdir}/pkgconfig/*.pc
  49. %{_includedir}/*
  50. %{_datadir}/gtk-doc/html/eggdbus
  51. %{_datadir}/man/man1/*
  52. %{_bindir}/*
  53. %changelog
  54. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
  55. - rebuild with VineSeed environment
  56. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.6-2
  57. - build with rpm-4.8.1-1 for pkg-config file
  58. * Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-1
  59. - update to 0.6
  60. * Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5-1
  61. - initial build for Vine Linux
  62. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-2
  63. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  64. * Fri Jun 19 2009 David Zeuthen <davidz@redhat.com> - 0.5-1
  65. - Update to 0.5
  66. * Wed May 27 2009 David Zeuthen <davidz@redhat.com> - 0.4-1
  67. - Update to 0.4
  68. * Mon Feb 9 2009 David Zeuthen <davidz@redhat.com> - 0.3-1
  69. - Initial spec file.