Author: undefine Date: Tue Dec 13 19:17:36 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: ETL.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/ETL.spec diff -u /dev/null SPECS/ETL.spec:1.1 --- /dev/null Tue Dec 13 20:17:36 2005 +++ SPECS/ETL.spec Tue Dec 13 20:17:29 2005 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +Summary: Voria Extended Class and Template Library +Summary(pl): Biblioteka rozszerzeń klas i wzorców Vorii +Name: ETL +Version: 0.04.07 +Release: 1 +License: GPL +Group: Libraries +Source0: http://www.bridgetone.com/voria/files/%{name}-%{version}.tar.gz +# Source0-md5: f156ea5f07d1c2d5802f2e0e2706b46a +URL: http://www.synfig.com/download +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +VoriaETL is a multiplatform class and template library +designed to complement and supplement the C++ STL. + +%description -l pl +VoriaETL jest wieloplatformową biblioteką klas i wzorców przeznaczoną do +uzupełniania STL C++. + +%prep +%setup -q + +%build +%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) +%attr(755,root,root) %{_bindir}/* +%{_includedir}/%{name} +%{_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 2005/12/13 19:17:29 undefine +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
