automatic rebuild by autodist [release 2.1.5-2mamba;Wed Jul 31 2013]
This commit is contained in:
parent
dbd21b3694
commit
4df3c1bba7
@ -1,2 +1,4 @@
|
||||
# gqview
|
||||
|
||||
Image browser that features single click access to view images and move around the directory tree.
|
||||
|
||||
|
79
gqview.spec
Normal file
79
gqview.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@mambasoft.it> 2.1.5-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Wed Jul 08 2009 Automatic Build System <autodist@mambasoft.it> 2.1.5-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Feb 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.4-2mamba
|
||||
- specfile updates; changed maintainer.
|
||||
|
||||
* Thu Dec 14 2006 Davide Madrisan <davide.madrisan@qilinux.it> 2.0.4-1qilnx
|
||||
- update to version 2.0.4 by autospec
|
||||
|
||||
* Mon Nov 06 2006 Davide Madrisan <davide.madrisan@qilinux.it> 2.0.3-1qilnx
|
||||
- update to version 2.0.3 by autospec
|
||||
|
||||
* Mon Oct 16 2006 Davide Madrisan <davide.madrisan@qilinux.it> 2.0.2-1qilnx
|
||||
- update to version 2.0.2 by autospec
|
||||
|
||||
* Thu Dec 01 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 2.0.1-2qilnx
|
||||
- modified group
|
||||
|
||||
* Thu Dec 01 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 2.0.1-1qilnx
|
||||
- updated to 2.0.1 version
|
||||
|
||||
* Mon Oct 18 2004 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 1.4.5-1qilnx
|
||||
- package created by autospec
|
Reference in New Issue
Block a user