rpms/rubber/F-9 import.log, NONE, 1.1 rubber.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sergio Pascual sergiopr at fedoraproject.org
Tue Sep 30 07:33:32 UTC 2008


Author: sergiopr

Update of /cvs/pkgs/rpms/rubber/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2576/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rubber.spec 
Log Message:
Importing rubber



--- NEW FILE import.log ---
rubber-1_1-2_fc9:F-9:rubber-1.1-2.fc9.src.rpm:1222759954


--- NEW FILE rubber.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} 

Name: rubber
Version: 1.1
Release: 2%{?dist}
Summary: An automated system for building LaTeX documents

Group: Applications/Publishing
License: GPL+

URL: http://rubber.sourceforge.net/
Source0: http://rubber.sourceforge.net/%{name}-%{version}.tar.gz
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
BuildRequires: python-devel texinfo

Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info

%description
This is a building system for LaTeX documents. It is based on a routine that
runs just as many compilations as necessary. The module system provides a
great flexibility that virtually allows support for any package with no user
intervention, as well as pre- and post-processing of the document. The
standard modules currently provide support for bibtex, dvips, dvipdfm, pdftex,
makeindex. A good number of standard packages are supported, including
graphics/graphicx (with automatic conversion between various formats and
Metapost compilation).

%prep
%setup -q
for file in doc/man-fr/*; do
iconv -f ISO88591 -t utf8 $file -o $file
done

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -fr %{buildroot}
%{__python} setup.py install --root  %{buildroot}

%clean
%{__rm} -fr %{buildroot}

%post 
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :

%preun 
if [ $1 = 0 ]; then
    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi

%files
%defattr(-,root,root,-)
%doc COPYING NEWS README
%{_bindir}/*
%{_datadir}/rubber
%{_datadir}/info/*
%{python_sitelib}/*
%{_mandir}/man1/*.gz
%{_mandir}/fr/man1/*.gz

%changelog
* Wed Sep 17 2008 Sergio Pascual <sergiops at fedoraproject.org> - 1.1-2
- ***

* Wed Sep 17 2008 Sergio Pascual <sergiops at fedoraproject.org> - 1.1-1
- Initial specfile



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubber/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Sep 2008 04:36:54 -0000	1.1
+++ .cvsignore	30 Sep 2008 07:33:02 -0000	1.2
@@ -0,0 +1 @@
+rubber-1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubber/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Sep 2008 04:36:54 -0000	1.1
+++ sources	30 Sep 2008 07:33:02 -0000	1.2
@@ -0,0 +1 @@
+8087cdb498f51f91c2427c7d0b253189  rubber-1.1.tar.gz




More information about the fedora-extras-commits mailing list