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

Revision 8073, 11.2 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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