Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openconnect
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
mer-core
openconnect
Commits
b806b0f5
Commit
b806b0f5
authored
Jan 23, 2019
by
Tomi Leppänen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jb38578' into 'master'
Rename openconnect-docs to openconnect-doc. JB#38578 See merge request
!2
parents
a9cf3a5f
c97fcba0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
11 deletions
+16
-11
rpm/openconnect.spec
rpm/openconnect.spec
+16
-11
No files found.
rpm/openconnect.spec
View file @
b806b0f5
...
...
@@ -31,27 +31,32 @@ This package provides the core HTTP and authentication support from
the OpenConnect VPN client, to be used by GUI authentication dialogs
for NetworkManager etc.
%package doc
s
Summary: Documentation
package for OpenConnect VPN authentication tools
Group:
Applications/Internet
%package doc
Summary: Documentation
for %{name}
Group:
Documentation
Requires: %{name} = %{version}-%{release}
Obsoletes: %{name}-docs
%description doc
s
This package provides documentation for openconnect, such as man pages
.
%description doc
Man page for %{name}
.
%prep
%setup -q -n %{name}-%{version}/upstream
%build
./autogen.sh
%configure --with-vpnc-script=/etc/vpnc/vpnc-script
make %{?jobs:-j%jobs}
%configure --with-vpnc-script=/etc/vpnc/vpnc-script \
--without-gnutls
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
%make_install
rm -rf %{buildroot}%{_datadir}/openconnect
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
install -m0644 AUTHORS %{buildroot}%{_docdir}/%{name}-%{version}
%find_lang %{name}
%post -p /sbin/ldconfig
...
...
@@ -60,9 +65,9 @@ rm -rf %{buildroot}%{_datadir}/openconnect
%files -f %{name}.lang
%defattr(-,root,root,-)
%license COPYING.LGPL
%{_libdir}/libopenconnect.so.*
%{_sbindir}/openconnect
%doc COPYING.LGPL
%files devel
%defattr(-,root,root,-)
...
...
@@ -70,7 +75,7 @@ rm -rf %{buildroot}%{_datadir}/openconnect
%{_includedir}/openconnect.h
%{_libdir}/pkgconfig/openconnect.pc
%files doc
s
%files doc
%defattr(-,root,root,-)
%{_mandir}/man8/*
%{_mandir}/man8/
%{name}.
*
%{_docdir}/%{name}-%{version}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment