packages: icontool/icontool.spec (NEW) - initial revision

baggins baggins at pld-linux.org
Fri May 14 16:48:09 CEST 2010


Author: baggins                      Date: Fri May 14 14:48:09 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial revision

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

---- Diffs:

================================================================
Index: packages/icontool/icontool.spec
diff -u /dev/null packages/icontool/icontool.spec:1.1
--- /dev/null	Fri May 14 16:48:09 2010
+++ packages/icontool/icontool.spec	Fri May 14 16:48:04 2010
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.perl
+Summary:	Icon Tools
+Name:		icontool
+Version:	0.1.0
+Release:	1
+License:	GPL v2
+Group:		Applications
+Source0:	http://launchpad.net/icontool/trunk/0.1/+download/%{name}-%{version}.tar.gz
+# Source0-md5:	91fbba6fd0f518aa483a7ae8768e7469
+URL:		https://launchpad.net/icontool
+BuildRequires:	gawk
+BuildRequires:	perl-base
+BuildRequires:	perl-XML-Simple
+BuildRequires:  rpm-perlprov >= 4.1-13
+Requires:	inkscape
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A suite of tools for managing Icon Theme Specification and
+Icon Naming Specification compliant icons in an application
+or icon theme.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%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/05/14 14:48:04  baggins
+- initial revision
+
================================================================


More information about the pld-cvs-commit mailing list