source: projects/specs/trunk/g/gnome-user-share/gnome-user-share-vl.spec @ 6890

Revision 6890, 5.4 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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