automatic rebuild by autodist [release 1.3-3mamba;Fri Sep 06 2013]

This commit is contained in:
Automatic Build System 2024-01-05 18:50:13 +01:00
parent 5a02c63b1e
commit b4a79f454e
2 changed files with 52 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# untex
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

49
untex.spec Normal file
View File

@ -0,0 +1,49 @@
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