source: projects/specs/trunk/N/NetworkManager-vpnc/NetworkManager-vpnc-vl.spec @ 9828

Revision 9828, 11.5 KB checked in by Takemikaduchi, 8 years ago (diff)

new upstream release

Line 
1%define nm_version          1.0.8
2%define dbus_version        1.4.14
3%define gtk3_version        3.0.0
4%define vpnc_version        0.4
5%define shared_mime_version 0.16-3
6
7%define svn_snapshot %{nil}
8
9Summary:   NetworkManager VPN plugin for vpnc
10Summary(ja): NetworkManager の vpnc 用 VPN プラグイン
11Name:      NetworkManager-vpnc
12Version:   1.0.8
13Release:   1%{?_dist_release}
14License:   GPLv2+
15Group:     System Environment/Base
16URL:       http://www.gnome.org/projects/NetworkManager/
17Source:    %{name}-%{version}%{svn_snapshot}.tar.xz
18BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
19
20BuildRequires: gtk3-devel             >= %{gtk3_version}
21BuildRequires: dbus-devel             >= %{dbus_version}
22BuildRequires: NetworkManager-devel   >= %{nm_version}
23BuildRequires: NetworkManager-glib-devel >= %{nm_version}
24BuildRequires: libnm-gtk-devel >= %{nm_version}
25BuildRequires: GConf2-devel
26BuildRequires: libgnome-keyring-devel
27BuildRequires: libglade2-devel
28BuildRequires: libsecret-devel
29BuildRequires: intltool gettext
30
31Requires: NetworkManager 
32Requires: vpnc           
33Requires: shared-mime-info
34Requires: libgnome-keyring
35Requires(post):   /sbin/ldconfig
36Requires(postun): /sbin/ldconfig
37
38Vendor: Project Vine
39Distribution: Vine Linux
40Packager: daisuke
41
42
43%description
44This package contains software for integrating the vpnc VPN software
45with NetworkManager and the GNOME desktop
46
47%prep
48%setup -q
49
50
51%build
52%configure --enable-more-warnings=yes
53make %{?_smp_mflags}
54
55%install
56
57make install DESTDIR=$RPM_BUILD_ROOT
58
59rm -f %{buildroot}%{_libdir}/NetworkManager/lib*.la
60rm -f %{buildroot}%{_libdir}/NetworkManager/lib*.a
61
62%find_lang %{name}
63
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68
69%post
70/sbin/ldconfig
71/usr/bin/update-desktop-database &> /dev/null || :
72touch --no-create %{_datadir}/icons/hicolor
73if [ -x %{_bindir}/gtk-update-icon-cache ]; then
74      %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
75fi
76
77
78%postun
79/sbin/ldconfig
80/usr/bin/update-desktop-database &> /dev/null || :
81touch --no-create %{_datadir}/icons/hicolor
82if [ -x %{_bindir}/gtk-update-icon-cache ]; then
83      %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
84fi
85
86
87%files -f %{name}.lang
88%defattr(-, root, root)
89
90%doc AUTHORS ChangeLog
91%{_libdir}/NetworkManager/lib*.so*
92%{_libexecdir}/nm-vpnc-auth-dialog
93%{_sysconfdir}/dbus-1/system.d/nm-vpnc-service.conf
94%{_sysconfdir}/NetworkManager/VPN/nm-vpnc-service.name
95%{_libexecdir}/nm-vpnc-service
96%{_libexecdir}/nm-vpnc-service-vpnc-helper
97%{_datadir}/applications/nm-vpnc-auth-dialog.desktop
98%{_datadir}/gnome-vpn-properties/vpnc/nm-vpnc-dialog.ui
99%{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-cisco-vpn-settings.png
100%dir %{_datadir}/gnome-vpn-properties/vpnc
101
102%changelog
103* Wed Nov 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
104- new upstream release
105
106* Sun Apr 05 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.10.2-1
107- new upstream release
108- add BuildRequires: libnm-gtk-devel, libsecret-devel
109
110* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.2-2
111- rebuild with VineSeed environment
112
113* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.2-1
114- new upstream release
115
116* Fri Aug 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6.0-1
117- new upstream release
118
119* Wed Nov 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2.0-1
120- new upstream release
121
122* Tue Aug 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.0-1
123- new upstream release
124
125* Thu Aug 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.999-1
126- new upstream release
127- change BuildRequires: gtk3-devel instead of gtk2-devel
128
129* Wed May 04 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
130- new upstream release
131
132* Sat Jan 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-1
133- new upstream release
134- change BuildRequires: libgnome-keyring-devel instead of gnome-keyring-devel
135- change Requires: libgnome-keyring instead of gnome-keyring
136
137* Tue May 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8-1
138- new upstream release
139
140* Tue May 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-1
141- initial build for Vine Linux
142
143* Thu Mar  5 2009 Dan Williams <dcbw@redhat.com> 1:0.7.0.99-1
144- Update to 0.7.1rc3
145
146* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.0.97-2
147- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
148
149* Thu Feb 19 2009 Dan Williams <dcbw@redhat.com> 1:0.7.0.97-1
150- Update to 0.7.1rc1
151- Handle import/export of "EnableNat", "DHGroup", "SaveUserPassword", and "EnableLocalLAN"
152
153* Sat Jan  3 2009 Dan Williams <dcbw@redhat.com> 1:0.7.0-1
154- Rebuild for updated NetworkManager
155- Better handling of passwords that shouldn't be saved
156- Fix some specfile issues (rh #477151)
157
158* Fri Nov 21 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-0.11.svn4326
159- Rebuild for updated NetworkManager
160
161* Tue Nov 18 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-0.11.svn4296
162- Rebuild for updated NetworkManager
163
164* Mon Nov 17 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-0.11.svn4293
165- Ensure errors are shown when connection fails (rh #331141)
166- Fix failures to ask for passwords on connect (rh #429287)
167- Fix routing when concentrator specifies routes (rh #449283)
168- Pull in upstream support for tokens and not saving passwords
169
170* Mon Oct 27 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-0.11.svn4229
171- Rebuild for updated NetworkManager
172
173* Tue Oct 14 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-11.svn4175
174- Fix password issue with configurations that don't save the user password
175        in the keyring (rh #466864)
176
177* Sun Oct 12 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn4175
178- Rebuild for updated NetworkManager
179- Allow changing passwords from the connection editor
180
181* Fri Aug 29 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn4024
182- Fix regression where username radio buttons were mistakenly shown in the
183        auth dialog
184- Fix regression where the auth dialog would segfault when cancel was clicked
185
186* Wed Aug 27 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn4022
187- Rebuild for updated NetworkManager
188
189* Mon Aug 11 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn3928
190- Rebuild for updated NetworkManager
191
192* Thu Jul 24 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn3846
193- Rebuild for updated NetworkManager
194
195* Fri Jul 18 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn3832
196- Update for NM netmask -> prefix changes
197
198* Wed Jul 02 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn3801
199- Update for moving VPN editing into connection manager
200- Add option to disable Dead Peer Detection
201- Add option to select NAT Traversal mode
202
203* Thu May 01 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-7.7.svn3627
204- Update for compat with new NM bits
205
206* Wed Apr 09 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-6.7.svn3549
207- Update for compat with new NM bits
208
209* Tue Mar 25 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.7.svn3502
210- Send suggested MTU to NetworkManager
211
212* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:0.7.0-0.7.7.svn3204
213- Autorebuild for GCC 4.3
214
215* Fri Jan  4 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.7.svn3204
216- Support new vpnc 0.4 Cisco UDP Encapsulation option
217- Fix another crash in the properties applet
218- Remove upstreamed pcfimport patch
219
220* Mon Nov 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.3.svn3109
221- Rebuild for updated NetworkManager
222
223* Tue Nov 13 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.2.svn3083
224- Rebuild for updated NetworkManager
225
226* Sat Oct 27 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.4.svn3030
227- Fix a crash when editing VPN properties a second time
228
229* Tue Oct 23 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3014
230- Rebuild
231
232* Wed Oct 17 2007 Bill Nottingham <notting@redhat.com> - 1:0.7.0-0.3.svn2970
233- rebuild (#336261)
234
235* Wed Oct 10 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.2.svn2970
236- Fix default username
237
238* Fri Sep 28 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.1.svn2914
239- Fix .name file on 64-bit systems
240
241* Fri Sep 28 2007 Jesse Keating <jkeating@redhat.com> - 1:0.7.0-0.2.svn2910
242- BuildRequire NetworkManager-glib-devel
243
244* Thu Sep 27 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.1.svn2910
245- New snapshot; ported to NM 0.7 API
246
247* Fri Aug 17 2007 Denis Leroy <denis@poolshark.org> - 1:0.6.4-4
248- Updated License tag
249- Added patch to make properties multilib friendly (#243535)
250
251* Thu Mar 22 2007 Denis Leroy <denis@poolshark.org> - 1:0.6.4-3
252- Added patch to improve configuration GUI, add NAT traversal and single DES options
253
254* Sun Feb 18 2007 Denis Leroy <denis@poolshark.org> - 1:0.6.4-2
255- Readded NAT-keepalive support patch from SVN branch
256
257* Wed Feb 14 2007 Denis Leroy <denis@poolshark.org> - 1:0.6.4-1
258- Downgrading to 1:0.6.4 to keep par with core NM version
259
260* Mon Dec  4 2006 Dan Williams <dcbw@redhat.com> - 0.7.0-0.cvs20061204
261- Allow "NAT-Keepalive packet interval" config option
262
263* Sat Oct 21 2006 Denis Leroy <denis@poolshark.org> - 0.7.0-0.cvs20060929.3
264- Added patch to support saving group password only
265
266* Thu Oct  5 2006 Denis Leroy <denis@poolshark.org> - 0.7.0-0.cvs20060929.2
267- Leave .so link alone, needed by nm
268
269* Fri Sep 29 2006 Denis Leroy <denis@poolshark.org> - 0.7.0-0.cvs20060929.1
270- Update to CVS snapshot 060929
271- Some rpmlint cleanups
272
273* Fri Sep 29 2006 Denis Leroy <denis@poolshark.org> - 0.7.0-0.cvs20060529.4
274- Added XML::Parser BR
275
276* Fri Sep 29 2006 Denis Leroy <denis@poolshark.org> - 0.7.0-0.cvs20060529.3
277- Added gettext BR
278
279* Wed Sep 27 2006 Warren Togami <wtogami@redhat.com> - 0.7.0-0.cvs20060529.2
280- rebuild for FC6
281
282* Thu Jul 20 2006 Warren Togami <wtogami@redhat.com> - 0.7.0-0.cvs20060529.1
283- rebuild for new dbus
284
285* Mon May 29 2006 Dan Williams <dcbw@redhat.com> - 0.7.0-0.cvs20060529
286- Gnome.org #336913: HIG tweaks for vpn properties pages
287
288* Sun May 21 2006 Dan Williams <dcbw@redhat.com> 0.7.0-0.cvs20060521
289- Update to CVS snapshot
290- Honor user-specified rekeying intervals
291
292* Mon May 15 2006 Dan Williams <dcbw@redhat.com> 0.6.2-1
293- New release for NM 0.6.2 compat
294
295* Fri Apr 21 2006 Dan Williams <dcbw@redhat.com> 0.6.0-3
296- Add dist tag to RPM release
297
298* Wed Apr 12 2006 Christopher Aillon <caillon@redhat.com> 0.6.0-2
299- Rekey every 2 hours
300
301* Tue Mar 14 2006 Dan Williams <dcbw@redhat.com> - 0.6.0-1
302- Update to CVS snapshot of 0.6 for NM compatibility
303
304* Fri Jan 27 2006 Dan Williams <dcbw@redhat.com> - 0.5.0-1
305- CVS snapshot for compatibility new NetworkManager
306
307* Tue Dec  6 2005 Jeremy Katz <katzj@redhat.com> - 0.3-3
308- rebuild for new dbus
309
310* Mon Oct 17 2005 Dan Williams <dcbw@redhat.com> 0.3-2
311- Rebuild to test new Extras buildsystem
312
313* Thu Aug 18 2005 David Zeuthen <davidz@redhat.com> 0.3-1
314- New upstream release
315- Bump some versions for deps
316
317* Fri Jul  1 2005 David Zeuthen <davidz@redhat.com> 0.2-2
318- Add missing changelog entry for last commit
319- Temporarily BuildReq libpng-devel as it is not pulled in by gtk2-devel
320  (should be fixed in Core shortly)
321- Pull in latest D-BUS (which features automatic reloading of policy files)
322  so users do not have to restart the messagebus after installing this package
323
324* Thu Jun 30 2005 David Zeuthen <davidz@redhat.com> 0.2-1
325- New upsteam version
326- Add the new gnome-mime-application-x-cisco-vpn-settings.png icon and call
327  gtk-update-icon-cache as appropriate
328
329* Fri Jun 17 2005 David Zeuthen <davidz@redhat.com> 0.1-2.cvs20050617
330- Add Prereq: /usr/bin/update-desktop-database
331- Nuke .la and .a files
332- Use find_lang macro to handle locale files properly
333- Add Requires for suitable version of shared-mime-info since our desktop
334  file depends on the application/x-cisco-vpn-settings MIME-type
335
336* Fri Jun 17 2005 David Zeuthen <davidz@redhat.com> 0.1-1.cvs20050617
337- Latest CVS snapshot
338
339* Thu Jun 16 2005 David Zeuthen <davidz@redhat.com> 0.1-1
340- Initial build
Note: See TracBrowser for help on using the repository browser.