Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Matthias Clasen
e9cb4bc8ca 0.50.2 2012-03-07 15:47:57 -05:00
3 changed files with 9 additions and 11 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
intltool-0.41.1.tar.gz
/intltool-0.50.0.tar.gz
/intltool-0.50.2.tar.gz

View file

@ -3,8 +3,8 @@
Name: intltool
Summary: Utility for internationalizing various kinds of data files
Version: 0.50.0
Release: 2%{?dist}
Version: 0.50.2
Release: 1%{?dist}
License: GPLv2 with exceptions
Group: Development/Tools
#VCS: bzr:https://code.edge.launchpad.net/~intltool/intltool/trunk
@ -36,26 +36,23 @@ them in the po files.
%build
%configure
make
make %{_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_bindir}/*
%{_datadir}/intltool
%{_datadir}/aclocal/*
%{_mandir}/man*/*
%changelog
* Wed Mar 7 2012 Matthias Clasen <mclasen@redhat.com> - 0.50.2-1
- Update to 0.50.2
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View file

@ -1 +1 @@
0da9847a60391ca653df35123b1f7cc0 intltool-0.50.0.tar.gz
23fbd879118253cb99aeac067da5f591 intltool-0.50.2.tar.gz