source: projects/specs/branches/6/g/gnome-mount/gnome-mount-vl.spec @ 1897

Revision 1897, 5.2 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

Line 
1Summary: Mount replacement which uses HAL to do the mounting
2Summary(ja): HAL を利用して mount を行うツール
3Name: gnome-mount
4Version: 0.8
5Release: 3%{?_dist_release}
6License: GPLv2+
7Group: Applications/System
8URL: http://freedesktop.org/~david/dist/
9
10Source: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildRequires: hal-devel >= 0.5.8.1
14BuildRequires: gtk2-devel >= 2.10.0
15BuildRequires: dbus-devel >= 1.0
16BuildRequires: dbus-glib-devel >= 0.73
17BuildRequires: gnome-keyring-devel
18BuildRequires: libnotify-devel
19BuildRequires: libgnomeui-devel
20BuildRequires: gettext
21BuildRequires: perl(XML::Parser)
22BuildRequires: nautilus-devel >= 2.21.2
23BuildRequires: GConf2-devel
24BuildRequires: libglade2-devel
25BuildRequires: glib2-devel >= 2.15.0
26Requires: hal >= 0.5.8.1
27Requires: dbus >= 1.0
28Requires: dbus-glib >= 0.73
29Requires(post,pre,preun): GConf2
30
31%description
32A replacement for the mount, umount and eject commands that
33uses HAL to do all the heavy lifting.
34
35%description -l ja
36HAL を利用する mount, umount, eject 相当のツールが含まれています。
37
38%package devel
39Summary: Development files for gnome-mount
40Summary(ja): gnome-mount 用の開発ファイル
41Group: Development/Libraries
42
43%description devel
44Development files for gnome-mount
45
46%description -l ja
47このパッケージには gnome-mount 用の開発ファイルが含まれています。
48
49%package nautilus-properties
50Summary: Nautilus extention for gnome-mount
51Summary(ja): gnome-mount の Nautilus 拡張
52Group: Applications/System
53Requires: %{name} = %{version}-%{release}
54
55%description nautilus-properties
56Nautilus extention which adds property pages to volume and drive mount
57properties dialog for manipulating mount options.
58
59%prep
60rm -rf $RPM_BUILD_ROOT
61
62%setup -q
63
64%build
65%configure
66%__make %{?_smp_mflags}
67
68%install
69rm -rf $RPM_BUILD_ROOT
70export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
71make install DESTDIR=$RPM_BUILD_ROOT
72unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
73
74find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
75find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
76
77%find_lang %{name}
78
79%clean
80rm -rf $RPM_BUILD_ROOT
81
82%post
83export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
84gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-mount.schemas > /dev/null || :
85
86%pre
87if [ "$1" -gt 1 ]; then
88  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
89  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gnome-mount.schemas > /dev/null || :
90fi
91
92%preun
93if [ "$1" -eq 0 ]; then
94  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
95  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gnome-mount.schemas > /dev/null || :
96fi
97
98%files
99%defattr(-, root, root)
100%doc AUTHORS COPYING ChangeLog NEWS README
101%{_sysconfdir}/gconf/schemas/gnome-mount.schemas
102%{_datadir}/locale/*
103%{_bindir}/gnome-eject
104%{_bindir}/gnome-mount
105%{_bindir}/gnome-umount
106%{_datadir}/gnome-mount/gnome-mount-properties.glade
107%{_mandir}/man1/*
108
109%files devel
110%defattr(-, root, root)
111%{_libdir}/pkgconfig/gnome-mount.pc
112
113%files nautilus-properties
114%defattr(-, root, root)
115%{_libdir}/nautilus/extensions-2.0/libgnome-mount.so
116
117%changelog
118* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8-3
119- rebuild with rpm-4.8.1 for pkg-config file
120
121* Sat Mar 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8-2
122- rebuilt with nautilus 2.24.1
123- changed spec encode in UTF-8
124- fixed %changelog typo
125
126* Wed May  7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8-1
127- new upstream release
128- rebuilt with nautilus 2.22.2
129
130* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-0vl1
131- new upstream release
132- add gnome-mount-nautilus-properties subpackage
133
134* Mon Mar 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4-0vl1
135- initial build for Vine Linux based on FC package.
136
137* Wed Mar  1 2006 David Zeuthen <davidz@redhat.com> - 0.4-5
138- Update for new patch in #183191
139
140* Wed Mar  1 2006 Matthias Clasen <mclasen@redhat.com> - 0.4-4
141- Fix a crash without media (#183191)
142
143* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 0.4-3
144- add some buildrequires
145
146* Mon Feb 13 2006 David Zeuthen <davidz@redhat.com> - 0.4-2
147- Fix mounting of drives that HAL cannot poll
148
149* Mon Feb 13 2006 David Zeuthen <davidz@redhat.com> - 0.4-1
150- Update to upstream version 0.4
151
152* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> - 0.4-0.cvs20060213.1.1
153- rebump for build order issues during double-long bump
154
155* Mon Feb 13 2006 David Zeuthen <davidz@redhat.com> - 0.4-0.cvs20060213.1
156- fix build
157
158* Mon Feb 13 2006 David Zeuthen <davidz@redhat.com> - 0.4-0.cvs20060213
159- new upstream snapshot
160
161* Tue Feb 07 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4-0.cvs20060117.2
162- fix build
163
164* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.4-0.cvs20060117.1
165- rebuilt for new gcc4.1 snapshot and glibc changes
166
167* Tue Jan 17 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4-0.cvs20060117
168- CVS snapshot of gnome-mount
169- Added a devel sub package for apps that compile in gnome-mount support
170
171* Tue Jan 17 2006 John (J5) Palmieri <johnp@redhat.com> - 0.3-2
172- Install the schema in the post
173
174* Wed Jan 11 2006 Christopher Aillon <caillon@redhat.com> - 0.3-1
175- Update to 0.3
176
177* Mon Jan 09 2006 John (J5) Palmieri <johnp@redhat.com> - 0.2-1
178- initial import
Note: See TracBrowser for help on using the repository browser.