automatic rebuild by autodist [release 1.3-3mamba;Fri Sep 06 2013]
This commit is contained in:
parent
5a02c63b1e
commit
b4a79f454e
@ -1,2 +1,5 @@
|
|||||||
# untex
|
# 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
49
untex.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user