rpms/tex-simplecv/EL-4 tex-simplecv.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Mon Aug 4 08:33:29 UTC 2008


Author: jamatos

Update of /cvs/pkgs/rpms/tex-simplecv/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30795

Modified Files:
	.cvsignore sources 
Added Files:
	tex-simplecv.spec 
Log Message:
* Tue Jul  8 2008 José Matos <jamatos[AT]fc.up.pt> - 1.6-6
- Add distag, and replace the dependency of -doc subpackage just to
  require the directory ownership tetex-doc -> texlive-texmf-doc.



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

Name:           tex-%{real_name}
Version:        1.6
Release:        6%{?dist}
Summary:        A simple latex class for writing curricula vitae

Group:          Applications/Publishing
License:        LPPL
URL:            http://tug.ctan.org/tex-archive/macros/latex/contrib/%{real_name}/
Source0:        http://tug.ctan.org/get/macros/latex/contrib/%{real_name}.zip

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  tetex-latex
BuildRequires:  /usr/bin/kpsewhich

Requires:       tetex-latex

# no debuginfo
%define debug_package %{nil}

%description
The simplecv document class is intended to provide a simple yet
elegant way to write your curriculum vitae (resume). This is a
repackaging of the |cv| class that has been available with LyX for a
long time. The change of name has been made necessary by the existence
of another |cv| class on CTAN.

%package doc
Summary:        Documentation for %{name}
Group:          Applications/Publishing
Requires:       tetex-doc

%description doc
Documentation for latex package %{real_name}.

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

%build
latex %{real_name}.ins

pdflatex %{real_name}.dtx
pdflatex %{real_name}.dtx

%install
rm -rf $RPM_BUILD_ROOT

install -d -m755 $RPM_BUILD_ROOT%{_texmf}/tex/latex/%{real_name}
install -d -m755 $RPM_BUILD_ROOT%{_texmf}/doc/tex/latex/%{real_name}

cp -p %{real_name}.cls $RPM_BUILD_ROOT%{_texmf}/tex/latex/%{real_name}

cp -p %{real_name}.pdf $RPM_BUILD_ROOT%{_texmf}/doc/tex/latex/%{real_name}
cp -p test* $RPM_BUILD_ROOT%{_texmf}/doc/tex/latex/%{real_name}

%clean
rm -rf $RPM_BUILD_ROOT


%post -p /usr/bin/texhash

%postun -p /usr/bin/texhash

%post doc -p /usr/bin/texhash

%postun doc -p /usr/bin/texhash


%files
%defattr(-,root,root,-)
%{_texmf}/tex/latex/%{real_name}

%doc README

%files doc
%defattr(-,root,root,-)
%{_texmf}/doc/tex/latex/%{real_name}

%changelog
* Tue Jul  8 2008 José Matos <jamatos[AT]fc.up.pt> - 1.6-6
- Add distag, and replace the dependency of -doc subpackage just to
  require the directory ownership tetex-doc -> texlive-texmf-doc.

* Thu Jun 26 2008 José Matos <jamatos[AT]fc.up.pt> - 1.6-5
- doc subpackage requires tetex-doc and no longer requires the main package.

* Tue Apr 15 2008 José Matos <jamatos[AT]fc.up.pt> - 1.6-4
- Run texhash for doc subpackage.

* Tue Jan 15 2008 José Matos <jamatos[AT]fc.up.pt> - 1.6-3
- Create new subpackage with the documentation.
- Only copy cls file to texmf tree.

* Mon Jan 14 2008 José Matos <jamatos[AT]fc.up.pt> - 1.6-2
- Add README to %%doc.
- Create .cls file.

* Mon Jan 14 2008 José Matos <jamatos[AT]fc.up.pt> - 1.6-1
- First build.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tex-simplecv/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Jul 2008 16:50:44 -0000	1.1
+++ .cvsignore	4 Aug 2008 08:32:59 -0000	1.2
@@ -0,0 +1 @@
+simplecv.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tex-simplecv/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Jul 2008 16:50:44 -0000	1.1
+++ sources	4 Aug 2008 08:32:59 -0000	1.2
@@ -0,0 +1 @@
+e4d22ece2d22da46b952ef014529c7f5  simplecv.zip




More information about the fedora-extras-commits mailing list