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.2.tar.xz
/libgta-1.0.3.tar.xz
/libgta-1.0.4.tar.xz

@ -1,6 +1,6 @@
Name: libgta Name: libgta
Version: 1.0.2 Version: 1.0.4
Release: 3%{?dist} Release: 1%{?dist}
Summary: Library that implements the Generic Tagged Arrays file format Summary: Library that implements the Generic Tagged Arrays file format
Group: System Environment/Libraries Group: System Environment/Libraries
License: LGPLv2+ License: LGPLv2+
@ -48,7 +48,7 @@ sed -i 's/-m 644/-pm 644/' configure
%build %build
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags} V=1
%install %install
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}
@ -57,8 +57,8 @@ make install DESTDIR=%{buildroot}
rm -rf %{buildroot}%{_docdir} rm -rf %{buildroot}%{_docdir}
# Don't build and run the checks %check
# Checks must be interrupted make check V=1
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -81,6 +81,13 @@ rm -rf %{buildroot}%{_docdir}
%changelog %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 * 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 - 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