packages: gpicview/gpicview.spec (NEW) - new

glen glen at pld-linux.org
Fri Jul 30 11:26:49 CEST 2010


Author: glen                         Date: Fri Jul 30 09:26:49 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/gpicview:
   gpicview.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gpicview/gpicview.spec
diff -u /dev/null packages/gpicview/gpicview.spec:1.1
--- /dev/null	Fri Jul 30 11:26:49 2010
+++ packages/gpicview/gpicview.spec	Fri Jul 30 11:26:44 2010
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	GPicView: Picture viewer of LXDE
+Name:		gpicview
+Version:	0.2.1
+Release:	0.1
+License:	GPL v2, LGPL
+Group:		X11/Applications
+Source0:	https://downloads.sourceforge.net/project/lxde/GPicView%20%28image%20Viewer%29/GPicView%20%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	a2de255bf9bdc40746c0dc89b3454a10
+URL:		http://wiki.lxde.org/en/GPicView
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GPicView is the standard picture viewer of LXDE. GPicView features
+lightening fast startup and intuitive interface.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%{__intltoolize}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/pixmaps
+%{_datadir}/%{name}/ui
+%{_pixmapsdir}/%{name}.png
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/07/30 09:26:44  glen
+- new
================================================================


More information about the pld-cvs-commit mailing list