rpms/tidy/F-11 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 tidy.spec, 1.25, 1.26

Rex Dieter rdieter at fedoraproject.org
Wed Jan 6 13:36:55 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/tidy/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13277

Modified Files:
	.cvsignore sources tidy.spec 
Log Message:
* Thu Dec 03 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.99.0-20.20091203
- 20091203 snapshot
- spec housecleaning
- Tidy erroniously removes whitespace, causing mangled text (#481350)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tidy/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	9 Jul 2007 20:02:19 -0000	1.9
+++ .cvsignore	6 Jan 2010 13:36:54 -0000	1.10
@@ -1,4 +1 @@
-tidy_src_051025.tgz
-tidy_docs_051020.tgz
-tidy-20070228cvs.tar.gz
-tidy-20070615cvs.tar.gz
+tidy-20091203cvs.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tidy/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	9 Jul 2007 20:02:19 -0000	1.9
+++ sources	6 Jan 2010 13:36:54 -0000	1.10
@@ -1 +1 @@
-1a2058632249d6005c5205d5caa0dd5f  tidy-20070615cvs.tar.gz
+38ecfd181ae95098112e7f87428a27f8  tidy-20091203cvs.tar.gz


Index: tidy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tidy/F-11/tidy.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- tidy.spec	25 Feb 2009 20:40:01 -0000	1.25
+++ tidy.spec	6 Jan 2010 13:36:54 -0000	1.26
@@ -1,19 +1,18 @@
 
 %define libname libtidy
 
-%define snap 20070615 
+%define snap 20091203
 
 Name:    tidy
 Summary: Utility to clean up and pretty print HTML/XHTML/XML
 Version: 0.99.0
-Release: 18.%{snap}%{?dist}
+Release: 20.%{snap}%{?dist}
 
 Group:   Applications/Text
 License: W3C
 URL:     http://tidy.sourceforge.net/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# timestamp 01-Feb-2007
 Source0: tidy-%{snap}cvs.tar.gz
 Source10: tidy-cvs_checkout.sh 
 
@@ -21,6 +20,8 @@ BuildRequires: libtool
 BuildRequires: doxygen
 BuildRequires: libxslt
 
+Requires: %{libname}%{?_isa} = %{version}-%{release}
+
 %description
 When editing HTML it's easy to make mistakes. Wouldn't it be nice if
 there was a simple way to fix these mistakes automatically and tidy up
@@ -32,17 +33,17 @@ identify where you need to pay further a
 more accessible to people with disabilities.
 
 %package -n %{libname} 
-Summary: Shared libraries for tidy
+Summary: Shared libraries for %{name}
 Group:	 System Environment/Libraries
 %description -n %{libname} 
 %{summary}.
 
 %package -n %{libname}-devel
-Summary: Development files for libtidy 
+Summary: Development files for %{name} 
 Group:   Development/Libraries
-Obsoletes: tidy-devel < %{version}-%{release}
+Obsoletes: tidy-devel < 0.99.0-10 
 Provides:  tidy-devel = %{version}-%{release}
-Requires: %{libname} = %{version}-%{release}
+Requires: %{libname}%{?_isa} = %{version}-%{release}
 %description -n %{libname}-devel
 %{summary}.
 
@@ -98,21 +99,30 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc htmldoc/*.html htmldoc/*.css htmldoc/*.gif
-%{_bindir}/*
-%{_mandir}/man1/*
+%{_bindir}/tab2space
+%{_bindir}/tidy
+%{_mandir}/man1/tidy.1*
 
 %files -n %{libname} 
 %defattr(-,root,root,-)
-%{_libdir}/lib*.so.*
+%{_libdir}/libtidy-0.99.so.0*
 
 %files -n %{libname}-devel
 %defattr(-,root,root,-)
 %doc htmldoc/api/*
-%{_includedir}/*
-%{_libdir}/lib*.so
+%{_includedir}/*.h
+%{_libdir}/libtidy.so
 
 
 %changelog
+* Thu Dec 03 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.99.0-20.20091203
+- 20091203 snapshot
+- spec housecleaning
+- Tidy erroniously removes whitespace, causing mangled text (#481350)
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.99.0-19.20070615
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.99.0-18.20070615
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list