[intltool/f17] 0.50.2

Matthias Clasen mclasen at fedoraproject.org
Wed Mar 7 20:47:42 UTC 2012


commit e9cb4bc8cae0252600cbff9686984bba03f4dd53
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Mar 7 15:47:57 2012 -0500

    0.50.2

 .gitignore    |    1 +
 intltool.spec |   17 +++++++----------
 sources       |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fcc2faf..0c97d8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 intltool-0.41.1.tar.gz
 /intltool-0.50.0.tar.gz
+/intltool-0.50.2.tar.gz
diff --git a/intltool.spec b/intltool.spec
index 91ca0b9..73d82cd 100644
--- a/intltool.spec
+++ b/intltool.spec
@@ -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 at redhat.com> - 0.50.2-1
+- Update to 0.50.2
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.50.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index ac04b34..aedd2f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0da9847a60391ca653df35123b1f7cc0  intltool-0.50.0.tar.gz
+23fbd879118253cb99aeac067da5f591  intltool-0.50.2.tar.gz


More information about the scm-commits mailing list