Author: sls Date: Thu Dec 13 17:07:43 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - building with system libgsm - added TODO - don't package g3topbm
---- Files affected: SPECS: mgetty.spec (1.70 -> 1.71) ---- Diffs: ================================================================ Index: SPECS/mgetty.spec diff -u SPECS/mgetty.spec:1.70 SPECS/mgetty.spec:1.71 --- SPECS/mgetty.spec:1.70 Wed Dec 12 21:55:49 2007 +++ SPECS/mgetty.spec Thu Dec 13 18:07:37 2007 @@ -1,4 +1,8 @@ # $Revision$, $Date$ +# TODO: +# - test if it is really usable with system libgsm +# - fix Makefile to remove BR: xorg-lib-libXext-devel +# - check BR: groff %define ver_date Jun15 Summary: A getty replacement for use with data and fax modems @@ -10,7 +14,7 @@ Summary(tr.UTF-8): Veri ve faks modemleri için yeni ve akıllı bir getty Name: mgetty Version: 1.1.36 -Release: 0.2 +Release: 0.3 License: distributable Group: Applications/Communications Source0: ftp://alpha.greenie.net/pub/mgetty/source/1.1/%{name}%{version}-%{ver_date}.tar.gz @@ -26,11 +30,13 @@ Patch5: %{name}-manpages.patch Patch6: %{name}-issue-doc.patch Patch7: %{name}-makedoc.patch +Patch8: %{name}-system_libgsm.patch Patch9: %{name}-called-id-patch-current Patch10: %{name}-voiceconfig.patch Patch11: %{name}-issue.patch Patch12: %{name}-force_detect.patch URL: http://alpha.greenie.net/mgetty/ +BuildRequires: libgsm-devel BuildRequires: tetex BuildRequires: texinfo BuildRequires: xorg-cf-files @@ -237,11 +243,14 @@ %patch5 -p1 %patch6 -p1 %patch7 -p0 +%patch8 -p1 %patch9 -p1 %patch10 -p1 %patch11 -p1 %patch12 -p1 +rm -rf voice/libmgsm + %build %{__make} \ LDFLAGS="%{rpmldflags}" @@ -303,6 +312,9 @@ # make the html documenatation texi2html -monolithic doc/mgetty.texi +# g3topbm is provided by netpbm-progs (required by mgetty-sendfax) +rm -f $RPM_BUILD_ROOT%{_bindir}/g3topbm + %clean rm -rf $RPM_BUILD_ROOT @@ -338,7 +350,6 @@ %attr(755,root,root) %{_bindir}/newslock %attr(755,root,root) %{_bindir}/g3cat %attr(755,root,root) %{_bindir}/g32pbm -%attr(755,root,root) %{_bindir}/g3topbm %attr(755,root,root) %{_bindir}/pbm2g3 %attr(755,root,root) %{_bindir}/sff2g3 %attr(755,root,root) %{_bindir}/faxspool @@ -452,6 +463,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.71 2007-12-13 17:07:37 sls +- building with system libgsm +- added TODO +- don't package g3topbm + Revision 1.70 2007-12-12 20:55:49 sls - ver. 1.1.36 - xorg modular deps ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mgetty.spec?r1=1.70&r2=1.71&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
