Author: qboosh Date: Sun Jan 13 01:35:38 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added BRs - package man page
---- Files affected: SPECS: gnucap.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/gnucap.spec diff -u SPECS/gnucap.spec:1.2 SPECS/gnucap.spec:1.3 --- SPECS/gnucap.spec:1.2 Sun Jan 13 02:24:03 2008 +++ SPECS/gnucap.spec Sun Jan 13 02:35:32 2008 @@ -4,11 +4,13 @@ Name: gnucap Version: 0.35 Release: 0.9 -License: GPL -Group: Applications +License: GPL v2+ +Group: Applications/Science Source0: http://www.geda.seul.org/dist/%{name}-%{version}.tar.gz # Source0-md5: 16fc7cacac987ea556753d030f2595b9 URL: http://www.gnu.org/software/gnucap/ +BuildRequires: libstdc++-devel +BuildRequires: readline-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -28,7 +30,8 @@ %setup -q %build -%configure +%configure \ + ac_cv_lib_termcap_main=no %{__make} %install @@ -43,8 +46,9 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/gnucap* %{_datadir}/%{name} +%{_mandir}/man1/gnucap.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -52,6 +56,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-01-13 01:35:32 qboosh +- added BRs +- package man page + Revision 1.2 2008-01-13 01:24:03 qboosh - pl ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnucap.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
