rpms/kftpgrabber/FC-6 kftpgrabber.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Johan Cwiklinski (trasher) fedora-extras-commits at redhat.com
Fri May 18 16:18:40 UTC 2007


Author: trasher

Update of /cvs/extras/rpms/kftpgrabber/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16818/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	kftpgrabber.spec 
Log Message:



--- NEW FILE kftpgrabber.spec ---
Name:           kftpgrabber
Version:        0.8.1
Release:        2%{?dist}
Summary:        FTP client for K Desktop Environment

Group:          Applications/Internet
License:        GPL
URL:            http://kftp.org/
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


%package devel
Summary:        Development files for kftpgrabber
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}


%description
KFTPgrabber is a graphical FTP client for the K Desktop Environment.
It implements many features required for usable FTP interaction.

%description    devel
Kftpgrabber development files.


%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
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-install --vendor=""                     \
       --dir=%{buildroot}%{_datadir}/applications/kde   \
       %{buildroot}/%{_datadir}/applications/kde/kftpgrabber.desktop

%find_lang %{name}

rm $RPM_BUILD_ROOT%{_libdir}/kde3/kftpimportplugin*.la
rm $RPM_BUILD_ROOT%{_libdir}/libkftpinterfaces.la


%clean
rm -rf $RPM_BUILD_ROOT


%post
/sbin/ldconfig
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
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
fi

#%post -n %{name}-libs -p /sbin/ldconfig
#%postun -n %{name}-libs -p /sbin/ldconfig


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/kftpgrabber
%{_libdir}/kde3/kftpimportplugin*.so
%{_datadir}/applications/kde/kftpgrabber.desktop
%{_datadir}/apps/kftpgrabber
%{_datadir}/config.kcfg/kftpgrabber.kcfg
%{_datadir}/icons/hicolor/??x??/apps/kftpgrabber.png
%{_datadir}/services/kftpimportplugin_filezilla3.desktop
%{_datadir}/services/kftpimportplugin_gftp.desktop
%{_datadir}/services/kftpimportplugin_kftp.desktop
%{_datadir}/services/kftpimportplugin_ncftp.desktop
%{_datadir}/servicetypes/kftpbookmarkimportplugin.desktop
%{_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
* 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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kftpgrabber/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 May 2007 20:12:31 -0000	1.1
+++ .cvsignore	18 May 2007 16:18:34 -0000	1.2
@@ -0,0 +1 @@
+kftpgrabber-0.8.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kftpgrabber/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 May 2007 20:12:31 -0000	1.1
+++ sources	18 May 2007 16:18:34 -0000	1.2
@@ -0,0 +1 @@
+56610fd3e2e7f092b7d8eed10d3e5d36  kftpgrabber-0.8.1.tar.bz2




More information about the fedora-extras-commits mailing list