rpms/sqlite/devel sqlite.spec,1.8,1.9

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 19:28:30 UTC 2005


Author: thias

Update of /cvs/extras/rpms/sqlite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6950/sqlite/devel

Modified Files:
	sqlite.spec 
Log Message:
Mass letter "s" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: sqlite.spec
===================================================================
RCS file: /cvs/extras/rpms/sqlite/devel/sqlite.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sqlite.spec	16 Feb 2005 20:20:44 -0000	1.8
+++ sqlite.spec	5 Mar 2005 19:28:28 -0000	1.9
@@ -1,17 +1,16 @@
 Name:           sqlite
 Version:        2.8.16
 Release:        1
-Epoch:          0
-Summary:        An embeddable SQL engine in a C library
+Summary:        Embeddable SQL engine in a C library
 Group:          System Environment/Libraries
 License:        Public Domain
 URL:            http://www.sqlite.org/
 Source0:        http://www.sqlite.org/sqlite-%{version}.tar.gz
-Patch1:         sqlite-2.8.15.rpath.patch      
+Patch1:         sqlite-2.8.15.rpath.patch
 Patch2:         sqlite-2.8.15-makefile.patch
 Patch3:         sqlite-2.8.3.test.rh9.patch
-Patch4:		sqlite-64bit-fixes.patch
-Patch5:		sqlite-2.8.15-arch-double-differences.patch
+Patch4:         sqlite-64bit-fixes.patch
+Patch5:         sqlite-2.8.15-arch-double-differences.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  ncurses-devel readline-devel %{_includedir}/tcl.h
@@ -27,20 +26,20 @@
 %package        devel
 Summary:        Development files for SQLite
 Group:          Development/Libraries
-Requires:       %{name} = %{epoch}:%{version}-%{release}
-Requires:	pkgconfig
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
 
 %description    devel
 SQLite is a small, fast, embeddable SQL database engine that supports
 most of SQL92, including transactions with atomic commit and rollback,
 subqueries, compound queries, triggers, and views.
-This package contains static library and header files for developing 
+This package contains static library and header files for developing
 applications using sqlite.
 
 %package        tcl
 Summary:        Tcl bindings for sqlite
 Group:          System Environment/Libraries
-Requires:       tcl >= 0:8.3.3, %{name} = %{epoch}:%{version}-%{release}
+Requires:       tcl >= 8.3.3, %{name} = %{version}-%{release}
 
 %description    tcl
 SQLite is a small, fast, embeddable SQL database engine that supports
@@ -85,7 +84,7 @@
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%files 
+%files
 %defattr(-,root,root,-)
 %{_bindir}/sql*
 %{_libdir}/libsql*.so.*
@@ -103,7 +102,7 @@
 %defattr(-,root,root,-)
 %doc doc/tclsqlite.html
 %exclude %_bindir/tclsqlite
-%exclude %_libdir/%{name}-%{version}/libtclsqlite.a 
+%exclude %_libdir/%{name}-%{version}/libtclsqlite.a
 %exclude %{_bindir}/tclsqlite
 %_libdir/sqlite-%version
 




More information about the scm-commits mailing list