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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. %define upstream_version 20190618
  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. License: Public Domain
  8. URL: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
  9. Source0: https://download.gnome.org/sources/%{name}/%{upstream_version}/%{name}-%{upstream_version}.tar.xz
  10. BuildArch: noarch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildRequires: libxml2
  13. BuildRequires: libxslt
  14. %description
  15. The mobile-broadband-provider-info package contains listings of mobile
  16. broadband providers and associated network and plan information.
  17. %description -l ja
  18. mobile-broadband-provider-info パッケージにはモバイルブロードバンド
  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. %license COPYING
  44. %doc README
  45. %attr(0644,root,root) %{_datadir}/%{name}/*
  46. %files devel
  47. %defattr(0644, root, root, 0755)
  48. %{_datadir}/pkgconfig/%{name}.pc
  49. %changelog
  50. * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.20190618-1
  51. - new upstream release.
  52. * Thu May 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.20110511-1
  53. - new upstream release
  54. * Fri May 07 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.20100122-1
  55. - initial build for Vine Linux
  56. * Fri Jan 22 2010 Dan Williams <dcbw@redhat.com> - 1.20100122-1
  57. - Update to latest upstream release including:
  58. - Cyprus, Austria, Ireland, Ukraine, Romainia, Cambodia (rh #530981),
  59. - Iraq, India, Sri Lanka, UK, Australia, Singapore,
  60. - South Korea, Italy, United States, China (rh #517253), Nigeria,
  61. - Tanzania, Germany, Qatar, Russia, and Finland (rh #528988)
  62. * Fri Sep 18 2009 Dan Williams <dcbw@redhat.com> - 1.20090918-1
  63. - Update to latest upstream release including:
  64. - Algeria, Australia, Belarus, Belgium, Brazil
  65. - Brunei, Bulgaria, Egypt, Finland, Ghana, Greece
  66. - India, Italy, Kazakhstan, Korean CDMA operators
  67. - Kuwait, Mali, Netherlands, Paraguay, Serbia
  68. - Spain, Sweden, UK
  69. * Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.20090707-3
  70. - Add -devel sub-package with pkg-config file (#511318)
  71. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20090707-2
  72. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  73. * Tue Jul 7 2009 Dan Williams <dcbw@redhat.com> - 1.20090707-1
  74. - Update to latest upstream release including:
  75. - T-Mobile USA
  76. - Brazil
  77. - Bangladesh
  78. - Sweden
  79. - Spain
  80. - Moldova
  81. * Wed Jun 3 2009 Dan Williams <dcbw@redhat.com> 0.20090602-2
  82. - Package review fixes
  83. * Tue Jun 2 2009 Dan Williams <dcbw@redhat.com> 0.20090602-1
  84. - Initial version