https://bugzilla.redhat.com/show_bug.cgi?id=1210753 Michael Schwendt (Fedora Packager Sponsors Group) <bugs.michael@xxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(bugs.michael@gmx. | |net) | --- Comment #16 from Michael Schwendt (Fedora Packager Sponsors Group) <bugs.michael@xxxxxxx> --- Yes, of course! diff --git a/spdlog.spec b/spdlog.spec index 56095e1..45e0c59 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -6,7 +6,7 @@ Name: spdlog Version: 0 -Release: 3.%{gitdate}git.%{shorttag}%{?dist} +Release: 4.%{gitdate}git%{shorttag}%{?dist} Summary: Super fast C++ logging library Group: Development/Libraries License: MIT @@ -21,8 +21,9 @@ logging library available at Github. Summary: Development files for %{name} Group: Development/Libraries Provides: %{name}-static = %{version}-%{release} -Requires: %{name} = %{version}-%{release} Requires: libstdc++-devel +Obsoletes: %{name} < 0-4 +Provides: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for @@ -39,14 +40,11 @@ find ./example -name '.gitignore' -exec rm {} \; mkdir -p %{buildroot}%{_includedir} cp -pvR include/spdlog %{buildroot}%{_includedir} -%files -%doc README.md -%license LICENSE - %files devel +%license LICENSE +%doc README.md %doc example/ -%dir %{_includedir}/spdlog -%{_includedir}/spdlog/* +%{_includedir}/spdlog/ %changelog * Mon Apr 20 2015 Daniel Kopecek <dkopecek@xxxxxxxxxx> - 0-3.20150410git.211ce99 -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review