1c1 < Name: postgresql-semver --- > Name: pg-semver 3c3 < Release: 1%{?dist} --- > Release: 2%{?dist} 10c10,14 < Requires: postgresql-libs --- > %if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 > Requires: postgresql-server(:MODULE_COMPAT_%{postgresql_major}) > %else > Requires: postgresql-server > %endif 13,16c17,19 < This library contains a single PostgreSQL extension, < a data type called "semver". < It's an implementation of the version number format specified < by the Semantic Versioning 1.0.0 Specification. --- > PostgreSQL server extension implementing data type called "semver". > It's an implementation of the version number format specified by the > Semantic Versioning Specification. 22c25 < make --- > make %{?_smp_mflags} CFLAGS="%{optflags}" 25c28 < make DESTDIR=%{buildroot} install --- > make %{?_smp_mflags} DESTDIR=%{buildroot} install 30d32 < rm -rf %{buildroot} 33d34 < %defattr(-,root,root,-) 39a41,43 > * Mon Jan 05 2015 Richard Marko - 0.5.0-2 > - Fix issues found by review >