Blob Blame History Raw
Name:           gtk-splitter
Version:        2.2.1
Release:        9%{?dist}
Summary:        A file splitter

License:        GPLv2+
URL:            http://gtk-splitter.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz

BuildRequires:  mhash-devel
BuildRequires:  gtk2-devel

BuildRequires:  desktop-file-utils

%description
gtk-splitter can split files into smaller pieces and combine them back
together. It can also generate a DOS batch file so that the split
files can be combined on DOS/Windows systems. gtk-splitter is good for
working around file limitations with floppy disks, email attachments,
etc.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
make install DESTDIR=%{buildroot} INSTALL="install -p"
rm -rf %{buildroot}%{_prefix}/doc/%{name}-%{version}
desktop-file-install                                    \
    --remove-category="GNOME;Application;"              \
    --dir=%{buildroot}%{_datadir}/applications          \
    %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%doc AUTHORS ChangeLog COPYING HOSTS NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%changelog
* Tue Aug 06 2013 Fabian Affolter <mail@fabian-affolter.ch> - 2.2.1-9
- Spec file updated
- Checked #993810

* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 2.2.1-4
- Rebuild for new libpng

* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Wed Aug 26 2009 Fabian Affolter <mail@fabian-affolter.ch> - 2.2.1-2
- Changed doc stuff installation
- Removed categories during .desktop file installation

* Sun Aug 23 2009 Fabian Affolter <mail@fabian-affolter.ch> - 2.2.1-1
- Initial package for Fedora