From 20e3c5b13606c44970e43885621ee3e7050b7d1e Mon Sep 17 00:00:00 2001 From: Martin Sourada Date: Sep 01 2008 22:21:46 +0000 Subject: Initial import of echo-artist package. --- diff --git a/.cvsignore b/.cvsignore index e69de29..5084c1b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +echo-artist-0.1.tar.gz diff --git a/echo-artist.spec b/echo-artist.spec new file mode 100644 index 0000000..0c923be --- /dev/null +++ b/echo-artist.spec @@ -0,0 +1,55 @@ +Name: echo-artist +Version: 0.1 +Release: 2%{?dist} +Summary: Automation tools for echo-icon-theme artists + +Group: Applications/Productivity +License: LGPLv2+ +URL: https://fedorahosted.org/echo-icon-theme/ +Source0: https://fedorahosted.org/releases/e/c/echo-icon-theme/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +Requires: git +Requires: icon-naming-utils +Requires: inkscape +Requires: ruby + +%description +Set of scripts for echo-icon-theme artists useful for setting up and maitaining +their local git repository and creating and adding new icon sets to it. + +%prep +%setup -q + + +%build + + +%install +rm -rf %{buildroot} +%{__mkdir} -p %{buildroot}%{_bindir} +%{__cp} --preserve=timestamps echo-add-icon %{buildroot}%{_bindir}/ +%{__cp} --preserve=timestamps echo-new-icon %{buildroot}%{_bindir}/ +%{__cp} --preserve=timestamps echo-set-up %{buildroot}%{_bindir}/ +%{__cp} --preserve=timestamps echo-update %{buildroot}%{_bindir}/ +%{__mkdir} -p %{buildroot}%{_datadir}/%{name} +%{__cp} --preserve=timestamps echo-one-canvas-template.svg %{buildroot}%{_datadir}/%{name}/ + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING CREDITS +%{_bindir}/* +%{_datadir}/%{name} + +%changelog +* Mon Sep 01 2008 Martin Sourada - 0.1-2 +- Use %%{buildroot} instead of $$RPM_BUILD_ROOT + +* Fri Aug 29 2008 Martin Sourada - 0.1-1 +- Initial RPM diff --git a/import.log b/import.log new file mode 100644 index 0000000..cd7cc6c --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +echo-artist-0_1-2_fc9:HEAD:echo-artist-0.1-2.fc9.src.rpm:1220307643 diff --git a/sources b/sources index e69de29..636935d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d690d9ee0efc3a343f8120bd15f8908f echo-artist-0.1.tar.gz