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

Ville Skyttä scop at fedoraproject.org
Thu Feb 19 22:30:41 UTC 2009


Author: scop

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

Modified Files:
	javasqlite.spec 
Log Message:
* Sun Feb 15 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090213-1
- Update to 20090213.
- Improve description.
- Make -javadoc subpackage noarch when built with rpmbuild >= 4.6.0.



Index: javasqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/javasqlite/devel/javasqlite.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- javasqlite.spec	10 Dec 2008 20:37:28 -0000	1.8
+++ javasqlite.spec	19 Feb 2009 22:30:11 -0000	1.9
@@ -1,6 +1,8 @@
+%global rpmver  %(v=$(rpmbuild --version | sed -e 's/.* //') ; echo ${v:-0})
+
 Name:           javasqlite
-Version:        20081006
-Release:        4%{?dist}
+Version:        20090213
+Release:        1%{?dist}
 Summary:        SQLite Java Wrapper/JDBC Driver
 
 Group:          Development/Libraries
@@ -19,12 +21,15 @@
 
 %description
 javasqlite is a Java wrapper including a basic JDBC driver for the
-SQLite 2/3 database engine. It is designed using JNI to interface to
-the SQLite API.
+SQLite database engine. It is designed using JNI to interface to the
+SQLite API.
 
 %package        javadoc
 Summary:        API documentation for %{name}
 Group:          Documentation
+%if "%{rpmver}" >= "4.6.0"
+BuildArch:      noarch
+%endif
 Requires:       java-javadoc
 
 %description    javadoc
@@ -96,6 +101,11 @@
 
 
 %changelog
+* Sun Feb 15 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090213-1
+- Update to 20090213.
+- Improve description.
+- Make -javadoc subpackage noarch when built with rpmbuild >= 4.6.0.
+
 * Wed Dec 10 2008 Ville Skyttä <ville.skytta at iki.fi> - 20081006-4
 - Revert previous change, arch specific links break in %%{_datadir}.
 




More information about the fedora-extras-commits mailing list