rpms/echo-icon-theme/devel .cvsignore, 1.10, 1.11 echo-icon-theme.spec, 1.17, 1.18 sources, 1.11, 1.12

Martin Sourada (mso) fedora-extras-commits at redhat.com
Sat May 10 11:58:25 UTC 2008


Author: mso

Update of /cvs/extras/rpms/echo-icon-theme/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28581

Modified Files:
	.cvsignore echo-icon-theme.spec sources 
Log Message:


Update to latest git snapshot.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/echo-icon-theme/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	17 Nov 2007 21:54:44 -0000	1.10
+++ .cvsignore	10 May 2008 11:57:38 -0000	1.11
@@ -1 +1 @@
-echo-icon-theme-0.3.1.tar.gz
+echo-icon-theme-51c5760509be39d0c1e11d904cf44eef79a80b2e.tar.gz


Index: echo-icon-theme.spec
===================================================================
RCS file: /cvs/extras/rpms/echo-icon-theme/devel/echo-icon-theme.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- echo-icon-theme.spec	7 Jan 2008 22:32:19 -0000	1.17
+++ echo-icon-theme.spec	10 May 2008 11:57:38 -0000	1.18
@@ -1,35 +1,37 @@
+%define git_head_full 51c5760509be39d0c1e11d904cf44eef79a80b2e
+%define git_head 51c57605
+
 Name:           echo-icon-theme
-Version:        0.3.1
-Release:        2%{?dist}
+Version:        0.3.89.0
+Release:        0.1.git%{git_head}%{?dist}
 Summary:        Echo icon theme
 
 Group:          User Interface/Desktops
 License:        Creative Commons Attribution-ShareAlike 3.0
 URL:            http://fedoraproject.org/wiki/Artwork/EchoDevelopment
-Source0:        %{name}-%{version}.tar.gz
+Source0:        %{name}-%{git_head_full}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  icon-naming-utils
+BuildRequires:  autoconf
 Requires(post): gtk2 >= 2.6.0
 Requires(postun): gtk2 >= 2.6.0
 Requires:       gnome-icon-theme
 
-#for Clearlooks icon theme dependency
-Requires:       gnome-themes
-
 %description
 This package contains the Echo icon theme.
 
-
 %prep
-%setup -q
+%setup -q -n echo-icon-theme
 
 %build
+%{_bindir}/autoreconf --install
+%configure
 
 %install
 rm -rf %{buildroot}
-mkdir -p %{buildroot}%{_datadir}/icons
+make install DESTDIR=%{buildroot}
 
-cp -r --preserve=timestamps Echo %{buildroot}%{_datadir}/icons
 touch %{buildroot}%{_datadir}/icons/Echo/icon-theme.cache
 
 %post
@@ -41,25 +43,29 @@
 
 
 %files
-%defattr(0644,root,root,0755)
-%doc LICENSE
-%dir %{_datadir}/icons/Echo
+%defattr(-,root,root,-)
+%doc COPYING ChangeLog AUTHORS
 %{_datadir}/icons/Echo
 %ghost %{_datadir}/icons/Echo/icon-theme.cache
 
-
 %changelog
+* Sat May 10 2008 Martin Sourada <martin.sourada at gmail.com> - 0.3.89.0-0.1.git51c57605
+- New git snapshot
+- Introduce Autotools into Echo icon theme
+- Use icon-naming-utils to create symlinks
+- New icons
+
 * Mon Jan 7 2008 Luya Tshimbalanga <luya at fedoraproject.org> - 0.3.1-2
 - Fixes rhbz #244512
 - Adds new icons
 
-* Sat Nov 17 2007 Martin Sourada <martin.sourada> - 0.3.1-1
+* Sat Nov 17 2007 Martin Sourada <martin.sourada at gmail.com> - 0.3.1-1
 - add missing requires
 - new version
 - fixes rhbz #333231
 - adds new icons
 
-* Thu Oct 04 2007 Martin Sourada <martin.sourada> - 0.3-3.git
+* Thu Oct 04 2007 Martin Sourada <martin.sourada at gmail.com> - 0.3-3.git
 - Fix big icons issue
 
 * Wed Oct  3 2007 Matthias Clasenb <mclasen at redhat.com> - 0.3-2.git


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/echo-icon-theme/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	17 Nov 2007 21:54:44 -0000	1.11
+++ sources	10 May 2008 11:57:38 -0000	1.12
@@ -1 +1 @@
-99c07da5fabb12b3a115b33ff136532f  echo-icon-theme-0.3.1.tar.gz
+7131ef867e11181e3122c96198d40c4a  echo-icon-theme-51c5760509be39d0c1e11d904cf44eef79a80b2e.tar.gz




More information about the fedora-extras-commits mailing list