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