rpms/gchempaint/F-7 .cvsignore, 1.6, 1.7 gchempaint.spec, 1.9, 1.10 sources, 1.6, 1.7 gchempaint-0.8.2-themedirfix.patch, 1.1, NONE

Julian Sikorski (belegdol) fedora-extras-commits at redhat.com
Tue Sep 18 20:12:05 UTC 2007


Author: belegdol

Update of /cvs/extras/rpms/gchempaint/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32559

Modified Files:
	.cvsignore gchempaint.spec sources 
Removed Files:
	gchempaint-0.8.2-themedirfix.patch 
Log Message:
* Sun Aug 26 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.3-1
- Updated to 0.8.3
- Dropped upstreamed patches
- Made the License tag more precise
- Changed the way rpaths are dealt with, previous one was breaking the build



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gchempaint/F-7/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	6 Aug 2007 13:20:07 -0000	1.6
+++ .cvsignore	18 Sep 2007 20:11:32 -0000	1.7
@@ -1 +1 @@
-gchempaint-0.8.2.tar.bz2
+gchempaint-0.8.3.tar.bz2


Index: gchempaint.spec
===================================================================
RCS file: /cvs/extras/rpms/gchempaint/F-7/gchempaint.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gchempaint.spec	6 Aug 2007 14:56:56 -0000	1.9
+++ gchempaint.spec	18 Sep 2007 20:11:32 -0000	1.10
@@ -1,13 +1,13 @@
 Name:           gchempaint
-Version:        0.8.2
-Release:        2%{?dist}
+Version:        0.8.3
+Release:        1%{?dist}
 Summary:        A 2D chemical formulae drawing tool
 
 Group:          Applications/Engineering
-License:        GPL
+License:        GPLv2+ and LGPLv2+
+# Everything is GPLv2+, except libgcpcanvas, which is LGPLv2+
 URL:            http://www.nongnu.org/gchempaint/
 Source0:        http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.bz2
-Patch0:         gchempaint-0.8.2-themedirfix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gnome-chemistry-utils-devel
@@ -18,6 +18,8 @@
 BuildRequires:  gettext
 BuildRequires:  desktop-file-utils
 BuildRequires:  kdelibs
+BuildRequires:  automake
+
 Requires:       hicolor-icon-theme
 
 Requires(pre):  GConf2
@@ -37,15 +39,12 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .themedirfix
 
 %build
 %configure --disable-update-databases \
            --disable-schemas-install \
            --disable-scrollkeeper
-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}
+make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
 
 
 %install
@@ -57,11 +56,14 @@
 %find_lang %{name}
 
 #kill libtool archives
-rm -f $RPM_BUILD_ROOT%{_libdir}/goffice/0.4.2/plugins/gchempaint/gchempaint.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/goffice/0.4.3/plugins/gchempaint/gchempaint.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/gchempaint/plugins/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/libgchempaint.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/libgcpcanvas.la
 
+#kill static libs
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -134,7 +136,7 @@
 %{_libdir}/libgcpcanvas-%{version}.so
 %{_libdir}/libgcpcanvas.so
 %{_libdir}/libgchempaint.so
-%{_libdir}/goffice/0.4.2/plugins/gchempaint
+%{_libdir}/goffice/0.4.3/plugins/gchempaint
 %{_sysconfdir}/gconf/schemas/gchempaint-arrows.schemas
 %{_sysconfdir}/gconf/schemas/gchempaint.schemas
 %{_datadir}/applications/fedora-gchempaint.desktop
@@ -148,6 +150,15 @@
 
 
 %changelog
+* Sun Aug 26 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.3-1
+- Updated to 0.8.3
+- Dropped upstreamed patches
+- Made the License tag more precise
+- Changed the way rpaths are dealt with, previous one was breaking the build
+
+* Sun Aug 26 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.2-3
+- Adjusted License tag as per latest guidelines
+
 * Mon Aug  6 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.2-2
 - Adjusted for new goffice
 - Delete the goffice plugin libtool archive as well


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gchempaint/F-7/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	6 Aug 2007 13:20:07 -0000	1.6
+++ sources	18 Sep 2007 20:11:32 -0000	1.7
@@ -1 +1 @@
-b02820894bff474ed1d5861ac644a767  gchempaint-0.8.2.tar.bz2
+a05abcc0a13415883438411ab3b2b9a8  gchempaint-0.8.3.tar.bz2


--- gchempaint-0.8.2-themedirfix.patch DELETED ---




More information about the fedora-extras-commits mailing list