Author: deejay1 Date: Sat Dec 16 16:01:08 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial - NFY - feel free to fix
---- Files affected: SPECS: icecream.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/icecream.spec diff -u /dev/null SPECS/icecream.spec:1.1 --- /dev/null Sat Dec 16 17:01:08 2006 +++ SPECS/icecream.spec Sat Dec 16 17:01:02 2006 @@ -0,0 +1,81 @@ +# $Revision$, $Date$ +# +Summary: Program to distribute compilation of C or C++ +Summary(pl): Program do rozdzielania kompilacji programów w C lub C++ +Name: icecream +Version: 0.7.14 +Release: 0.1 +License: GPL v2 +Group: Development/Languages +Source0: ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2 +# Source0-md5: 8d167d48bc7854b6277a105cafbf2b49 +URL: http://en.opensuse.org/Icecream +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Icecream is the next generation distcc. + +%description -l pl +Icecream jest kompilatorem distcc nowej generacji. + +%package devel +Summary: Header files for icecream +Summary(pl): Pliki nagłówkowe icecream +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files for icecream. + +%description devel -l pl +Pliki nagłówkowe dla icecream. + +%prep +%setup -q -n icecream + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure + +%{__make} \ + CFLAGS="%{rpmcflags}" \ + LDFLAGS="%{rpmldflags}" + +%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 ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/icecc +%{_libdir}/icecc +%attr(755,root,root) %{_sbindir}/* + +%files devel +%defattr(644,root,root,755) +%{_includedir}/icecc +%{_pkgconfigdir}/*.pc + +%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 2006/12/16 16:01:02 deejay1 +- initial +- NFY - feel free to fix + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
