split devel subpackage

This commit is contained in:
Raphael Groner 2015-12-17 19:35:00 +01:00
commit c054a1ff2b

View file

@ -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