rpms/tetex-bytefield/devel tetex-bytefield.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Thu Mar 24 01:58:52 UTC 2005


Author: jpo

Update of /cvs/extras/rpms/tetex-bytefield/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22214/devel

Modified Files:
	.cvsignore sources 
Added Files:
	tetex-bytefield.spec 
Log Message:
auto-import tetex-bytefield-1.2-1 on branch devel from tetex-bytefield-1.2-1.src.rpm


--- NEW FILE tetex-bytefield.spec ---
%{!?_texmf: %define _texmf %(eval "echo `kpsewhich -expand-var '$TEXMFMAIN'`")}

%define texpkg      bytefield
%define texpkgdir   %{_texmf}/tex/latex/%{texpkg}
%define texpkgdoc   %{_texmf}/doc/latex/%{texpkg}

Name:           tetex-%{texpkg}
Version:        1.2
Release:        1
Summary:        Create illustrations for network protocol specifications

Group:          Applications/Publishing
License:        LaTeX Project Public License
URL:            http://www.ctan.org/tex-archive/help/Catalogue/entries/bytefield.html
# DANTE generates CTAN packages tarballs on-the-fly
# ftp://ftp.dante.de/tex-archive/macros/latex/contrib/bytefield.tar.gz
Source0:        bytefield-1.2-20050315.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  tetex-latex
Requires:       tetex-latex
Requires(post): /usr/bin/texhash
Requires(postun): /usr/bin/texhash

%description
The bytefield package helps the user create illustrations for network
protocol specifications and anything else that utilizes fields of
data.  These illustrations show how the bits and bytes are laid out in
a packet or in memory.


%prep
%setup -q -n %{texpkg}

%build
latex bytefield.ins

%install
rm -rf $RPM_BUILD_ROOT

install -d -m 755 $RPM_BUILD_ROOT{%{texpkgdir},%{texpkgdoc}}
install -p -m 644 bytefield.sty $RPM_BUILD_ROOT%{texpkgdir}/
install -p -m 644 bytefield.pdf $RPM_BUILD_ROOT%{texpkgdoc}/

%clean
rm -rf $RPM_BUILD_ROOT


%post
texhash >/dev/null 2>&1 || :

%postun
texhash >/dev/null 2>&1 || :


%files
%defattr(-,root,root,-)
%doc README example.*
%{texpkgdir}/
%{_texmf}/doc/


%changelog
* Tue Mar 15 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.2-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tetex-bytefield/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Mar 2005 01:58:19 -0000	1.1
+++ .cvsignore	24 Mar 2005 01:58:50 -0000	1.2
@@ -0,0 +1 @@
+bytefield-1.2-20050315.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tetex-bytefield/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Mar 2005 01:58:19 -0000	1.1
+++ sources	24 Mar 2005 01:58:50 -0000	1.2
@@ -0,0 +1 @@
+8eca969277b7f9f3de746713f1d941ba  bytefield-1.2-20050315.tar.gz




More information about the fedora-extras-commits mailing list