Author: aredridel Date: Mon Dec 8 06:36:37 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added, NFY, but it works
---- Files affected: SPECS: shoes.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/shoes.spec diff -u /dev/null SPECS/shoes.spec:1.1 --- /dev/null Mon Dec 8 07:36:37 2008 +++ SPECS/shoes.spec Mon Dec 8 07:36:31 2008 @@ -0,0 +1,78 @@ +# $Revision$, $Date$ +# +Summary: Ruby runtime and GUI environment +Name: shoes +Version: 2 +Release: 1 +License: Ruby's +Group: Applications +Source0: http://shoooes.net/dist/%{name}%{version}.tar.gz +# Source0-md5: 826433cdeb80133899bbb694f7aded8a +URL: http://shoooes.net/ +BuildRequires: gtk+2-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description + +%prep +%setup -q -n %{name}-0.r1134 + +%build +%{__make} \ + CC="%{__cc}" \ + PREFIX="%{_prefix}" + +%install +rm -rf $RPM_BUILD_ROOT +# create directories if necessary +#install -d $RPM_BUILD_ROOT +#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + PREFIX=%{_prefix} + +%clean +rm -rf $RPM_BUILD_ROOT + +%if %{with ldconfig} +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig +%endif + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_bindir}/shoes +%dir %{_libdir}/shoes +%{_libdir}/shoes/VERSION.txt +%dir %{_libdir}/shoes/lib +%attr(755,root,root) %{_libdir}/shoes/lib/binject.so +%{_libdir}/shoes/lib/ftsearch +%attr(755,root,root) %{_libdir}/shoes/lib/ftsearchrt.so +%{_libdir}/shoes/lib/rbconfig +%{_libdir}/shoes/lib/rubygems.rb +%{_libdir}/shoes/lib/rubygems +%{_libdir}/shoes/lib/shoes.rb +%{_libdir}/shoes/lib/shoes +%{_libdir}/shoes/lib/ubygems.rb +%attr(755,root,root) %{_libdir}/shoes/libruby.so +%attr(755,root,root) %{_libdir}/shoes/libruby.so.1.8 +%attr(755,root,root) %{_libdir}/shoes/libshoes.so +%{_libdir}/shoes/ruby +%{_libdir}/shoes/samples +%attr(755,root,root) %{_libdir}/shoes/shoes-bin +%attr(755,root,root) %{_libdir}/shoes/shoes.launch +%{_libdir}/shoes/static + +#%{_examplesdir}/%{name}-%{version} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/12/08 06:36:31 aredridel +- added, NFY, but it works + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
