bump release

This commit is contained in:
Haikel Guemar 2011-02-21 18:35:49 +01:00
parent 9ccdf00cb7
commit cbb7325f80

View File

@ -1,6 +1,6 @@
Name: libsigc++20
Version: 2.2.8
Release: 3%{?dist}.1
Release: 3%{?dist}.2
Summary: Typesafe signal framework for C++
@ -46,7 +46,6 @@ needed for development with %name.
Summary: Documentation for %{name}, includes full API docs
Group: Documentation
BuildArch: noarch
Requires: %name = %{version}-%{release}-devel
%description doc
This package contains the full API documentation for %{name}.
@ -91,7 +90,8 @@ rm -rf $RPM_BUILD_ROOT
%files doc
%defattr(-, root, root, -)
%doc %{_datadir}/doc/libsigc++-2.0/*
# according guidelines, we can co-own this, since devhelp is not required # for accessing documentation
# according guidelines, we can co-own this, since devhelp is not required
# for accessing documentation
%{_datadir}/devhelp/
%changelog