mobile-broadband-provider-info-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. %define upstream_version 20100122
  2. Summary: Mobile broadband provider database
  3. Summary(ja): モバイルブロードバンドプロバイダ情報データベース
  4. Name: mobile-broadband-provider-info
  5. Version: 0.%{upstream_version}
  6. Release: 1%{?_dist_release}
  7. #
  8. # Source from git://git.gnome.org/mobile-broadband-provider-info
  9. # tarball built with:
  10. # ./autogen.sh --prefix=/usr
  11. # make distcheck
  12. #
  13. Source: mobile-broadband-provider-info-%{upstream_version}.tar.bz2
  14. License: Public Domain
  15. Group: System Environment/Base
  16. BuildArch: noarch
  17. URL: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
  18. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  19. BuildRequires: libxml2
  20. %description
  21. The mobile-broadband-provider-info package contains listings of mobile
  22. broadband (3G) providers and associated network and plan information.
  23. %description -l ja
  24. mobile-broadband-provider-info パッケージにはモバイルブロードバンド(3G)
  25. のプロバイダとネットワークの情報データベースが含まれています。
  26. %package devel
  27. Summary: Development files for %{name}
  28. Summary(ja): %{name} の開発用ファイル
  29. Group: Development/Libraries
  30. Requires: %{name} = %{version}-%{release}
  31. %description devel
  32. The %{name}-devel package contains files necessary for
  33. developing developing applications that use %{name}.
  34. %prep
  35. %setup -q -n %{name}-%{upstream_version}
  36. %build
  37. %configure
  38. make %{?_smp_mflags}
  39. make check
  40. %check
  41. make check
  42. %install
  43. rm -rf $RPM_BUILD_ROOT
  44. make install DESTDIR=$RPM_BUILD_ROOT
  45. %clean
  46. rm -rf $RPM_BUILD_ROOT
  47. %files
  48. %defattr(0644, root, root, 0755)
  49. %doc COPYING README
  50. %attr(0644,root,root) %{_datadir}/%{name}/*
  51. %files devel
  52. %defattr(0644, root, root, 0755)
  53. %{_datadir}/pkgconfig/%{name}.pc
  54. %changelog
  55. * Fri May 07 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.20100122-1
  56. - initial build for Vine Linux
  57. * Fri Jan 22 2010 Dan Williams <dcbw@redhat.com> - 1.20100122-1
  58. - Update to latest upstream release including:
  59. - Cyprus, Austria, Ireland, Ukraine, Romainia, Cambodia (rh #530981),
  60. - Iraq, India, Sri Lanka, UK, Australia, Singapore,
  61. - South Korea, Italy, United States, China (rh #517253), Nigeria,
  62. - Tanzania, Germany, Qatar, Russia, and Finland (rh #528988)
  63. * Fri Sep 18 2009 Dan Williams <dcbw@redhat.com> - 1.20090918-1
  64. - Update to latest upstream release including:
  65. - Algeria, Australia, Belarus, Belgium, Brazil
  66. - Brunei, Bulgaria, Egypt, Finland, Ghana, Greece
  67. - India, Italy, Kazakhstan, Korean CDMA operators
  68. - Kuwait, Mali, Netherlands, Paraguay, Serbia
  69. - Spain, Sweden, UK
  70. * Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.20090707-3
  71. - Add -devel sub-package with pkg-config file (#511318)
  72. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20090707-2
  73. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  74. * Tue Jul 7 2009 Dan Williams <dcbw@redhat.com> - 1.20090707-1
  75. - Update to latest upstream release including:
  76. - T-Mobile USA
  77. - Brazil
  78. - Bangladesh
  79. - Sweden
  80. - Spain
  81. - Moldova
  82. * Tue Jun 3 2009 Dan Williams <dcbw@redhat.com> 0.20090602-2
  83. - Package review fixes
  84. * Tue Jun 2 2009 Dan Williams <dcbw@redhat.com> 0.20090602-1
  85. - Initial version