From c054a1ff2bc7f8893f28b86fbf03df133c91ef52 Mon Sep 17 00:00:00 2001 From: Raphael Groner Date: Dec 17 2015 18:35:00 +0000 Subject: split devel subpackage --- diff --git a/sharpziplib.spec b/sharpziplib.spec index d92286e..8cdd288 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -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 - 0.86.0-0.5 +- split devel subpackage + * Fri Nov 13 2015 Raphael Groner - 0.86.0-0.4 - improve licence breakdown