50 lines
1.4 KiB
RPMSpec
50 lines
1.4 KiB
RPMSpec
Name: untex
|
|
Version: 1.3
|
|
Release: 3mamba
|
|
Summary: Command to strip LaTeX commands from input
|
|
Group: Applications/Publishing
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Aleph0 <aleph0@openmamba.org>
|
|
URL: ftp://ftp.thp.uni-duisburg.de/pub/source/
|
|
Source: ftp://ftp.thp.uni-duisburg.de/pub/source/%{name}-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Like detex untex removes some LaTeX commands from the files listed in the arguments (or standard input) and prints the output to standard output.
|
|
Has some alternative options, and the source code too, of course
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%make -j1
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
install -D -m 755 untex %{buildroot}%{_bindir}/untex
|
|
install -D -m 644 untex.man %{buildroot}%{_mandir}/man1/untex.1
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/untex
|
|
%{_mandir}/man1/untex.*
|
|
|
|
%changelog
|
|
* Fri Sep 06 2013 Automatic Build System <autodist@mambasoft.it> 1.3-3mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Wed Dec 12 2007 Aleph0 <aleph0@openmamba.org> 1.3-2mamba
|
|
- fixed manpage name
|
|
|
|
* Wed Dec 28 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 1.3-1qilnx
|
|
- package created by autospec
|