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

Line 
1Summary: Gnome user file sharing
2Summary(ja): Gnome ユーザファイル共有
3Name: gnome-user-share
4Version: 3.0.4
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/3.0/%{name}-%{version}.tar.xz
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12Requires: httpd >= 2.2.0
13Requires: gnome-bluetooth-libs >= 2.28.0
14BuildRequires: avahi-glib-devel >= 0.6 pkgconfig
15BuildRequires: gtk3-devel >= 3.0.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-gtk3-devel
23BuildRequires: gnome-bluetooth-devel >= 2.32.0
24BuildRequires: unique3-devel
25BuildRequires: nautilus-devel
26BuildRequires: libSM-devel
27BuildRequires: yelp-tools
28
29Vendor: Project Vine
30Distribution: Vine Linux
31
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
49rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
50
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
56%find_lang %{name} --all-name --with-gnome
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61
62%postun
63glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
64
65%posttrans
66glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
67
68
69%files -f %{name}.lang
70%defattr(-,root,root,-)
71%doc README ChangeLog
72%{_bindir}/*
73%{_libexecdir}/*
74%{_libdir}/nautilus/extensions-3.0/*.so
75%{_datadir}/GConf/gsettings/gnome-user-share.convert
76%{_datadir}/applications/*
77%{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
78%{_datadir}/gnome-user-share
79%{_datadir}/icons/hicolor/*/apps/*
80%{_sysconfdir}/xdg/autostart/gnome-user-share.desktop
81
82%changelog
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
87* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
88- new upstream release
89
90* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.1-1
91- new upstream release
92
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
100* Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
101- new upstream release
102
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
107* Thu Jan 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
108- new upstream release
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.