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

Revision 9491, 11.4 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

Line 
1%define nm_version          0.9.10.2
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:   0.9.10.2
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* Sun Apr 05 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.10.2-1
104- new upstream release
105- add BuildRequires: libnm-gtk-devel, libsecret-devel
106
107* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.2-2
108- rebuild with VineSeed environment
109
110* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.2-1
111- new upstream release
112
113* Fri Aug 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6.0-1
114- new upstream release
115
116* Wed Nov 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2.0-1
117- new upstream release
118
119* Tue Aug 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.0-1
120- new upstream release
121
122* Thu Aug 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.999-1
123- new upstream release
124- change BuildRequires: gtk3-devel instead of gtk2-devel
125
126* Wed May 04 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
127- new upstream release
128
129* Sat Jan 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-1
130- new upstream release
131- change BuildRequires: libgnome-keyring-devel instead of gnome-keyring-devel
132- change Requires: libgnome-keyring instead of gnome-keyring
133
134* Tue May 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8-1
135- new upstream release
136
137* Tue May 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-1
138- initial build for Vine Linux
139
140* Thu Mar  5 2009 Dan Williams <dcbw@redhat.com> 1:0.7.0.99-1
141- Update to 0.7.1rc3
142
143* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.0.97-2
144- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
145
146* Thu Feb 19 2009 Dan Williams <dcbw@redhat.com> 1:0.7.0.97-1
147- Update to 0.7.1rc1
148- Handle import/export of "EnableNat", "DHGroup", "SaveUserPassword", and "EnableLocalLAN"
149
150* Sat Jan  3 2009 Dan Williams <dcbw@redhat.com> 1:0.7.0-1
151- Rebuild for updated NetworkManager
152- Better handling of passwords that shouldn't be saved
153- Fix some specfile issues (rh #477151)
154
155* Fri Nov 21 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-0.11.svn4326
156- Rebuild for updated NetworkManager
157
158* Tue Nov 18 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-0.11.svn4296
159- Rebuild for updated NetworkManager
160
161* Mon Nov 17 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-0.11.svn4293
162- Ensure errors are shown when connection fails (rh #331141)
163- Fix failures to ask for passwords on connect (rh #429287)
164- Fix routing when concentrator specifies routes (rh #449283)
165- Pull in upstream support for tokens and not saving passwords
166
167* Mon Oct 27 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-0.11.svn4229
168- Rebuild for updated NetworkManager
169
170* Tue Oct 14 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-11.svn4175
171- Fix password issue with configurations that don't save the user password
172        in the keyring (rh #466864)
173
174* Sun Oct 12 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn4175
175- Rebuild for updated NetworkManager
176- Allow changing passwords from the connection editor
177
178* Fri Aug 29 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn4024
179- Fix regression where username radio buttons were mistakenly shown in the
180        auth dialog
181- Fix regression where the auth dialog would segfault when cancel was clicked
182
183* Wed Aug 27 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn4022
184- Rebuild for updated NetworkManager
185
186* Mon Aug 11 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn3928
187- Rebuild for updated NetworkManager
188
189* Thu Jul 24 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn3846
190- Rebuild for updated NetworkManager
191
192* Fri Jul 18 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn3832
193- Update for NM netmask -> prefix changes
194
195* Wed Jul 02 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn3801
196- Update for moving VPN editing into connection manager
197- Add option to disable Dead Peer Detection
198- Add option to select NAT Traversal mode
199
200* Thu May 01 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-7.7.svn3627
201- Update for compat with new NM bits
202
203* Wed Apr 09 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-6.7.svn3549
204- Update for compat with new NM bits
205
206* Tue Mar 25 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.7.svn3502
207- Send suggested MTU to NetworkManager
208
209* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:0.7.0-0.7.7.svn3204
210- Autorebuild for GCC 4.3
211
212* Fri Jan  4 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.7.svn3204
213- Support new vpnc 0.4 Cisco UDP Encapsulation option
214- Fix another crash in the properties applet
215- Remove upstreamed pcfimport patch
216
217* Mon Nov 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.3.svn3109
218- Rebuild for updated NetworkManager
219
220* Tue Nov 13 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.2.svn3083
221- Rebuild for updated NetworkManager
222
223* Sat Oct 27 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.4.svn3030
224- Fix a crash when editing VPN properties a second time
225
226* Tue Oct 23 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3014
227- Rebuild
228
229* Wed Oct 17 2007 Bill Nottingham <notting@redhat.com> - 1:0.7.0-0.3.svn2970
230- rebuild (#336261)
231
232* Wed Oct 10 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.2.svn2970
233- Fix default username
234
235* Fri Sep 28 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.1.svn2914
236- Fix .name file on 64-bit systems
237
238* Fri Sep 28 2007 Jesse Keating <jkeating@redhat.com> - 1:0.7.0-0.2.svn2910
239- BuildRequire NetworkManager-glib-devel
240
241* Thu Sep 27 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.1.svn2910
242- New snapshot; ported to NM 0.7 API
243
244* Fri Aug 17 2007 Denis Leroy <denis@poolshark.org> - 1:0.6.4-4
245- Updated License tag
246- Added patch to make properties multilib friendly (#243535)
247
248* Thu Mar 22 2007 Denis Leroy <denis@poolshark.org> - 1:0.6.4-3
249- Added patch to improve configuration GUI, add NAT traversal and single DES options
250
251* Sun Feb 18 2007 Denis Leroy <denis@poolshark.org> - 1:0.6.4-2
252- Readded NAT-keepalive support patch from SVN branch
253
254* Wed Feb 14 2007 Denis Leroy <denis@poolshark.org> - 1:0.6.4-1
255- Downgrading to 1:0.6.4 to keep par with core NM version
256
257* Mon Dec  4 2006 Dan Williams <dcbw@redhat.com> - 0.7.0-0.cvs20061204
258- Allow "NAT-Keepalive packet interval" config option
259
260* Sat Oct 21 2006 Denis Leroy <denis@poolshark.org> - 0.7.0-0.cvs20060929.3
261- Added patch to support saving group password only
262
263* Thu Oct  5 2006 Denis Leroy <denis@poolshark.org> - 0.7.0-0.cvs20060929.2
264- Leave .so link alone, needed by nm
265
266* Fri Sep 29 2006 Denis Leroy <denis@poolshark.org> - 0.7.0-0.cvs20060929.1
267- Update to CVS snapshot 060929
268- Some rpmlint cleanups
269
270* Fri Sep 29 2006 Denis Leroy <denis@poolshark.org> - 0.7.0-0.cvs20060529.4
271- Added XML::Parser BR
272
273* Fri Sep 29 2006 Denis Leroy <denis@poolshark.org> - 0.7.0-0.cvs20060529.3
274- Added gettext BR
275
276* Wed Sep 27 2006 Warren Togami <wtogami@redhat.com> - 0.7.0-0.cvs20060529.2
277- rebuild for FC6
278
279* Thu Jul 20 2006 Warren Togami <wtogami@redhat.com> - 0.7.0-0.cvs20060529.1
280- rebuild for new dbus
281
282* Mon May 29 2006 Dan Williams <dcbw@redhat.com> - 0.7.0-0.cvs20060529
283- Gnome.org #336913: HIG tweaks for vpn properties pages
284
285* Sun May 21 2006 Dan Williams <dcbw@redhat.com> 0.7.0-0.cvs20060521
286- Update to CVS snapshot
287- Honor user-specified rekeying intervals
288
289* Mon May 15 2006 Dan Williams <dcbw@redhat.com> 0.6.2-1
290- New release for NM 0.6.2 compat
291
292* Fri Apr 21 2006 Dan Williams <dcbw@redhat.com> 0.6.0-3
293- Add dist tag to RPM release
294
295* Wed Apr 12 2006 Christopher Aillon <caillon@redhat.com> 0.6.0-2
296- Rekey every 2 hours
297
298* Tue Mar 14 2006 Dan Williams <dcbw@redhat.com> - 0.6.0-1
299- Update to CVS snapshot of 0.6 for NM compatibility
300
301* Fri Jan 27 2006 Dan Williams <dcbw@redhat.com> - 0.5.0-1
302- CVS snapshot for compatibility new NetworkManager
303
304* Tue Dec  6 2005 Jeremy Katz <katzj@redhat.com> - 0.3-3
305- rebuild for new dbus
306
307* Mon Oct 17 2005 Dan Williams <dcbw@redhat.com> 0.3-2
308- Rebuild to test new Extras buildsystem
309
310* Thu Aug 18 2005 David Zeuthen <davidz@redhat.com> 0.3-1
311- New upstream release
312- Bump some versions for deps
313
314* Fri Jul  1 2005 David Zeuthen <davidz@redhat.com> 0.2-2
315- Add missing changelog entry for last commit
316- Temporarily BuildReq libpng-devel as it is not pulled in by gtk2-devel
317  (should be fixed in Core shortly)
318- Pull in latest D-BUS (which features automatic reloading of policy files)
319  so users do not have to restart the messagebus after installing this package
320
321* Thu Jun 30 2005 David Zeuthen <davidz@redhat.com> 0.2-1
322- New upsteam version
323- Add the new gnome-mime-application-x-cisco-vpn-settings.png icon and call
324  gtk-update-icon-cache as appropriate
325
326* Fri Jun 17 2005 David Zeuthen <davidz@redhat.com> 0.1-2.cvs20050617
327- Add Prereq: /usr/bin/update-desktop-database
328- Nuke .la and .a files
329- Use find_lang macro to handle locale files properly
330- Add Requires for suitable version of shared-mime-info since our desktop
331  file depends on the application/x-cisco-vpn-settings MIME-type
332
333* Fri Jun 17 2005 David Zeuthen <davidz@redhat.com> 0.1-1.cvs20050617
334- Latest CVS snapshot
335
336* Thu Jun 16 2005 David Zeuthen <davidz@redhat.com> 0.1-1
337- Initial build
Note: See TracBrowser for help on using the repository browser.