]> git.pld-linux.org Git - packages/NetworkManager-pptp.git/blame - NetworkManager-pptp.spec
Update to 1.2.6
[packages/NetworkManager-pptp.git] / NetworkManager-pptp.spec
CommitLineData
d33eb75d
MB
1Summary: NetworkManager VPN integration for PPTP
2Summary(pl.UTF-8): Integracja NetworkManagera z protokołem PPTP
3Name: NetworkManager-pptp
4cf7fe7e 4Version: 1.2.6
1a042acc 5Release: 1
75efe160 6License: GPL v2+
d33eb75d 7Group: X11/Applications
d4475670 8Source0: http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/1.2/%{name}-%{version}.tar.xz
4cf7fe7e 9# Source0-md5: c41f9c89136813a9dbdb0d0903c2c2ed
96802b3e 10URL: https://wiki.gnome.org/Projects/NetworkManager
d4475670
MB
11BuildRequires: NetworkManager-devel >= 2:1.2.0
12BuildRequires: NetworkManager-gtk-lib-devel >= 1.2.0
d33eb75d
MB
13BuildRequires: autoconf >= 2.59
14BuildRequires: automake >= 1:1.9
6a9cf97c 15BuildRequires: gettext-tools
fd35b249
JB
16BuildRequires: glib2-devel >= 1:2.32
17BuildRequires: gtk+3-devel >= 3.4
d33eb75d 18BuildRequires: intltool >= 0.35.0
fd35b249 19BuildRequires: libsecret-devel
d33eb75d
MB
20BuildRequires: libtool
21BuildRequires: pkgconfig
f2e2e550 22BuildRequires: ppp-plugin-devel >= 3:2.4.5
8b7a44f7
MB
23BuildRequires: tar >= 1:1.22
24BuildRequires: xz
3872c468 25Requires: NetworkManager >= 2:1.0.0
22b957a9 26Requires: NetworkManager-gtk-lib >= 1.0.6
fd35b249
JB
27Requires: glib2 >= 1:2.32
28Requires: gtk+3 >= 3.4
5c94514b 29%requires_eq ppp
d33eb75d
MB
30Requires: pptp
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34NetworkManager VPN integration for PPTP.
35
36%description -l pl.UTF-8
37Integracja NetworkManagera z protokołem PPTP.
38
39%prep
40%setup -q
41
42%build
43%{__intltoolize}
44%{__libtoolize}
4921fa3d 45%{__aclocal} -I m4
d33eb75d
MB
46%{__autoconf}
47%{__autoheader}
48%{__automake}
bde63cc6 49%configure \
4cf7fe7e 50 --disable-silent-rules \
75efe160 51 --disable-static \
f2e2e550 52 --with-pppd-plugin-dir=%{_libdir}/pppd/plugins
d33eb75d
MB
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT
60
75efe160 61%{__rm} $RPM_BUILD_ROOT%{_libdir}/NetworkManager/*.la
643f4ff2 62%{__rm} $RPM_BUILD_ROOT%{_libdir}/pppd/plugins/*.la
d33eb75d
MB
63
64%find_lang %{name}
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
d33eb75d
MB
69%files -f %{name}.lang
70%defattr(644,root,root,755)
71%doc AUTHORS ChangeLog README TODO
d4475670 72%attr(755,root,root) %{_libdir}/NetworkManager/libnm-vpn-plugin-pptp.so
1a042acc 73%attr(755,root,root) %{_libdir}/NetworkManager/libnm-vpn-plugin-pptp-editor.so
d33eb75d 74%attr(755,root,root) %{_libdir}/NetworkManager/libnm-pptp-properties.so
f2e2e550 75%attr(755,root,root) %{_libdir}/pppd/plugins/nm-pptp-pppd-plugin.so
4cf7fe7e
MB
76%attr(755,root,root) %{_libexecdir}/nm-pptp-auth-dialog
77%attr(755,root,root) %{_libexecdir}/nm-pptp-service
d33eb75d 78%{_sysconfdir}/NetworkManager/VPN/nm-pptp-service.name
0feea86d 79%{_prefix}/lib/NetworkManager/VPN/nm-pptp-service.name
71d9345f 80%config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/nm-pptp-service.conf
d4475670 81%{_datadir}/appdata/network-manager-pptp.metainfo.xml
This page took 0.046458 seconds and 4 git commands to generate.