split devel subpackage
This commit is contained in:
parent
fb731fe238
commit
c054a1ff2b
1 changed files with 13 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
Name: sharpziplib
|
||||
# ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage
|
||||
Version: 0.86.0
|
||||
Release: 0.4%{?dist}
|
||||
Release: 0.5%{?dist}
|
||||
Summary: Zip, GZip, Tar and BZip2 library
|
||||
|
||||
# - as stated on the homepage, license is aka GNU Classpath exception:
|
||||
|
|
@ -52,6 +52,13 @@ SharpZipLib, formerly NZipLib is a Zip, GZip, Tar and BZip2 library
|
|||
written entirely in C# . It is implemented as an assembly (installable
|
||||
in the GAC), and thus can easily be incorporated into other projects.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
%{summary}.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation files for %{libname}
|
||||
BuildArch: noarch
|
||||
|
|
@ -123,6 +130,8 @@ rm -r bin
|
|||
%{_monogacdir}/*%{libname}
|
||||
%{_monodir}/%{name}/*%{libname}.dll
|
||||
%dir %{_monodir}/%{name}
|
||||
|
||||
%files devel
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%files doc
|
||||
|
|
@ -133,6 +142,9 @@ rm -r bin
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 17 2015 Raphael Groner <projects.rg@smart.ms> - 0.86.0-0.5
|
||||
- split devel subpackage
|
||||
|
||||
* Fri Nov 13 2015 Raphael Groner <projects.rg@smart.ms> - 0.86.0-0.4
|
||||
- improve licence breakdown
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue