From e55a4bf3681f598650f5088e9bc9c8fc42cf3563ab07e02d2c652dc44f636cab Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Fri, 16 Jan 2015 13:16:10 +0000 Subject: [PATCH] Accepting request 281503 from home:jengelh:branches:devel:libraries:c_c++ package needs proper groups first, and a simpler filelist OBS-URL: https://build.opensuse.org/request/show/281503 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/utfcpp?expand=0&rev=2 --- utfcpp.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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