- Use %license instead of %doc [bsc#1082318]
OBS-URL: https://build.opensuse.org/package/show/network:NIS/rpcsvc-proto?expand=0&rev=11
This commit is contained in:
parent
20bcef1459
commit
cfb6f3b1bc
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 23 10:26:29 UTC 2018 - kukuk@suse.com
|
||||||
|
|
||||||
|
- Use %license instead of %doc [bsc#1082318]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 15 15:52:34 CET 2018 - kukuk@suse.de
|
Mon Jan 15 15:52:34 CET 2018 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -24,7 +24,6 @@ License: BSD-3-Clause
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://github.com/thkukuk/rpcsvc-proto
|
Url: http://github.com/thkukuk/rpcsvc-proto
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The rpcsvc-proto package includes several rpcsvc header files
|
The rpcsvc-proto package includes several rpcsvc header files
|
||||||
@ -58,16 +57,15 @@ The input to rpcgen is a language similar to C known as RPC Language
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
%make_install
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc COPYING
|
|
||||||
%dir %{_includedir}/rpcsvc
|
%dir %{_includedir}/rpcsvc
|
||||||
%{_includedir}/rpcsvc/*
|
%{_includedir}/rpcsvc/*
|
||||||
|
|
||||||
%files -n rpcgen
|
%files -n rpcgen
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%{_bindir}/rpcgen
|
%{_bindir}/rpcgen
|
||||||
%{_mandir}/man1/rpcgen.1*
|
%{_mandir}/man1/rpcgen.1*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user