rpms/libkipi/FC-3 .cvsignore, 1.3, 1.4 libkipi.spec, 1.2, 1.3 sources, 1.3, 1.4

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sat Oct 22 13:45:51 UTC 2005


Author: abompard

Update of /cvs/extras/rpms/libkipi/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25068/FC-3

Modified Files:
	.cvsignore libkipi.spec sources 
Log Message:
- update to 0.1.2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libkipi/FC-3/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 May 2005 17:21:05 -0000	1.3
+++ .cvsignore	22 Oct 2005 13:45:49 -0000	1.4
@@ -1 +1 @@
-libkipi-0.1.1.tar.bz2
+libkipi-0.1.2.tar.bz2


Index: libkipi.spec
===================================================================
RCS file: /cvs/extras/rpms/libkipi/FC-3/libkipi.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libkipi.spec	8 May 2005 17:21:05 -0000	1.2
+++ libkipi.spec	22 Oct 2005 13:45:49 -0000	1.3
@@ -1,17 +1,16 @@
 Name:           libkipi
-Version:        0.1.1
-Release:        1%{?dist}
-
+Version:        0.1.2
+Release:        4%{?dist}
 Summary:        Common plugin infrastructure for KDE image applications
 
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://extragear.kde.org/apps/kipi
-Source0:        http://dl.sf.net/digikam/libkipi-0.1.1.tar.bz2
+Source0:        http://dl.sf.net/digikam/libkipi-0.1.2.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kdelibs-devel >= 6:3.0
-BuildRequires:  gettext
+BuildRequires:  gettext, libacl-devel
 
 %description
 Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin
@@ -37,7 +36,9 @@
 
 
 %build
-[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
+unset QTDIR && . %{_sysconfdir}/profile.d/qt.sh
+# work around an improper ${kdelibsuff}
+export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
 %configure --disable-rpath --disable-debug --enable-final
 make %{?_smp_mflags}
 
@@ -48,16 +49,22 @@
 
 %find_lang %{name}
 
-#find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post 
+/sbin/ldconfig
+touch --no-create %{_datadir}/icons/hicolor ||:
+gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
+
+%postun
+/sbin/ldconfig
+touch --no-create %{_datadir}/icons/hicolor ||:
+gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
 
 
 %files -f %{name}.lang
@@ -71,13 +78,29 @@
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/*.so
-%{_libdir}/*.la
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/libkipi
 
 
 %changelog
-* Sun May 08 2005 Aurelien Bompard <gauret[AT]free.fr> 0.1.1-1%{?dist}
+* Sat Oct 22 2005 Aurelien Bompard <gauret[AT]free.fr> 0.1.2-4
+- spec file mistake, rebuild
+
+* Sat Oct 22 2005 Aurelien Bompard <gauret[AT]free.fr> 0.1.2-3
+- update gtk's cache in %%post and %%postun
+- don't package .la files
+- see bug 171501
+
+* Thu Oct 06 2005 Aurelien Bompard <gauret[AT]free.fr> 0.1.2-2
+- BR libacl-devel to fix build on FC5
+
+* Thu Oct 06 2005 Aurelien Bompard <gauret[AT]free.fr> 0.1.2-1
+- version 0.1.2
+
+* Thu Jun  9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 0.1.1-1.2
+- Qt not found on x86_64
+
+* Sun May 08 2005 Aurelien Bompard <gauret[AT]free.fr> 0.1.1-1
 - version 0.1.1
 - use disttag
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libkipi/FC-3/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 May 2005 17:21:05 -0000	1.3
+++ sources	22 Oct 2005 13:45:49 -0000	1.4
@@ -1 +1 @@
-395d87ad36b1261f58bdeac87145734c  libkipi-0.1.1.tar.bz2
+2fc68328b1331039861fca6f9354d635  libkipi-0.1.2.tar.bz2




More information about the fedora-extras-commits mailing list