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