gnome-disk-utility-vl.spec 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. %define glib2_version 2.32.0
  2. %define gtk3_version 3.4.0
  3. %define gnome_doc_utils_version 0.3.2
  4. %define udisks2_version 1.90.0
  5. Summary: Disk management application
  6. Summary(ja): ディスク管理アプリケーション
  7. Name: gnome-disk-utility
  8. Version: 3.4.0
  9. Release: 1%{?_dist_release}
  10. License: LGPLv2+
  11. Group: System Environment/Libraries
  12. URL: http://git.gnome.org/cgit/gnome-disk-utility
  13. Source0: %{name}-%{version}.tar.xz
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  15. Requires: desktop-file-utils
  16. BuildRequires: glib2-devel >= %{glib2_version}
  17. BuildRequires: gtk3-devel >= %{gtk3_version}
  18. BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
  19. BuildRequires: gettext
  20. BuildRequires: desktop-file-utils
  21. BuildRequires: udisks2-devel >= %{udisks2_version}
  22. BuildRequires: intltool
  23. Obsoletes: gnome-disk-utility-format
  24. Obsoletes: nautilus-gdu
  25. Obsoletes: %{name}-libs < 3.4.0
  26. Provides: %{name}-libs = %{version}
  27. Obsoletes: %{name}-ui-libs < 3.4.0
  28. Provides: %{name}-ui-libs = %{version}
  29. Obsoletes: %{name}-devel < 3.4.0
  30. Obsoletes: %{name}-ui-devel < 3.4.0
  31. Vendor: Project Vine
  32. Distribution: Vine Linux
  33. Packager: Takemikaduchi
  34. %description
  35. This package contains the Palimpsest disk management application.
  36. Palimpsest supports partitioning, file system creation, encryption,
  37. RAID, SMART monitoring, etc.
  38. %prep
  39. %setup -q
  40. %build
  41. %configure
  42. make
  43. %install
  44. rm -rf $RPM_BUILD_ROOT
  45. make install DESTDIR=$RPM_BUILD_ROOT
  46. %find_lang %{name}
  47. %clean
  48. rm -rf $RPM_BUILD_ROOT
  49. %post
  50. touch --no-create %{_datadir}/icons/hicolor
  51. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  52. gtk-update-icon-cache -q %{_datadir}/icons/hicolor
  53. fi
  54. update-desktop-database %{_datadir}/applications &> /dev/null
  55. %postun
  56. touch --no-create %{_datadir}/icons/hicolor
  57. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  58. gtk-update-icon-cache -q %{_datadir}/icons/hicolor
  59. fi
  60. update-desktop-database %{_datadir}/applications &> /dev/null
  61. %files -f %{name}.lang
  62. %defattr(-,root,root,-)
  63. %doc COPYING NEWS README
  64. %{_bindir}/palimpsest
  65. %{_datadir}/applications/palimpsest.desktop
  66. %{_datadir}/%{name}
  67. %{_datadir}/icons/hicolor/*/apps/*
  68. %changelog
  69. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
  70. - new upstream release
  71. - change BuildRequires: udisks2-devel instead of udisks-devel
  72. - remove -libs, -ui-libs, -devel, -ui-devel sub packages
  73. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
  74. - new upstream release
  75. - change BuildRequires: gtk3-devel instead of gtk2-devel
  76. - change BuildRequires: unique3-devel instead of unique-devel
  77. * Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  78. - new upstream release
  79. - fix %files
  80. * Thu Apr 08 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  81. - new upstream release
  82. - change BuildRequires: DeviceKit-disks-devel -> udisks-devel
  83. - change Requires: DeviceKit-disks -> udisks
  84. - add BuildRequires: avahi-ui-devel
  85. * Wed Nov 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28.1-1
  86. - initial build for Vine Linux
  87. * Mon Nov 2 2009 David Zeuthen <davidz@redhat.com> - 2.28.1-1%{?dist}
  88. - Update to 2.28.1
  89. * Tue Oct 13 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.0-5%{?dist}
  90. - Fix nautilus crashes by proper object referencing
  91. * Mon Oct 5 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-4%{?dist}
  92. - Incorporate fixes for translation issues from the stable upstream branch
  93. * Fri Sep 18 2009 David Zeuthen <davidz@redhat.com> - 2.28.0-2%{?dist}
  94. - BR libatasmart-devel
  95. * Fri Sep 18 2009 David Zeuthen <davidz@redhat.com> - 2.28.0-1%{?dist}
  96. - Update to upstream release 2.28.0
  97. - Compared to previous releases, this release should whine less about SMART
  98. * Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-3%{?dist}
  99. - Drop upstreamed patch
  100. * Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-2%{?dist}
  101. - Rebuild
  102. * Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-1%{?dist}
  103. - Update to release 0.5
  104. * Mon Jul 27 2009 Matthias Clasen <mclasen@redhat.com> - 0.4-3%{?dist}
  105. - Drop PolicyKit from .pc files, too
  106. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
  107. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  108. * Fri Jun 19 2009 David Zeuthen <davidz@redhat.com> - 0.4-1%{?dist}
  109. - Update to release 0.4
  110. * Fri May 01 2009 David Zeuthen <davidz@redhat.com> - 0.3-1%{?dist}
  111. - Upstream release 0.3
  112. * Wed Apr 15 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.5.20090415git%{?dist}
  113. - New snapshot
  114. * Sun Apr 12 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.4.20090412git%{?dist}
  115. - New snapshot
  116. * Fri Apr 10 2009 Matthias Clasen <mclasen@redhat.com> - 0.3-0.3.20090406git%{?dist}
  117. - Don't own directories that belong to hicolor-icon-theme
  118. * Wed Apr 08 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.2.20090406git%{?dist}
  119. - Fix bug in detecting when a PolicyKit error is returned (#494787)
  120. * Mon Apr 06 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.1.20090406git%{?dist}
  121. - New snapshot
  122. * Wed Mar 04 2009 David Zeuthen <davidz@redhat.com> - 0.2-2%{?dist}
  123. - Don't crash when changing the LUKS passphrase on a device
  124. * Mon Mar 02 2009 David Zeuthen <davidz@redhat.com> - 0.2-1%{?dist}
  125. - Update to version 0.2
  126. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.git20080720.2.1
  127. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  128. * Tue Jan 27 2009 Matthias Clasen <mclasen@redhat.com> 0.1-0.git20080720.2%{?dist}
  129. - Rebuild for pkgconfig provides
  130. * Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> 0.1-0.git20080720.1%{?dist}
  131. - Improve %%summary and %%description
  132. * Fri Jul 20 2008 David Zeuthen <davidz@redhat.com> - 0.1-0.git20080720%{?dist}
  133. - Initial Packaging