Update to 1.0.4

- New release
- Run tests
epel9
Volker Fröhlich 12 years ago
parent 55c395858a
commit 233e112659

2
.gitignore vendored

@ -1 +1,3 @@
/libgta-1.0.2.tar.xz
/libgta-1.0.3.tar.xz
/libgta-1.0.4.tar.xz

@ -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

@ -1 +1 @@
921566669683385f295bb6f21d5dedee libgta-1.0.2.tar.xz
8208e29dc8d932053bb451356f73ef75 libgta-1.0.4.tar.xz

Loading…
Cancel
Save