diff --git a/utfcpp.spec b/utfcpp.spec index 4f35983..96dc041 100644 --- a/utfcpp.spec +++ b/utfcpp.spec @@ -22,7 +22,7 @@ Version: 2.3.4 Release: 0 Summary: A library for handling UTF-8 encoded strings License: BSL-1.0 -Group: Development/Libraries/C +Group: Development/Libraries/C and C++ Url: http://sourceforge.net/projects/utfcpp/ Source: http://download.sourceforge.net/%{name}/utf8_v%{uglyver}.zip BuildRequires: unzip @@ -43,14 +43,14 @@ install -m0644 utf8/{checked,unchecked,core}.h %{buildroot}/%{_includedir}/utf8 %package devel Summary: A library for handling UTF-8 encoded strings +Group: Development/Libraries/C and C++ %description devel A library for handling UTF-8 encoded strings. %files devel %defattr(-,root,root) -%dir %{_includedir}/utf8 +%{_includedir}/utf8/ %{_includedir}/utf8.h -%{_includedir}/utf8/* %changelog