rpms/kftpgrabber/devel kftpgrabber.spec,1.2,1.3

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Dec 14 17:53:30 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/kftpgrabber/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31280

Modified Files:
	kftpgrabber.spec 
Log Message:
* Fri Dec 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.1-4
- BR: kdelibs3-devel openssl-devel
- omit .desktop Icon= munging
- fixup scriptlets, Requires(post,postun): /sbin/ldconfig coreutils
- (re)include plugin .la files
- %summary,%description: s/for KDE//
- %configure: --enable-new-ldflags
* Mon Sep 03 2007 Johan Cwiklinski <johan at x-tnd.be> 0.8.1-3
- Fix licence tag
* Sun May 13 2007 Johan Cwiklinski <johan at x-tnd.be> 0.8.1-2
- Removed INSTALL from devel docs as it is unnecessary file
* Sat May 12 2007 Johan Cwiklinski <johan at x-tnd.be> 0.8.1-1
- Updated to new version
- Removed libs subpackage
- Removed qt-devel BR since its already required by kdebase-devel
* Tue Apr 10 2007 Johan Cwiklinski <johan.cwiklinski at fedoraproject.org> 0.8.0-2
- patched desktop file for the icon appears in gnome and xcfe desktops environments
- sourced qt
- added libs package
- using rm for la files instead of excluding them
* Sun Mar 18 2007 Johan Cwiklinski <johan.cwiklinski at fedoraproject.org> 0.8.0-1
- Submitting to Fedora Extras
- Removing dir macro since it seems not really necessary
* Mon Mar 12 2007 Johan Cwiklinski <johan.cwiklinski at fedoraproject.org> 0.8.0-0.2
- added dir macro to files for directory to be owned by the package
- removed kdebase require since it will be retrieved automatically
* Sat Mar 10 2007 Johan Cwiklinski <johan.cwiklinski at fedoraproject.org> 0.8.0-0.1
- Initial RPM creation



Index: kftpgrabber.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kftpgrabber/devel/kftpgrabber.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kftpgrabber.spec	3 Sep 2007 20:53:46 -0000	1.2
+++ kftpgrabber.spec	14 Dec 2007 17:52:52 -0000	1.3
@@ -1,7 +1,7 @@
 Name:           kftpgrabber
 Version:        0.8.1
-Release:        3%{?dist}
-Summary:        FTP client for K Desktop Environment
+Release:        4%{?dist}
+Summary:        FTP client
 
 Group:          Applications/Internet
 License:        GPLv2
@@ -9,7 +9,13 @@
 Source0:        http://www.kftp.org/uploads/files/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  kdebase-devel desktop-file-utils gettext
+BuildRequires:  desktop-file-utils
+BuildRequires:  gettext
+BuildRequires:  kdelibs3-devel
+BuildRequires:  openssl-devel
+
+Requires(post): /sbin/ldconfig coreutils
+Requires(postun): /sbin/ldconfig coreutils
 
 
 %package devel
@@ -19,7 +25,7 @@
 
 
 %description
-KFTPgrabber is a graphical FTP client for the K Desktop Environment.
+KFTPgrabber is a graphical FTP client.
 It implements many features required for usable FTP interaction.
 
 %description    devel
@@ -28,12 +34,14 @@
 
 %prep
 %setup -q
-sed -e 's|Icon=kftpgrabber|Icon=kftpgrabber.png|g' -i kftpgrabber/src/kftpgrabber.desktop
 
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
-%configure  --disable-rpath
+%configure  \
+  --disable-rpath
+  --enable-new-ldflags
+
 make %{?_smp_mflags}
 
 
@@ -47,7 +55,7 @@
 
 %find_lang %{name}
 
-rm $RPM_BUILD_ROOT%{_libdir}/kde3/kftpimportplugin*.la
+#rm $RPM_BUILD_ROOT%{_libdir}/kde3/kftpimportplugin*.la
 rm $RPM_BUILD_ROOT%{_libdir}/libkftpinterfaces.la
 
 
@@ -57,13 +65,14 @@
 
 %post
 /sbin/ldconfig
+touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
 fi
-touch --no-create %{_datadir}/icons/hicolor
 
 %postun
 /sbin/ldconfig
+touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
 fi
@@ -76,9 +85,9 @@
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README TODO
 %{_bindir}/kftpgrabber
-%{_libdir}/kde3/kftpimportplugin*.so
+%{_libdir}/kde3/kftpimportplugin*.*
 %{_datadir}/applications/kde/kftpgrabber.desktop
-%{_datadir}/apps/kftpgrabber
+%{_datadir}/apps/kftpgrabber/
 %{_datadir}/config.kcfg/kftpgrabber.kcfg
 %{_datadir}/icons/hicolor/??x??/apps/kftpgrabber.png
 %{_datadir}/services/kftpimportplugin_filezilla3.desktop
@@ -89,17 +98,21 @@
 %{_libdir}/libkftpinterfaces.so.0
 %{_libdir}/libkftpinterfaces.so.0.0.0
 
-
 %files devel
 %defattr(-,root,root,-)
-%doc
 %dir %{_includedir}/kftpgrabber
 %{_includedir}/kftpgrabber/kftpbookmarkimportplugin.h
 %{_libdir}/libkftpinterfaces.so
 
 
-
 %changelog
+* Fri Dec 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.1-4
+- BR: kdelibs3-devel openssl-devel
+- omit .desktop Icon= munging
+- fixup scriptlets, Requires(post,postun): /sbin/ldconfig coreutils
+- (re)include plugin .la files
+- %%summary,%%description: s/for KDE//
+- %%configure: --enable-new-ldflags
 * Mon Sep 03 2007 Johan Cwiklinski <johan at x-tnd.be> 0.8.1-3
 - Fix licence tag
 * Sun May 13 2007 Johan Cwiklinski <johan at x-tnd.be> 0.8.1-2




More information about the fedora-extras-commits mailing list