update to 20120614 [release 20120614-1mamba;Wed Oct 24 2012]
This commit is contained in:
parent
48847b317f
commit
cb3d40866e
@ -1,2 +1,4 @@
|
||||
# mobile-broadband-provider-info
|
||||
|
||||
Service Provider Database for mobile broadband connections.
|
||||
|
||||
|
58
mobile-broadband-provider-info.spec
Normal file
58
mobile-broadband-provider-info.spec
Normal file
@ -0,0 +1,58 @@
|
||||
Name: mobile-broadband-provider-info
|
||||
Version: 20120614
|
||||
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: http://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: http://ftp.acc.umu.se/pub/GNOME/sources/mobile-broadband-provider-info/%{version}/mobile-broadband-provider-info-%{version}.tar.xz
|
||||
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
|
||||
%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
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user