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