Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 669946 Details for
Bug 879869
patch to fix mic-e packet editing bug
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
revised SPEC that applies the patch
aprsd.spec (text/plain), 4.38 KB, created by
Alan Crosswell
on 2012-12-28 19:19:55 UTC
(
hide
)
Description:
revised SPEC that applies the patch
Filename:
MIME Type:
Creator:
Alan Crosswell
Created:
2012-12-28 19:19:55 UTC
Size:
4.38 KB
patch
obsolete
>%define uprel 15 >Name: aprsd >Summary: Internet gateway and client access to amateur radio APRS packet data >Version: 2.2.5 >Release: %{uprel}.7%{?dist}.2 >Group: Applications/Internet >License: GPLv2+ >Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-%{uprel}.tar.gz >Source1: aprsd.conf >Source2: aprsd.init >Source3: INIT.TNC >Source4: user.deny >Source5: welcome.txt >Source6: RESTORE.TNC >Source7: aprsd.logrotate >Patch0: aprsd-2.2.5-15-compile.patch >Patch1: aprsd-2.2.5-15-gcc43-port.patch >Patch2: aprsd-2.2.5-15-sysconfdir.patch >Patch3: aprsd-2.2.5-15-mic-e.patch2 >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >URL: http://sourceforge.net/projects/aprsd/ >BuildRequires: libax25-devel >Requires (preun): /sbin/chkconfig >Requires (preun): /sbin/service >Requires (post): /sbin/chkconfig > >%description >APRSd is an APRS server program that uses amateur radio and internet >services to convey GPS mapping, weather, and positional data. >It has been developed by and for amateur radio enthusiasts to provide >real-time data in an easy to use package. > >%prep >%setup -q -n %{name}-%{version}-%{uprel} >%patch0 -p1 -b compile >%patch1 -p1 -b gccport >%patch2 -p1 -b sysconfdir >%patch3 -p1 -b mic-e > >%build >%configure >make %{?_smp_mflags} > >%install >rm -rf %{buildroot} >make install DESTDIR="%{buildroot}" INSTALL="install -p" >mkdir -p %{buildroot}%{_sysconfdir} >mkdir -p %{buildroot}%{_sysconfdir}/{aprsd,rc.d/init.d} >mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d >install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/aprsd/aprsd.conf >install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/rc.d/init.d/aprsd >install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/aprsd/INIT.TNC >install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/aprsd/user.deny >install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/aprsd/welcome.txt >install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/aprsd/RESTORE.TNC >install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/logrotate.d/aprsd >mkdir -p %{buildroot}%{_localstatedir} >mkdir -p %{buildroot}%{_localstatedir}/log/aprsd > >%clean >rm -rf %{buildroot} > >%post >/sbin/chkconfig --add aprsd > >%preun >if [ $1 = 0 ]; then > /sbin/service aprsd stop > /dev/null 2>&1 > /sbin/chkconfig --del aprsd >fi > >%files >%defattr(-,root,root,-) >%{_bindir}/aprsd >%{_bindir}/aprspass >%{_sysconfdir}/rc.d/init.d/aprsd >%dir %{_sysconfdir}/aprsd >%dir %{_localstatedir}/log/aprsd >%config(noreplace) %{_sysconfdir}/aprsd/* >%config(noreplace) %{_sysconfdir}/logrotate.d/aprsd >%doc AUTHORS >%doc COPYING >%doc ChangeLog >%doc README >%doc doc/aprsddoc.html >%doc doc/ports.html >%doc doc/q.html >%doc doc/qalgorithm.html > >%changelog >* Fri Dec 28 2012 Alan Crosswell <alan@columbia.edu> - 2.2.5-16.7.2 >- Further improve the patch to also not tack on a CRLF. > >* Sat Nov 24 2012 Alan Crosswell <alan@columbia.edu> - 2.2.5-16.7.1 >- Patch long-standing mic-e bug. Was also patched differently downstream in Debian. Upstream >- is no longer maintaining this package. > >* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.5-15.6.3 >- Rebuilt for c++ ABI breakage > >* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.5-15.6.2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.5-15.6.1 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Fri Sep 11 2009 Lucian Langa <cooly@gnome.eu.org> - 2.2.5-15.6 > - fix wrong version bumps > - add patch from Alan Crosswell fix 'AX.25 sockets are not supported by this > executable' > >* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.5-15.5.2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild > >* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.5-15.5.1 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild > >* Sat Aug 23 2008 Lucian Langa <cooly@gnome.eu.org> - 2.2.5-15.5 >- fix rh bug 458817 > >* Fri Aug 2 2008 Lucian Langa <cooly@gnome.eu.org> - 2.2.5-15.4 >- logrotate warning fixes > >* Fri Mar 8 2008 Lucian Langa <cooly@gnome.eu.org> - 2.2.5-15.3 >- Patched to localstatedir >- Added logrotation support > >* Fri Feb 22 2008 Lucian Langa <cooly@gnome.eu.org> - 2.2.5-15.2 >- Patched homedir to obey default sysconfdir >- Patched to compile for gcc-4.3 >- Misc cleanups > >* Thu Feb 21 2008 Lucian Langa <cooly@gnome.eu.org> - 2.2.5-15.1 >- Initial spec file created >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 879869
:
651312
|
651313
|
669945
|
669946
|
746459
|
746460