rpms/chktex/F-9 chktex.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sergio Pascual sergiopr at fedoraproject.org
Wed Oct 8 10:30:25 UTC 2008


Author: sergiopr

Update of /cvs/pkgs/rpms/chktex/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2610/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	chktex.spec import.log 
Log Message:
Importing chktex



--- NEW FILE chktex.spec ---
Summary: LaTex semantic checker
Name: chktex
Version: 1.6.4
Release: 2%{?dist}
License: GPLv2+
Group: Applications/Engineering
Source0: http://baruch.ev-en.org/proj/chktex/%{name}-%{version}.tar.gz
URL: http://baruch.ev-en.org/proj/chktex/
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: tetex-latex

%description
This program has been written in frustration because some constructs in 
LaTeX are sometimes non-intuitive, and easy to forget. It is _not_ a 
replacement for the built-in checker in LaTeX; however it catches some 
typographic errors LaTeX oversees. In other words, it is Lint for LaTeX. 
Filters are also provided for checking the LaTeX parts of CWEB documents.

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install

%clean
%{__rm} -rf %{buildroot}

%check
%{__make} %{?_smp_mflags} check


%files
%defattr(-,root,root)
%doc COPYING NEWS
%config(noreplace) %{_sysconfdir}/chktexrc
%{_bindir}/*
%{_mandir}/man1/*.gz

%changelog
* Sat Oct 04 2008 Sergio Pascual <sergiopr at fedoraproject.org>  1.6.4-2
- Added check rule
- Directory in /etc marked as config

* Wed Sep 24 2008 Sergio Pascual <sergiopr at fedoraproject.org>  1.6.4-1
- Initial RPM release


--- NEW FILE import.log ---
chktex-1_6_4-2_fc9:F-9:chktex-1.6.4-2.fc9.src.rpm:1223461665


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/chktex/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Oct 2008 09:18:30 -0000	1.1
+++ .cvsignore	8 Oct 2008 10:29:55 -0000	1.2
@@ -0,0 +1 @@
+chktex-1.6.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/chktex/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Oct 2008 09:18:30 -0000	1.1
+++ sources	8 Oct 2008 10:29:55 -0000	1.2
@@ -0,0 +1 @@
+e1d1f70d37e97734a69c94682a2038a0  chktex-1.6.4.tar.gz




More information about the scm-commits mailing list