|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libgta
|
|
|
|
|
Version: 1.0.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.0.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Library that implements the Generic Tagged Arrays file format
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -48,7 +48,7 @@ sed -i 's/-m 644/-pm 644/' configure
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
@ -57,8 +57,8 @@ make install DESTDIR=%{buildroot}
|
|
|
|
|
rm -rf %{buildroot}%{_docdir}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Don't build and run the checks
|
|
|
|
|
# Checks must be interrupted
|
|
|
|
|
%check
|
|
|
|
|
make check V=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
@ -81,6 +81,13 @@ rm -rf %{buildroot}%{_docdir}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 3 2013 Volker Fröhlich <volker27@gmx.at> 1.0.4-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
* Sun Sep 2 2012 Volker Fröhlich <volker27@gmx.at> 1.0.3-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
- Run checks
|
|
|
|
|
|
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|