source: projects/specs/branches/6/g/gnome-user-share/gnome-user-share-vl.spec @ 2041

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

update to GNOME-2.32.0

Line 
1Summary: Gnome user file sharing
2Summary(ja): Gnome ユーザファイル共有
3Name: gnome-user-share
4Version: 2.30.1
5Release: 1%{?_dist_release}
6License: GPL
7Group: System Environment/Libraries
8URL: http://www.gnome.org
9Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/2.30/%{name}-%{version}.tar.bz2
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12Requires: httpd >= 2.2.0
13Requires: gnome-bluetooth-libs >= 2.28.0
14BuildRequires: GConf2-devel avahi-glib-devel >= 0.6 pkgconfig
15BuildRequires: gtk2-devel >= 2.4.0
16BuildRequires: httpd >= 2.2.0
17BuildRequires: libglade2-devel >= 2.0.0
18BuildRequires: desktop-file-utils
19BuildRequires: gettext
20BuildRequires: perl(XML::Parser)
21BuildRequires: libnotify-devel
22BuildRequires: libcanberra-devel
23BuildRequires: gnome-bluetooth-devel >= 2.32.0
24BuildRequires: unique-devel
25BuildRequires: nautilus-devel
26BuildRequires: gnome-doc-utils
27Requires(post,pre,preun): GConf2
28
29%description
30gnome-user-share is a small package that binds together various free
31software projects to bring easy to use user-level file sharing to the
32masses.
33
34%prep
35%setup -q
36
37%build
38%configure
39%__make %{?_smp_mflags}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
45%__make install DESTDIR=$RPM_BUILD_ROOT
46unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
47
48rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.la
49
50desktop-file-install --vendor gnome --delete-original                   \
51  --dir $RPM_BUILD_ROOT%{_datadir}/applications                         \
52  --add-only-show-in GNOME                                              \
53  $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
54
55%find_lang %{name}
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%post
61export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
62gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/desktop_gnome_file_sharing.schemas > /dev/null || :
63
64%pre
65if [ "$1" -gt 1 ]; then
66  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
67  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/desktop_gnome_file_sharing.schemas > /dev/null || :
68fi
69
70%preun
71if [ "$1" -eq 0 ]; then
72  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
73  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/desktop_gnome_file_sharing.schemas > /dev/null || :
74fi
75
76%files -f %{name}.lang
77%defattr(-,root,root,-)
78%doc README ChangeLog
79%{_bindir}/*
80%{_libexecdir}/*
81%{_libdir}/nautilus/extensions-2.0/*.so
82%{_datadir}/gnome-user-share
83%{_datadir}/applications/*
84%{_datadir}/gnome/*
85%{_datadir}/icons/hicolor/*/apps/*
86%{_datadir}/omf/*
87%{_sysconfdir}/gconf/schemas/*
88%{_sysconfdir}/xdg/autostart/gnome-user-share.desktop
89
90%changelog
91* Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
92- new upstream release
93
94* Thu Apr 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
95- new upstream release
96- add BuildRequires: nautilus-devel
97
98* Thu Jan 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
99- new upstream release
100- add BuildRequires: libnotify-devel, libcanberra-devel, gnome-bluetooth-devel, unique-devel, gnome-doc-utils
101- add Requires: gnome-bluetooth-libs
102
103* Wed May 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11-0vl1
104- initial build for Vine Linux
105
106* Fri Mar 23 2007 Matthias Clasen  <mclasen@redhat.com> - 0.11-2
107- Don't hardwire invisible char (#233676)
108
109* Tue Mar  6 2007 Alexander Larsson <alexl@redhat.com> - 0.11-1
110- Update to 0.11 with xdg-user-dirs support
111
112* Wed Jan 24 2007 Matthias Clasen <mclasen@redhat.com> 0.10-6
113- Add better categories to the desktop file
114
115* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 0.10-5
116- rebuilt for unwind info generation, broken in gcc-4.1.1-21
117
118* Thu Sep 21 2006 Nalin Dahyabhai <nalin@redhat.com> - 0.10-4
119- add missing BuildRequires: on httpd, so that the configure script can find
120  the binary
121
122* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10-3.1
123- rebuild
124
125* Mon May 29 2006 Alexander Larsson <alexl@redhat.com> - 0.10-3
126- buildrequire gettext and perl-XML-Parser (#193391)
127
128* Thu Apr 20 2006 Matthias Clasen <mclasen@redhat.com> 0.10-2
129- Update to 0.10
130
131* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 0.9-3
132- BuildRequires: gtk2-devel, libglade2-devel, libselinux-devel
133
134* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.9-2.2
135- bump again for double-long bug on ppc(64)
136
137* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.9-2.1
138- rebuilt for new gcc4.1 snapshot and glibc changes
139
140* Fri Feb  3 2006 Alexander Larsson <alexl@redhat.com> 0.9-2
141- Patch config for apache 2.2
142
143* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
144- rebuilt
145
146* Tue Nov 22 2005 Alexander Larsson <alexl@redhat.com> - 0.9-1
147- New release with avahi 0.6 support
148
149* Mon Nov 14 2005 Alexander Larsson <alexl@redhat.com> - 0.8-1
150- update to 0.8
151
152* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 0.7-1
153- New version, with desktop file
154
155* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 0.6-1
156- New version, switch to avahi
157- Handle translations
158
159* Fri Dec  3 2004 Alexander Larsson <alexl@redhat.com> - 0.4-1
160- New version
161
162* Fri Nov 26 2004 Alexander Larsson <alexl@redhat.com> - 0.3-1
163- New version
164
165* Thu Sep  9 2004 Alexander Larsson <alexl@redhat.com> - 0.2-1
166- New version
167
168* Wed Sep  8 2004 Alexander Larsson <alexl@redhat.com> - 0.1-1
169- Initial Build
170
Note: See TracBrowser for help on using the repository browser.