template/library: update file
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
e0ad10cbdf
commit
f7ba867c7b
@ -6,6 +6,9 @@ Changes in version 1.9.1
|
|||||||
Display the error detected by the command 'rpm -q --specfile --specedit'
|
Display the error detected by the command 'rpm -q --specfile --specedit'
|
||||||
when a specfile contains errors.
|
when a specfile contains errors.
|
||||||
|
|
||||||
|
* templates/library - Davide Madrisan:
|
||||||
|
Update template.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Changes in version 1.9.0 - Silvan Birthday Release
|
Changes in version 1.9.0 - Silvan Birthday Release
|
||||||
|
@ -60,7 +60,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
@else:pck_library
|
@else:pck_library
|
||||||
%description devel
|
%description devel
|
||||||
@fi:pck_library
|
@fi:pck_library
|
||||||
...
|
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
@fi:pck_devel
|
@fi:pck_devel
|
||||||
|
|
||||||
@ -144,10 +143,11 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
## note: this list is just an example; modify as required
|
## note: this list is just an example; modify as required
|
||||||
@if:pck_library
|
@if:pck_library
|
||||||
|
# %{_bindir}/%{name}
|
||||||
@else:pck_library
|
@else:pck_library
|
||||||
# %{_libdir}/*.so.*
|
# %{_libdir}/*.so.*
|
||||||
@fi:pck_library
|
@fi:pck_library
|
||||||
# %{_mandir}/man1/*
|
# %{_mandir}/man1/%{name}.*
|
||||||
@standard_docs@
|
@standard_docs@
|
||||||
|
|
||||||
@if:pck_library
|
@if:pck_library
|
||||||
@ -173,6 +173,7 @@ exit 0
|
|||||||
# %{_libdir}/*.la
|
# %{_libdir}/*.la
|
||||||
# %{_libdir}/*.so
|
# %{_libdir}/*.so
|
||||||
# %{_libdir}/pkgconfig/*.pc
|
# %{_libdir}/pkgconfig/*.pc
|
||||||
|
# %{_mandir}/man1/%{name}-config.*
|
||||||
# %{_mandir}/man3/*
|
# %{_mandir}/man3/*
|
||||||
@if:infopages
|
@if:infopages
|
||||||
# %{_infodir}/*.info.*
|
# %{_infodir}/*.info.*
|
||||||
|
Loading…
Reference in New Issue
Block a user