Author: shadzik Date: Sat Nov 18 18:45:45 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new, NFY
---- Files affected: SPECS: anyremote.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/anyremote.spec diff -u /dev/null SPECS/anyremote.spec:1.1 --- /dev/null Sat Nov 18 19:45:45 2006 +++ SPECS/anyremote.spec Sat Nov 18 19:45:39 2006 @@ -0,0 +1,57 @@ +# $Revision$, $Date$ +Summary: anyremote +Summary(pl): anyremote +Name: anyremote +Version: 2.0 +Release: 1 +License: GPL +Group: Applications +Source0: http://dl.sourceforge.net/anyremote/%{name}-%{version}.tar.gz +# Source0-md5: 444c217871471672f3263554f46c0c58 +URL: http://anyremote.sourceforge.net +#BuildRequires: autoconf +#BuildRequires: automake +#BuildRequires: intltool +#BuildRequires: libtool +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description + +#%description -l pl + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%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) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/anyremote + +%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/11/18 18:45:39 shadzik +- new, NFY + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
