source: projects/specs/trunk/g/gnome-disk-utility/gnome-disk-utility-vl.spec @ 6924

Revision 6924, 6.5 KB checked in by Takemikaduchi, 12 years ago (diff)

libunistring: add Requires,
others: new upstream release

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