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

Revision 10716, 6.0 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

Line 
1Summary: Gnome user file sharing
2Summary(ja): Gnome ユーザファイル共有
3Name: gnome-user-share
4Version: 3.18.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/3.18/%{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
51%find_lang %{name} --all-name --with-gnome
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56
57%postun
58glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
59
60%posttrans
61glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
62
63
64%files -f %{name}.lang
65%defattr(-,root,root,-)
66%doc README ChangeLog
67%{_libexecdir}/gnome-user-share-webdav
68%{_libdir}/nautilus/extensions-3.0/*.so
69%{_datadir}/GConf/gsettings/gnome-user-share.convert
70%{_datadir}/applications/gnome-user-share-webdav.desktop
71%{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
72%{_datadir}/gnome-user-share
73
74%changelog
75* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
76- new upstream release
77
78* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
79- new upstream release
80
81* Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
82- new upstream release
83
84* Tue Nov 25 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
85- new upstream release
86
87* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
88- new upstream release
89
90* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
91- new upstream release
92
93* Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
94- new upstream release
95
96* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
97- new upstream release
98
99* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
100- new upstream release
101
102* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
103- new upstream release
104
105* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.4-1
106- new upstream release
107- change BuildRequires: yelp-tools instead of gome-doc-utils
108
109* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
110- new upstream release
111
112* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.1-1
113- new upstream release
114
115* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
116- new upstream release
117- change BuildRequires: gtk3-devel instead of gtk2-devel
118- change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
119- change BuildRequires: unique3-devel instead of unique-devel
120- add BuildRequires: libSM-devel
121
122* Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
123- new upstream release
124
125* Thu Apr 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
126- new upstream release
127- add BuildRequires: nautilus-devel
128
129* Thu Jan 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
130- new upstream release
131- add BuildRequires: libnotify-devel, libcanberra-devel, gnome-bluetooth-devel, unique-devel, gnome-doc-utils
132- add Requires: gnome-bluetooth-libs
133
134* Wed May 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11-0vl1
135- initial build for Vine Linux
136
137* Fri Mar 23 2007 Matthias Clasen  <mclasen@redhat.com> - 0.11-2
138- Don't hardwire invisible char (#233676)
139
140* Tue Mar  6 2007 Alexander Larsson <alexl@redhat.com> - 0.11-1
141- Update to 0.11 with xdg-user-dirs support
142
143* Wed Jan 24 2007 Matthias Clasen <mclasen@redhat.com> 0.10-6
144- Add better categories to the desktop file
145
146* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 0.10-5
147- rebuilt for unwind info generation, broken in gcc-4.1.1-21
148
149* Thu Sep 21 2006 Nalin Dahyabhai <nalin@redhat.com> - 0.10-4
150- add missing BuildRequires: on httpd, so that the configure script can find
151  the binary
152
153* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10-3.1
154- rebuild
155
156* Mon May 29 2006 Alexander Larsson <alexl@redhat.com> - 0.10-3
157- buildrequire gettext and perl-XML-Parser (#193391)
158
159* Thu Apr 20 2006 Matthias Clasen <mclasen@redhat.com> 0.10-2
160- Update to 0.10
161
162* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 0.9-3
163- BuildRequires: gtk2-devel, libglade2-devel, libselinux-devel
164
165* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.9-2.2
166- bump again for double-long bug on ppc(64)
167
168* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.9-2.1
169- rebuilt for new gcc4.1 snapshot and glibc changes
170
171* Fri Feb  3 2006 Alexander Larsson <alexl@redhat.com> 0.9-2
172- Patch config for apache 2.2
173
174* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
175- rebuilt
176
177* Tue Nov 22 2005 Alexander Larsson <alexl@redhat.com> - 0.9-1
178- New release with avahi 0.6 support
179
180* Mon Nov 14 2005 Alexander Larsson <alexl@redhat.com> - 0.8-1
181- update to 0.8
182
183* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 0.7-1
184- New version, with desktop file
185
186* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 0.6-1
187- New version, switch to avahi
188- Handle translations
189
190* Fri Dec  3 2004 Alexander Larsson <alexl@redhat.com> - 0.4-1
191- New version
192
193* Fri Nov 26 2004 Alexander Larsson <alexl@redhat.com> - 0.3-1
194- New version
195
196* Thu Sep  9 2004 Alexander Larsson <alexl@redhat.com> - 0.2-1
197- New version
198
199* Wed Sep  8 2004 Alexander Larsson <alexl@redhat.com> - 0.1-1
200- Initial Build
201
Note: See TracBrowser for help on using the repository browser.