[gdata-java] New upstream version 1.45.0 Added Export-Package data to manifest files (OSGi)

Sandro Mathys red at fedoraproject.org
Fri Jul 1 11:38:40 UTC 2011


commit f0d3fe053b7d8e64b9acecfd8b4c28a549152e5f
Author: Sandro Mathys <red at fedoraproject.org>
Date:   Fri Jul 1 13:38:23 2011 +0200

    New upstream version 1.45.0
    Added Export-Package data to manifest files (OSGi)

 .gitignore      |    1 +
 gdata-java.spec |   13 +++++++++----
 sources         |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6eae97c..5b8568a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gdata-src.java-1.41.2.zip
+/gdata-src.java-1.45.0.zip
diff --git a/gdata-java.spec b/gdata-java.spec
index 40811a0..29186a4 100644
--- a/gdata-java.spec
+++ b/gdata-java.spec
@@ -1,12 +1,12 @@
 %global genericname gdata
 
 Name:           %{genericname}-java
-Version:        1.41.2
-Release:        3%{?dist}
+Version:        1.45.0
+Release:        1%{?dist}
 Summary:        Client libraries to write Google Data API client applications in Java
 Group:          Development/Libraries
 License:        ASL 2.0
-URL:            http://code.google.com/apis/gdata/clientlibs.html
+URL:            http://code.google.com/p/gdata-java-client/
 Source0:        http://gdata-java-client.googlecode.com/files/%{genericname}-src.java-%{version}.zip
 BuildArch:      noarch
 
@@ -55,8 +55,9 @@ do
   %{__sed} -i -e "/^${f}/s|=.*$|=`build-classpath ${g}`|" $properties
 done
 
-for i in `ls manifest/*.manifest`; do
+for i in $(ls manifest/*.manifest); do
   %{__sed} -i '/class-path/I d' $i
+  echo "Export-Package: $(grep '^Name' $i | sed -e 's|^Name: *||' -e 's|/|.|g' -e 's|.$||');version=\"%{version}\"" >> $i
 done
 
 popd
@@ -102,6 +103,10 @@ popd
 
 
 %changelog
+* Fri Jul 01 2011 Sandro Mathys <red at fedoraproject.org> - 1.45.0-1
+- New upstream version 1.45.0
+- Added Export-Package data to manifest files (OSGi)
+
 * Wed Mar 16 2011 Alexander Kurtakov <akurtako at redhat.com> 1.41.2-3
 - Build against servlet25.
 
diff --git a/sources b/sources
index e5288b1..d8548d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52bccb8b7ca8c85743cef1dfee901cfc  gdata-src.java-1.41.2.zip
+2cc64e2dbd723cdc998c33208c830ec9  gdata-src.java-1.45.0.zip


More information about the scm-commits mailing list