Use autosetup and buildroot macros
This commit is contained in:
parent
d222afb12c
commit
3ecd095c6f
@ -36,7 +36,7 @@ and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -52,7 +52,7 @@ and header files for developing applications that use %{name}.
|
||||
|
||||
%check
|
||||
# Test that the schemas compile
|
||||
glib-compile-schemas --dry-run --strict $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
|
||||
glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
@ -75,6 +75,7 @@ glib-compile-schemas --dry-run --strict $RPM_BUILD_ROOT%{_datadir}/glib-2.0/sche
|
||||
- Update to 3.33.1
|
||||
- Update URLs
|
||||
- Remove some old Conflicts
|
||||
- Use autosetup and buildroot macros
|
||||
|
||||
* Mon Jun 24 2019 Kalev Lember <klember@redhat.com> - 3.33.0-1
|
||||
- Update to 3.33.0
|
||||
|
Loading…
Reference in New Issue
Block a user