rpms/gtksourcecompletion/F-11 .cvsignore, 1.2, 1.3 gtksourcecompletion.spec, 1.2, 1.3 sources, 1.2, 1.3

Michel Alexandre Salim salimma at fedoraproject.org
Tue Jul 14 08:20:20 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/gtksourcecompletion/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20582/F-11

Modified Files:
	.cvsignore gtksourcecompletion.spec sources 
Log Message:
* Tue Jul 14 2009 Michel Salim <salimma at fedoraproject.org> - 0.7.0-1
- Update to 0.7.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gtksourcecompletion/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	11 Feb 2009 01:35:26 -0000	1.2
+++ .cvsignore	14 Jul 2009 08:19:49 -0000	1.3
@@ -1 +1 @@
-gtksourcecompletion-0.5.2.tar.gz
+gtksourcecompletion-0.7.0.tar.gz


Index: gtksourcecompletion.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtksourcecompletion/F-11/gtksourcecompletion.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- gtksourcecompletion.spec	25 Feb 2009 02:27:11 -0000	1.2
+++ gtksourcecompletion.spec	14 Jul 2009 08:19:50 -0000	1.3
@@ -1,14 +1,13 @@
 Name:           gtksourcecompletion
-Version:        0.5.2
-Release:        2%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 Summary:        Completion support for GtkSourceView
 
 Group:          System Environment/Libraries
-# Note: wrong license file supplied
-# https://sourceforge.net/tracker2/?func=detail&aid=2582250&group_id=212508&atid=1022021
-License:        LGPLv2+
+# Note: mix of LGPLv2+ and LGPLv3+ files
+License:        LGPLv3+
 URL:            http://gtksourcecomple.sourceforge.net/
-Source0:        http://dl.sourceforge.net/gtksourcecomple/gtksourcecompletion-%{version}.tar.gz
+Source0:        http://cloud.github.com/downloads/chuchiperriman/gtksourcecompletion/gtksourcecompletion-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtksourceview2-devel libglade2-devel
@@ -51,6 +50,10 @@ GtkSourceCompletion.
 
 %build
 %configure --disable-static
+# remove hardcoded RPATHs
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
 make %{?_smp_mflags}
 
 
@@ -58,7 +61,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-%find_lang %{name}
+%find_lang %{name}-2.0
 
 
 %clean
@@ -70,27 +73,32 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 
-%files -f %{name}.lang
+%files -f %{name}-2.0.lang
 %defattr(-,root,root,-)
 # COPYING is wrong, not bundling for now
-%doc AUTHORS ChangeLog README TODO
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%{_bindir}/completion-*
 %{_libdir}/*.so.*
 %{_datadir}/gtksourcecompletion
 
 %files devel
 %defattr(-,root,root,-)
 %doc
-%{_includedir}/gtksourcecompletion-1.0
+%{_bindir}/gio-test
+%{_includedir}/gtksourcecompletion-2.0
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 
 %files doc
 %defattr(-,root,root,-)
 %doc
-%{_datadir}/gtk-doc/html/gtksourcecompletion-1.0
+%{_datadir}/gtk-doc/html/gtksourcecompletion-2.0
 
 
 %changelog
+* Tue Jul 14 2009 Michel Salim <salimma at fedoraproject.org> - 0.7.0-1
+- Update to 0.7.0
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtksourcecompletion/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Feb 2009 01:35:26 -0000	1.2
+++ sources	14 Jul 2009 08:19:50 -0000	1.3
@@ -1 +1 @@
-b031896ce03bef4ca711f9b1e0a34544  gtksourcecompletion-0.5.2.tar.gz
+dd86f6c211dc4d8a305126f700869679  gtksourcecompletion-0.7.0.tar.gz




More information about the fedora-extras-commits mailing list