File reconnect.spec of Package reconnect

# norootforbuild

Name:           reconnect
Version:        1.0
Release:        1
Summary:        Reconnects the FritzBox

Group:          Productivity/Networking/Other
License:        GPLv3
URL:            
#Source0:        
BuildRoot:     %{_tmppath}/%{name}-%{version}-build
# BuildArch:      noarch

BuildRequires:  
Requires:       

%description
reconnect is a simple script to reconnect the FritzBox.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
make install DESTDIR=%{buildroot}
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc
%{_includedir}/*
%{_libdir}/*.so

%changelog
openSUSE Build Service is sponsored by