SPECS: icon-naming-utils.spec (NEW) - initial

freetz freetz at pld-linux.org
Sun Jan 22 22:40:49 CET 2006


Author: freetz                       Date: Sun Jan 22 21:40:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   icon-naming-utils.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/icon-naming-utils.spec
diff -u /dev/null SPECS/icon-naming-utils.spec:1.1
--- /dev/null	Sun Jan 22 22:40:49 2006
+++ SPECS/icon-naming-utils.spec	Sun Jan 22 22:40:44 2006
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.perl
+Summary:	Icon naming utility
+Summary(pl):	Narzędzie do nadawania nazw ikonom
+Name:		icon-naming-utils
+Version:	0.6.6
+Release:	1
+License:	GPL
+Group:		Applications
+Source0:	http://tango-project.org/releases/%{name}-%{version}.tar.gz
+# Source0-md5:	70e20fc78317c530e4fca1a6cb42d1a7
+Patch0:		%{name}-paths.patch
+URL:		http://tango-project.org/Standard_Icon_Naming_Specification
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	perl-XML-Simple
+BuildRequires:	rpm-perlprov >= 4.1-13
+Requires:	pkgconfig
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This utility maps the icon names used by the GNOME and KDE desktops to
+the icon names proposed in the Icon Naming Specification.
+
+%description -l pl
+Narzędzie to adaptuje nazwy ikon używancyh przez środowiska GNOME i
+KDE do nazw zaproponowanych w stadarcie Icon Naming Specification.
+
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%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 ChangeLog README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_pkgconfigdir}/*.pc
+
+%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/01/22 21:40:44  freetz
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list