rpms/eclipse-rpm-editor/devel fetch-specfile-editor.sh, 1.3, 1.4 eclipse-rpm-editor.spec, 1.28, 1.29 .cvsignore, 1.15, 1.16 sources, 1.15, 1.16

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Sep 1 12:09:05 UTC 2009


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-rpm-editor/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30418/devel

Modified Files:
	fetch-specfile-editor.sh eclipse-rpm-editor.spec .cvsignore 
	sources 
Log Message:
Update to Linux Tools 0.3 release.


Index: fetch-specfile-editor.sh
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rpm-editor/devel/fetch-specfile-editor.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- fetch-specfile-editor.sh	14 May 2009 11:33:18 -0000	1.3
+++ fetch-specfile-editor.sh	1 Sep 2009 12:09:05 -0000	1.4
@@ -18,17 +18,7 @@ fi
 # cleanup dir
 rm -fr $tar_name
 # prepare archive
-mkdir $tar_name
-pushd $tar_name &> /dev/null
-for bundle in \
-"org.eclipse.linuxtools.rpm.ui.editor" \
-"org.eclipse.linuxtools.rpm.rpmlint" \
-"org.eclipse.linuxtools.rpm.ui.editor.doc" \
-"org.eclipse.linuxtools.rpm.ui.editor-feature"; 
-do 
-svn export $svn_repo/$tag/$bundle 
-done
-popd &> /dev/null
+svn export $svn_repo/$tag $tar_name
 # create archive
 tar -cjf $tar_name.tar.bz2 $tar_name
 


Index: eclipse-rpm-editor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rpm-editor/devel/eclipse-rpm-editor.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- eclipse-rpm-editor.spec	24 Jul 2009 20:57:11 -0000	1.28
+++ eclipse-rpm-editor.spec	1 Sep 2009 12:09:05 -0000	1.29
@@ -1,9 +1,10 @@
 %define eclipse_base        %{_libdir}/eclipse
 %define install_loc         %{_datadir}/eclipse/dropins
+%define qualifier           200908180856
 
 Name:           eclipse-rpm-editor
-Version:        0.4.2
-Release:        4%{?dist}
+Version:        0.4.3
+Release:        1%{?dist}
 Summary:        RPM Specfile editor for Eclipse
 Group:          Development/Tools
 License:        EPL
@@ -17,12 +18,12 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildRequires: java-devel >= 1.5.0
 BuildRequires: eclipse-pde >= 1:3.3.0
 BuildRequires: eclipse-changelog >= 2.5.1
-Requires: eclipse-platform >= 3.3.1 
+Requires: eclipse-platform >= 3.3.1
 Requires: eclipse-changelog >= 2.5.1
 Requires: rpmlint >= 0.81
-Requires: rpmdevtools 
+Requires: rpmdevtools
 
-# These plugins are really noarch but the changelog plugin need cdt which 
+# These plugins are really noarch but the changelog plugin need cdt which
 # we only build on these architectures.
 ExclusiveArch: %{ix86} x86_64 ppc ia64
 %define debug_package %{nil}
@@ -35,8 +36,10 @@ useful for maintenance of RPM specfiles 
 %setup -q -n specfile-editor-fetched-src-%{version}
 
 %build
-%{eclipse_base}/buildscripts/pdebuild -f  org.eclipse.linuxtools.rpm.ui.editor \
- -d changelog ;
+%{eclipse_base}/buildscripts/pdebuild -a "-DforceContextQualifier=%{qualifier} -DjavacSource=1.5 -DjavacTarget=1.5" \
+ -f  org.eclipse.linuxtools.rpm.ui.editor -d changelog ;
+%{eclipse_base}/buildscripts/pdebuild -a "-DforceContextQualifier=%{qualifier} -DjavacSource=1.5 -DjavacTarget=1.5" \
+ -f  org.eclipse.linuxtools.rpm
 
 %install
 rm -rf %{buildroot}
@@ -44,6 +47,8 @@ installDir=%{buildroot}%{install_loc}/rp
 install -d -m 755 $installDir
 unzip -q -d $installDir \
  build/rpmBuild/org.eclipse.linuxtools.rpm.ui.editor.zip
+unzip -q -d $installDir \
+ build/rpmBuild/org.eclipse.linuxtools.rpm.zip
 
 %clean
 rm -rf %{buildroot}
@@ -54,6 +59,9 @@ rm -rf %{buildroot}
 %{install_loc}/rpm-editor
 
 %changelog
+* Tue Sep 1 2009 Alexander Kurtakov <akurtako at redhat.com> 0.4.3-1
+- Update to Linux Tools 0.3 release.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -107,15 +115,15 @@ rm -rf %{buildroot}
 - Add Sources completion (Contributed by Alexander Kurtakov)
 
 * Sat Dec 15 2007 Alphonse Van Assche <alcapcom at fedoraproject.org> 0.2.1-1
-- RFE eclipse spec editor should allow users to configure the 
+- RFE eclipse spec editor should allow users to configure the
   format of the changelog entry (#421881)
 
 * Wed Nov 28 2007 fons <fons at xp2000.leafamily.org> 0.2.0-2
-- Add support for URPM tool and cancel support to RpmPackageBuildProposalsJob. 
+- Add support for URPM tool and cancel support to RpmPackageBuildProposalsJob.
 - Fix Bug #207207
-	
+
 * Sun Oct 14 2007 Alphonse Van Assche <alcapcom at fedoraproject.org> 0.1.0-10
-- Just tag the sources correctly. 
+- Just tag the sources correctly.
 
 * Sun Oct 14 2007 Alphonse Van Assche <alcapcom at fedoraproject.org> 0.1.0-9
 - Fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=206160
@@ -137,7 +145,7 @@ rm -rf %{buildroot}
   of dependencies on the cdt plugin.
 
 * Sat Sep 1 2007 Alphonse Van Assche <alcapcom at fedoraproject.org> 0.1.0-4
-- Disable temporarily rpmlint Plug-In because rpmlint 0.80 is not supported. 
+- Disable temporarily rpmlint Plug-In because rpmlint 0.80 is not supported.
 
 * Thu Aug 29 2007 Alphonse Van Assche <alcapcom at gmail.com> 0.1.0-3
 - Fix the description tag (see comment 9 of #253434for more details).


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rpm-editor/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	14 May 2009 11:33:19 -0000	1.15
+++ .cvsignore	1 Sep 2009 12:09:05 -0000	1.16
@@ -2,3 +2,4 @@ specfile-editor-fetched-src-18653.tar.bz
 specfile-editor-fetched-src-0.4.1.tar.bz2
 specfile-editor-fetched-src-0.4.2.tar.bz2
 eclipse-rpm-editor-0.4.2-3.fc12.src.rpm
+specfile-editor-fetched-src-0.4.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rpm-editor/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	14 May 2009 11:33:19 -0000	1.15
+++ sources	1 Sep 2009 12:09:05 -0000	1.16
@@ -1 +1 @@
-4962d03414aa48f2b494ed12b7a26032  specfile-editor-fetched-src-0.4.2.tar.bz2
+161b0d30f217b54d8dc737862ff7477b  specfile-editor-fetched-src-0.4.3.tar.bz2




More information about the fedora-extras-commits mailing list