]> git.pld-linux.org Git - packages/icon-naming-utils.git/commitdiff
- initial
authorfreetz <freetz@pld-linux.org>
Sun, 22 Jan 2006 21:40:44 +0000 (21:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icon-naming-utils.spec -> 1.1

icon-naming-utils.spec [new file with mode: 0644]

diff --git a/icon-naming-utils.spec b/icon-naming-utils.spec
new file mode 100644 (file)
index 0000000..e6f49d0
--- /dev/null
@@ -0,0 +1,55 @@
+%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
This page took 0.155729 seconds and 4 git commands to generate.