diff --git a/.cvsignore b/.cvsignore index e69de29..e639432 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +gnome-commander-1.2.3.tar.bz2 diff --git a/gnome-commander.spec b/gnome-commander.spec new file mode 100644 index 0000000..466caf7 --- /dev/null +++ b/gnome-commander.spec @@ -0,0 +1,151 @@ +Name: gnome-commander +Version: 1.2.3 +Release: 2%{?dist} +Summary: A nice and fast file manager for the GNOME desktop + +Group: Applications/File +License: GPL +URL: http://www.nongnu.org/gcmd/ +Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.2/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: desktop-file-utils +BuildRequires: scrollkeeper +BuildRequires: gettext + +BuildRequires: id3lib-devel +BuildRequires: lcms-devel +BuildRequires: libgnomeui-devel +BuildRequires: libexif-devel +BuildRequires: gnome-doc-utils +BuildRequires: perl(XML::Parser) + +Requires(post): scrollkeeper +Requires(postun): scrollkeeper + +%description +GNOME Commander is a nice and fast file manager for the GNOME desktop. +In addition to performing the basic filemanager functions the program is +also an FTP-client and it can browse SMB-networks. + +%prep +%setup -q + +%build +%configure --disable-scrollkeeper +%{__make} %{?_smp_mflags} + +%install +%{__rm} -rf %{buildroot} +%{__make} \ + INSTALL="%{__install} -c -p" \ + DESTDIR=%{buildroot} \ + install + +desktop-file-install \ + --delete-original \ + --vendor '' \ + --remove-category Application \ + --dir %{buildroot}%{_datadir}/applications \ + %{buildroot}%{_datadir}/applications/%{name}.desktop + +%{__rm} -f %{buildroot}%{_libdir}/%{name}/*.{a,la,so} +%{__rm} -f %{buildroot}%{_libdir}/%{name}/*/*.{a,la,so} + +%find_lang %{name} + +%post +scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : + +%postun +scrollkeeper-update -q || : + +%clean +%{__rm} -rf %{buildroot} + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO doc/*.txt + +%{_bindir}/* +%{_libdir}/%{name}/ +%{_mandir}/man1/%{name}.1* + +%{_datadir}/applications/%{name}.desktop + +%{_datadir}/gnome/help/%{name}/ +%{_datadir}/omf/%{name}/ + +%{_datadir}/pixmaps/%{name}.png +%{_datadir}/pixmaps/%{name}/ + +%changelog +* Thu Dec 21 2006 Mamoru Tasaka - 1.2.3-2 +- Clean up. + +* Tue Nov 14 2006 Piotr Eljasiak +- fixed Source0 address + +* Mon Jul 17 2006 Piotr Eljasiak +- added glib dependencies + +* Sun May 14 2006 Stephanos Manos +- Fixed Scrollkeeper database update + -disabled scrollkeeper update from make + -added scrollkeeper-database-update in the %%post & %%postun section +- Added %%post & %%postun entries for the desktop file +- Added %%post & %%postun entries for the gtk+ icon cache file + +* Sun Apr 9 2006 Piotr Eljasiak +- minor cleanups + +* Thu Mar 5 2006 Piotr Eljasiak +- added OMF files + +* Mon Feb 13 2006 Piotr Eljasiak +- install gnome-commander icon to %%{_datadir}/pixmaps/ +- install gnome-commander.1* to %%{_mandir}/man1/ + +* Sat Feb 11 2006 Piotr Eljasiak +- set default srcext to .bz2 + +* Fri Jan 28 2005 Piotr Eljasiak +- fixed typo: rpm --> rpmbuild + +* Mon May 03 2004 Piotr Eljasiak +- converted spec file to utf-8 +- used RPM macros a bit more + +* Thu Jun 19 2003 Piotr Eljasiak +- added libraries + +* Tue Mar 25 2003 Piotr Eljasiak +- updated Sources + +* Mon Jan 20 2003 Piotr Eljasiak +- added build dependencies + +* Fri Jan 10 2003 Piotr Eljasiak +- added localization + +* Thu Jan 09 2003 Piotr Eljasiak +- added dependencies + +* Mon Jun 24 2002 Piotr Eljasiak +- more cleanup in install section + +* Sat Jun 15 2002 Piotr Eljasiak +- simplified install and files sections + +* Mon Jun 10 2002 Piotr Eljasiak +- .spec file is now generated from .spec.in + +* Mon Jun 10 2002 Marcus Bjurman +- The default icon for this project is now called gnome-commander.png + The xpm variant of the same icon is now also renamed in the same manner. + +* Sat Mar 9 2002 Marcus Bjurman +- Pumped up the version nr + +* Sun Nov 4 2001 Marcus Bjurman +- Initial build. diff --git a/sources b/sources index e69de29..896e659 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +817ee443d970c9efb5553b7b6103ab86 gnome-commander-1.2.3.tar.bz2