rpms/eclipse-rpmstubby/devel eclipse-rpmstubby.spec, 1.1, 1.2 eclipse-rpmstubby-fetch-src.sh, 1.1, 1.2 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Feb 24 12:49:18 UTC 2009


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-rpmstubby/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6152/devel

Modified Files:
	eclipse-rpmstubby.spec eclipse-rpmstubby-fetch-src.sh 
	.cvsignore sources 
Log Message:
Update to 0.1.1


Index: eclipse-rpmstubby.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rpmstubby/devel/eclipse-rpmstubby.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eclipse-rpmstubby.spec	27 Jan 2009 09:53:24 -0000	1.1
+++ eclipse-rpmstubby.spec	24 Feb 2009 12:48:48 -0000	1.2
@@ -2,8 +2,8 @@
 %define install_loc    %{_datadir}/eclipse/dropins/rpmstubby
 
 Name:           eclipse-rpmstubby
-Version:        0.1.0
-Release:        2%{?dist}
+Version:        0.1.1
+Release:        1%{?dist}
 Summary:        Rpm specfile generator for Eclipse features
 
 Group:          Development/Tools
@@ -28,14 +28,14 @@
 cp org.eclipse.linuxtools.rpmstubby-feature/ChangeLog org.eclipse.linuxtools.rpmstubby-feature/ChangeLog.feature
 
 %build
-%{eclipse_base}/buildscripts/pdebuild -a "-DjavacSource=1.5 -DjavacTarget=1.5"
+%{eclipse_base}/buildscripts/pdebuild 
 
 %install
 %{__rm} -rf %{buildroot}
 install -d -m 755 %{buildroot}%{install_loc}
 
 %{__unzip} -q -d %{buildroot}%{install_loc} \
-     build/rpmBuild/org.eclipse.linuxtools.rpmstubby.feature.zip 
+     build/rpmBuild/org.eclipse.linuxtools.rpmstubby.zip 
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -49,10 +49,13 @@
 %doc org.eclipse.linuxtools.rpmstubby/ChangeLog
 
 %changelog
+* Tue Feb 24 2009 Alexander Kurtakov <akurtakov at dredhat.com> 0.1.1-1
+- Update to version 0.1.1
+
 * Sun Jan 25 2009 Alexander Kurtakov <akurtako at redhat.com> 0.1.0-2
 - Fix URL to point to the new homepage.
 - Use %{buildroot} only.
 - Package Changelog files.
 
 * Wed Dec 10 2008 Alexander Kurtakov <akurtako at redhat.com> 0.1.0-1
--Initial packaging.
\ No newline at end of file
+-Initial packaging.


Index: eclipse-rpmstubby-fetch-src.sh
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rpmstubby/devel/eclipse-rpmstubby-fetch-src.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eclipse-rpmstubby-fetch-src.sh	27 Jan 2009 09:53:24 -0000	1.1
+++ eclipse-rpmstubby-fetch-src.sh	24 Feb 2009 12:48:48 -0000	1.2
@@ -1,8 +1,8 @@
 #!/bin/sh
 usage='usage: $0 <tag>'
 name=eclipse-rpmstubby
-tag=R0_1_0
-tar_name=$name-fetched-src-0.1.0
+tag=R0_1_1
+tar_name=$name-fetched-src-0.1.1
 
 # example of fetch command:
 # fetch_cmd=cvs -d:pserver:anonymous at dev.eclipse.org:/cvsroot/dsdp \
@@ -18,6 +18,5 @@
 # Fetch plugins
 $fetch_cmd
 
-popd
 # create archive
 tar -cjf $tar_name.tar.bz2 $tar_name


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rpmstubby/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Jan 2009 09:53:24 -0000	1.2
+++ .cvsignore	24 Feb 2009 12:48:48 -0000	1.3
@@ -1 +1,2 @@
 eclipse-rpmstubby-fetched-src-0.1.0.tar.bz2
+eclipse-rpmstubby-fetched-src-0.1.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rpmstubby/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Jan 2009 09:53:24 -0000	1.2
+++ sources	24 Feb 2009 12:48:48 -0000	1.3
@@ -1 +1,2 @@
 ad4e77a96b9e4224fe047e7d7c393e6a  eclipse-rpmstubby-fetched-src-0.1.0.tar.bz2
+4a9f87e8b6c38eb24225dddaa9550fc6  eclipse-rpmstubby-fetched-src-0.1.1.tar.bz2




More information about the fedora-extras-commits mailing list