File inkblot.spec of Package inkblot
Name: inkblot
License: GPL
Group: Hardware/Printing
Version: 0.99.8
Release: 1
Requires: libinklevel
Summary: Reports on the remaining ink levels in a wide variety of USB and Parallel connected printers.
URL: http://www.gnomefiles.org/app.php/Inkblot
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libinklevel perl-XML-Parser pkgconfig libgnomeui-devel
%if %{defined fedora_version}
BuildRequires: GConf2
%else
BuildRequires: gconf2 libglade2-devel
%endif
Packager: Mauricio Teixeira <mteixeira@webset.net>
%description
Inkblot provides an ink status notification, and can provide a more detailed
dialog showing the level of ink remaining to your printer. Inkblot uses
libinklevel to detect your printer on first run. Where available, the status
of individual colour ink reservoirs is shown.
Inkblot lives in the notification area, and uses session management to ensure
it remains available once added to your setup.
%prep
%setup -q
%build
./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir}
make VERBOSE=1 %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%files
%defattr(0755,root,root,0755)
%{_bindir}/inkblot
%defattr(0644,root,root,0755)
%{_sysconfdir}/gconf/schemas/inkblot.schemas
%{_datadir}/inkblot
%{_datadir}/locale/de_DE/LC_MESSAGES/inkblot.mo
%{_datadir}/locale/en_GB/LC_MESSAGES/inkblot.mo
%{_datadir}/locale/fr_FR/LC_MESSAGES/inkblot.mo
%{_datadir}/locale/ru/LC_MESSAGES/inkblot.mo
%{_datadir}/locale/sv/LC_MESSAGES/inkblot.mo
%{_datadir}/pixmaps/inkblot.png
%{_datadir}/applications/inkblot.desktop
%changelog
* Sun Mar 18 2007 Mauricio Teixeira <mteixeira@webset.net>
- First package into SUSE Build Service