SVN commit 548880 by coolo: split devel M +16 -1 icecream.spec --- trunk/icecream/suse/icecream.spec #548879:548880 @@ -18,7 +18,7 @@ %endif Prereq: /usr/sbin/useradd /usr/sbin/groupadd Requires: gcc-c++ -Version: 0.7.0 +Version:0.7.1 Release: 1 Source0: ftp://ftp.suse.com/pub/projects/icecream/%name-%{version}.tar.bz2 Source1: %name-manpages.tar.bz2 @@ -37,6 +37,15 @@ Lubos Lunak Frerich Raabe +%package -n libicecream-devel +Summary: libicecream-devel +Group: Development/Tools/Building +Summary: For Distributed Compile in the Network +Requires: libstdc++-devel + +%description -n libicecream-devel +libicecream-devel + %prep %setup -q -n %name -a 1 @@ -106,4 +115,10 @@ %endif %attr(-,icecream,icecream) /var/cache/icecream +%files -n libicecream-devel +%defattr(-,root,root) +%_includedir/icecream +%_libdir/libicecream.* +%_libdir/pkgconfig/icecream.pc + %changelog -n icecream