SPECS: tango-icon-theme-extras.spec (NEW) - initial PLD release

patrys patrys at pld-linux.org
Fri Aug 11 01:13:13 CEST 2006


Author: patrys                       Date: Thu Aug 10 23:13:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   tango-icon-theme-extras.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/tango-icon-theme-extras.spec
diff -u /dev/null SPECS/tango-icon-theme-extras.spec:1.1
--- /dev/null	Fri Aug 11 01:13:13 2006
+++ SPECS/tango-icon-theme-extras.spec	Fri Aug 11 01:13:08 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - better summary and descriptions
+# - check why 24x24 and scalable icon sets don't build correctly
+# - add license
+#
+Summary:	Additional freedesktop.org standard compliant icons
+Summary(pl):	Dodatkowe ikony implementujące standard freedesktop.org
+Name:		tango-icon-theme-extras
+Version:	0.1.0
+Release:	0.1
+License:	Creative Commons License (see COPYING)
+Group:		Themes
+Source0:	http://tango-project.org/releases/%{name}-%{version}.tar.gz
+# Source0-md5:	caaceaec7b61f1cbda0db9842f9db281
+URL:		http://tango-project.org/Tango_Desktop_Project
+BuildRequires:	ImageMagick-coder-png
+BuildRequires:	ImageMagick-devel
+BuildRequires:	icon-naming-utils >= 0.7.2
+BuildRequires:	pkgconfig
+Requires:	tango-icon-theme
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Additional freedesktop.org standard compliant icons.
+
+%description -l pl
+Dodatkowe ikony implementujące standard freedesktop.org.
+
+%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)
+%doc AUTHORS COPYING ChangeLog README
+%{_iconsdir}/Tango
+
+%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  2006/08/10 23:13:08  patrys
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list