[mobile-broadband-provider-info] - Own the %{_datadir}/%{name} dir. - Remove duplicate "make check".

Ville Skyttä scop at fedoraproject.org
Thu Jan 27 22:20:36 UTC 2011


commit 9030818c765afaeb744f463ccaaeec247e5b1e0e
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Jan 28 00:20:00 2011 +0200

    - Own the %{_datadir}/%{name} dir.
    - Remove duplicate "make check".

 mobile-broadband-provider-info.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mobile-broadband-provider-info.spec b/mobile-broadband-provider-info.spec
index 08af507..a4f879a 100644
--- a/mobile-broadband-provider-info.spec
+++ b/mobile-broadband-provider-info.spec
@@ -3,7 +3,7 @@
 Summary: Mobile broadband provider database
 Name: mobile-broadband-provider-info
 Version: 1.%{upstream_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
 #
 # Source from git://git.gnome.org/mobile-broadband-provider-info
 # tarball built with:
@@ -38,7 +38,6 @@ developing developing applications that use %{name}.
 %build
 %configure
 make %{?_smp_mflags}
-make check
 
 %check
 make check
@@ -53,6 +52,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(0644, root, root, 0755)
 %doc COPYING README
+%dir %{_datadir}/%{name}
 %attr(0644,root,root) %{_datadir}/%{name}/*
 	
 %files devel
@@ -60,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Fri Jan 28 2011 Ville Skyttä <ville.skytta at iki.fi> - 1.20101231-2
+- Own the %%{_datadir}/%%{name} dir.
+- Remove duplicate "make check".
+
 * Fri Dec 31 2010 Matěj Cepl <mcepl at redhat.com> - 1.20101231-1
 - Update to latest upstream checkout including:
 	Afghanistan, Argentina, Armenia, Australia, Austria, Bahrain, Canada,


More information about the scm-commits mailing list