diff --git a/README.md b/README.md index 78daafc..0ec84ea 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gqview +Image browser that features single click access to view images and move around the directory tree. + diff --git a/gqview.spec b/gqview.spec new file mode 100644 index 0000000..be5dc35 --- /dev/null +++ b/gqview.spec @@ -0,0 +1,79 @@ +Name: gqview +Version: 2.1.5 +Release: 2mamba +Summary: An image browser +Group: Graphical Desktop/Applications/Graphics +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://gqview.sourceforge.net/ +Source: http://downloads.sourceforge.net/sourceforge/gqview/%{name}-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libglib-devel +BuildRequires: libgtk-devel +BuildRequires: libpango-devel +## AUTOBUILDREQ-END +BuildRequires: gettext-devel +BuildRequires: pkgconfig +BuildRequires: bison >= 1.875 +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Image browser that features single click access to view images and move around the directory tree. + +%prep +%setup -q + +%build +%configure +%make LIBS="-lm" + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall + +%{find_lang} %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/gqview +%{_datadir}/applications/gqview.desktop +%{_datadir}/pixmaps/gqview.png +%{_mandir}/man1/gqview.* +%doc AUTHORS COPYING +#ChangeLog NEWS TODO + +%changelog +* Wed Jul 31 2013 Automatic Build System 2.1.5-2mamba +- automatic rebuild by autodist + +* Wed Jul 08 2009 Automatic Build System 2.1.5-1mamba +- automatic update by autodist + +* Sat Feb 02 2008 Silvan Calarco 2.0.4-2mamba +- specfile updates; changed maintainer. + +* Thu Dec 14 2006 Davide Madrisan 2.0.4-1qilnx +- update to version 2.0.4 by autospec + +* Mon Nov 06 2006 Davide Madrisan 2.0.3-1qilnx +- update to version 2.0.3 by autospec + +* Mon Oct 16 2006 Davide Madrisan 2.0.2-1qilnx +- update to version 2.0.2 by autospec + +* Thu Dec 01 2005 Alessandro Ramazzina 2.0.1-2qilnx +- modified group + +* Thu Dec 01 2005 Alessandro Ramazzina 2.0.1-1qilnx +- updated to 2.0.1 version + +* Mon Oct 18 2004 Alessandro Ramazzina 1.4.5-1qilnx +- package created by autospec