rpms/passivetex/devel passivetex.spec,1.20,1.21

Ondrej Vasik ovasik at fedoraproject.org
Mon Dec 14 09:02:34 UTC 2009


Author: ovasik

Update of /cvs/pkgs/rpms/passivetex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18945

Modified Files:
	passivetex.spec 
Log Message:
Merge Review(#226231): Fixed sources, license, buildroot, added build section


Index: passivetex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/passivetex/devel/passivetex.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- passivetex.spec	25 Jul 2009 23:17:00 -0000	1.20
+++ passivetex.spec	14 Dec 2009 09:02:34 -0000	1.21
@@ -1,10 +1,13 @@
 Summary:	Macros to process XSL formatting objects
 Name:		passivetex
 Version:	1.25
-Release:  10%{?dist}
-License:	LPPL
+Release:  11%{?dist}
+License:	Copyright only
 Group:		Applications/Publishing
-Source0:	http://www.tei-c.org.uk/Software/passivetex/%{name}-%{version}.zip
+#Source0 could be obtained at
+# http://www.tei-c.org.uk/Software/passivetex/passivetex.zip
+Source0:	passivetex-%{version}.zip
+#Fix leader length.
 Patch0:		passivetex-1.21-leader.patch
 URL:		http://www.tei-c.org.uk/Software/passivetex/
 BuildArch:	noarch
@@ -12,7 +15,7 @@ Requires: tex(latex)
 Requires(post): tex(latex)
 Requires:	xmltex >= 20020625-10
 BuildRequires: tex(latex)
-BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 PassiveTeX is a library of TeX macros which can be used to process an
@@ -26,12 +29,14 @@ objects.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -p -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex/passivetex
-install -p *.sty *.xmt $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex/passivetex
+install -m 0755 -p -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex/passivetex
+install -m 0644 -p *.sty *.xmt $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex/passivetex
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%build
+
 %post
 [ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
 /usr/bin/env - PATH=$PATH:%{_bindir} fmtutil-sys --all > /dev/null 2>&1
@@ -47,12 +52,16 @@ exit 0
 exit 0
 
 %files
-%defattr(644,root,root,755)
+%defattr(-,root,root,-)
 %doc README.passivetex LICENSE
 %{_datadir}/texmf/tex/xmltex/passivetex
 
 
 %changelog
+* Mon Dec 14 2009 Ondrej Vasik <ovasik at redhat.com> - 1.25-11
+- Merge Review(#226231): Fixed sources, license, buildroot,
+  added build section
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.25-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -155,8 +164,8 @@ exit 0
 All persons listed below can be reached at <cvs_login>@pld.org.pl
 
 $Log$
-Revision 1.20  2009/07/25 23:17:00  jkeating
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+Revision 1.21  2009/12/14 09:02:34  ovasik
+Merge Review(#226231): Fixed sources, license, buildroot, added build section
 
 Revision 1.8  2001/08/21 10:12:42  wrobell
 - ver. 1.6




More information about the fedora-extras-commits mailing list