rpms/chktex/devel chktex.spec,1.4,1.5

Sergio Pascual sergiopr at fedoraproject.org
Mon Dec 28 01:03:35 UTC 2009


Author: sergiopr

Update of /cvs/pkgs/rpms/chktex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19468

Modified Files:
	chktex.spec 
Log Message:
* Mon Dec 28 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 1.6.4-6
- Virtual requires on latex



Index: chktex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/chktex/devel/chktex.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- chktex.spec	24 Jul 2009 18:55:53 -0000	1.4
+++ chktex.spec	28 Dec 2009 01:03:35 -0000	1.5
@@ -1,15 +1,13 @@
 Summary: LaTex semantic checker
 Name: chktex
 Version: 1.6.4
-Release: 5%{?dist}
+Release: 6%{?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
-BuildRequires: %{_bindir}/ps2pdf
-BuildRequires: latex2html perl lynx
+BuildRequires: tex(latex) ghostscript latex2html perl lynx
 BuildRequires: ncurses-devel
 
 %description
@@ -24,19 +22,19 @@ Filters are also provided for checking t
 
 %build
 %configure
-%{__make} %{?_smp_mflags}
-%{__make} ChkTeX.pdf ChkTeX.readme
+make %{?_smp_mflags}
+make ChkTeX.pdf ChkTeX.readme
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} DESTDIR=%{buildroot} install INSTALL='install -p'
-%{__cp} -p chktex.1 chkweb.1 %{buildroot}%{_mandir}/man1/
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install INSTALL='install -p'
+cp -p chktex.1 chkweb.1 %{buildroot}%{_mandir}/man1/
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %check
-%{__make} %{?_smp_mflags} check
+make %{?_smp_mflags} check
 
 
 %files
@@ -51,6 +49,9 @@ Filters are also provided for checking t
 %{_mandir}/man1/deweb.1*
 
 %changelog
+* Mon Dec 28 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 1.6.4-6
+- Virtual requires on latex
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list