gnome-disk-utility-vl.spec 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. %bcond_with systemd
  2. %define glib2_version 2.48.0
  3. %define gtk3_version 3.20.0
  4. %define gnome_doc_utils_version 0.3.2
  5. %define udisks2_version 2.0.0
  6. Summary: Disk management application
  7. Summary(ja): ディスク管理アプリケーション
  8. Name: gnome-disk-utility
  9. Version: 40.1
  10. Release: 1%{?_dist_release}%{?with_systemd:.systemd}
  11. Group: desktop-gnome,admin-tools
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. License: LGPLv2+
  15. URL: https://gitlab.gnome.org/GNOME/gnome-disk-utility
  16. %global shortver %(echo %{version} | cut -d . -f 1)
  17. Source0: https://download.gnome.org/sources/gnome-disk-utility/%{shortver}/%{name}-%{version}.tar.xz
  18. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  19. BuildRequires: meson
  20. BuildRequires: pkgconfig(dvdread)
  21. BuildRequires: pkgconfig(gio-unix-2.0)
  22. BuildRequires: pkgconfig(gmodule-2.0)
  23. BuildRequires: pkgconfig(gtk+-3.0)
  24. BuildRequires: libcanberra-gtk3-devel
  25. BuildRequires: pkgconfig(libhandy-1)
  26. BuildRequires: pkgconfig(liblzma)
  27. BuildRequires: pkgconfig(libnotify)
  28. BuildRequires: pkgconfig(libsecret-1)
  29. BuildRequires: pkgconfig(pwquality)
  30. BuildRequires: pkgconfig(udisks2)
  31. BuildRequires: gettext
  32. BuildRequires: /usr/bin/xsltproc
  33. BuildRequires: docbook-style-xsl
  34. %if %{with systemd}
  35. BuildRequires: pkgconfig(libsystemd)
  36. %else
  37. BuildRequires: elogind-devel
  38. %endif
  39. Requires: udisks2
  40. Obsoletes: gnome-disk-utility-format
  41. Obsoletes: nautilus-gdu
  42. Obsoletes: %{name}-libs < 3.4.0
  43. Provides: %{name}-libs = %{version}
  44. Obsoletes: %{name}-ui-libs < 3.4.0
  45. Provides: %{name}-ui-libs = %{version}
  46. Obsoletes: %{name}-devel < 3.4.0
  47. Obsoletes: %{name}-ui-devel < 3.4.0
  48. %description
  49. This package contains the Palimpsest disk management application.
  50. Palimpsest supports partitioning, file system creation, encryption,
  51. RAID, SMART monitoring, etc.
  52. %debug_package
  53. %prep
  54. %setup -q
  55. %build
  56. %meson \
  57. %if %{with systemd}
  58. -Dlogind=libsystemd
  59. %else
  60. -Dlogind=libelogind
  61. %endif
  62. %meson_build
  63. %install
  64. rm -rf $RPM_BUILD_ROOT
  65. %meson_install
  66. %find_lang %{name}
  67. %clean
  68. rm -rf $RPM_BUILD_ROOT
  69. %files -f %{name}.lang
  70. %defattr(-,root,root,-)
  71. %license COPYING
  72. %doc AUTHORS NEWS README.md
  73. %{_bindir}/gnome-disks
  74. %{_bindir}/gnome-disk-image-mounter
  75. %{_datadir}/applications/org.gnome.DiskUtility.desktop
  76. %{_datadir}/applications/gnome-disk-image-mounter.desktop
  77. %{_datadir}/applications/gnome-disk-image-writer.desktop
  78. %{_datadir}/dbus-1/services/org.gnome.DiskUtility.service
  79. %{_datadir}/glib-2.0/schemas/org.gnome.Disks.gschema.xml
  80. %{_datadir}/icons/hicolor/*/apps/*
  81. %{_datadir}/metainfo/org.gnome.DiskUtility.appdata.xml
  82. %{_mandir}/man1/*
  83. %{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.DiskUtilityNotify.desktop
  84. %{_libexecdir}/gsd-disk-utility-notify
  85. %changelog
  86. * Thu May 13 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 40.1-1
  87. - new upstream release.
  88. - dropped scriptlets.
  89. * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.2-1
  90. - new upstream release
  91. * Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.3.1-1
  92. - new upstream release
  93. * Fri Nov 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.2-1
  94. - new upstream release
  95. * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
  96. - new upstream release
  97. * Sat May 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
  98. - new upstream release
  99. * Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
  100. - new upstream release
  101. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
  102. - new upstream release
  103. * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
  104. - new upstream release
  105. * Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
  106. - new upstream release
  107. * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  108. - new upstream release
  109. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
  110. - rebuild with VineSeed environment
  111. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
  112. - new upstream release
  113. - add BuildRequires: xz-devel
  114. * Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
  115. - new upstream release
  116. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
  117. - new upstream release
  118. - add BuildRequires: gnome-settings-daemon-devel, libcanberra-gtk3-devel, libdvdread-devel, libnotify-devel
  119. * Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  120. - new upstream release
  121. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  122. - new upstream release
  123. - add BuildRequires: libsecret-devel, libpwquality-devel, docbook-style-xsl
  124. - add BuildRequires: autoconf, gnome-common
  125. - change BuildRequires: yelp-tools instead of gnome-doc-utils
  126. * Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  127. - new upstream release
  128. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
  129. - new upstream release
  130. - change BuildRequires: udisks2-devel instead of udisks-devel
  131. - remove -libs, -ui-libs, -devel, -ui-devel sub packages
  132. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
  133. - new upstream release
  134. - change BuildRequires: gtk3-devel instead of gtk2-devel
  135. - change BuildRequires: unique3-devel instead of unique-devel
  136. * Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  137. - new upstream release
  138. - fix %files
  139. * Thu Apr 08 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  140. - new upstream release
  141. - change BuildRequires: DeviceKit-disks-devel -> udisks-devel
  142. - change Requires: DeviceKit-disks -> udisks
  143. - add BuildRequires: avahi-ui-devel
  144. * Wed Nov 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28.1-1
  145. - initial build for Vine Linux
  146. * Mon Nov 2 2009 David Zeuthen <davidz@redhat.com> - 2.28.1-1%{?dist}
  147. - Update to 2.28.1
  148. * Tue Oct 13 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.0-5%{?dist}
  149. - Fix nautilus crashes by proper object referencing
  150. * Mon Oct 5 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-4%{?dist}
  151. - Incorporate fixes for translation issues from the stable upstream branch
  152. * Fri Sep 18 2009 David Zeuthen <davidz@redhat.com> - 2.28.0-2%{?dist}
  153. - BR libatasmart-devel
  154. * Fri Sep 18 2009 David Zeuthen <davidz@redhat.com> - 2.28.0-1%{?dist}
  155. - Update to upstream release 2.28.0
  156. - Compared to previous releases, this release should whine less about SMART
  157. * Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-3%{?dist}
  158. - Drop upstreamed patch
  159. * Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-2%{?dist}
  160. - Rebuild
  161. * Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-1%{?dist}
  162. - Update to release 0.5
  163. * Mon Jul 27 2009 Matthias Clasen <mclasen@redhat.com> - 0.4-3%{?dist}
  164. - Drop PolicyKit from .pc files, too
  165. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
  166. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  167. * Fri Jun 19 2009 David Zeuthen <davidz@redhat.com> - 0.4-1%{?dist}
  168. - Update to release 0.4
  169. * Fri May 01 2009 David Zeuthen <davidz@redhat.com> - 0.3-1%{?dist}
  170. - Upstream release 0.3
  171. * Wed Apr 15 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.5.20090415git%{?dist}
  172. - New snapshot
  173. * Sun Apr 12 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.4.20090412git%{?dist}
  174. - New snapshot
  175. * Fri Apr 10 2009 Matthias Clasen <mclasen@redhat.com> - 0.3-0.3.20090406git%{?dist}
  176. - Don't own directories that belong to hicolor-icon-theme
  177. * Wed Apr 08 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.2.20090406git%{?dist}
  178. - Fix bug in detecting when a PolicyKit error is returned (#494787)
  179. * Mon Apr 06 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.1.20090406git%{?dist}
  180. - New snapshot
  181. * Wed Mar 04 2009 David Zeuthen <davidz@redhat.com> - 0.2-2%{?dist}
  182. - Don't crash when changing the LUKS passphrase on a device
  183. * Mon Mar 02 2009 David Zeuthen <davidz@redhat.com> - 0.2-1%{?dist}
  184. - Update to version 0.2
  185. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.git20080720.2.1
  186. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  187. * Tue Jan 27 2009 Matthias Clasen <mclasen@redhat.com> 0.1-0.git20080720.2%{?dist}
  188. - Rebuild for pkgconfig provides
  189. * Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> 0.1-0.git20080720.1%{?dist}
  190. - Improve %%summary and %%description
  191. * Sun Jul 20 2008 David Zeuthen <davidz@redhat.com> - 0.1-0.git20080720%{?dist}
  192. - Initial Packaging