gnome-disk-utility-vl.spec 6.4 KB

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