mobile-broadband-provider-info/mobile-broadband-provider-info.spec

66 lines
2.0 KiB
RPMSpec
Raw Normal View History

Name: mobile-broadband-provider-info
Version: 20151214
Release: 1mamba
Summary: Service Provider Database for mobile broadband connections
Group: Applications/Communication
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: git://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
# git clone git://git.gnome.org/mobile-broadband-provider-info
# cd mobile-broadband-provider-info/
# ./autogen.sh
# make dist
Source: git://git.gnome.org/mobile-broadband-provider-info.git/master/mobile-broadband-provider-info-%{version}.tar.bz2
License: Creative Commons Public Domain
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Service Provider Database for mobile broadband connections.
%prep
%setup -q
%build
./autogen.sh
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%dir %{_datadir}/mobile-broadband-provider-info
%{_datadir}/mobile-broadband-provider-info/serviceproviders.2.dtd
%{_datadir}/mobile-broadband-provider-info/serviceproviders.xml
%{_datadir}/pkgconfig/mobile-broadband-provider-info.pc
%doc COPYING
# ChangeLog NEWS README
%changelog
* Tue Dec 15 2015 Automatic Build System <autodist@mambasoft.it> 20151214-1mamba
- automatic version update by autodist
* Sun Dec 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20151213git-1mamba
- update to 20151213git
* Wed Oct 24 2012 Automatic Build System <autodist@mambasoft.it> 20120614-1mamba
- update to 20120614
* Fri Mar 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 20110511-2mamba
- updated to current git
* Wed Nov 09 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 20110511-1mamba
- update to 20110511
* Fri Jan 14 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 20100510-1mamba
- package created by autospec