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

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