From 8d5692196a1e7ea06583f83d8c00740f5cf38517 Mon Sep 17 00:00:00 2001 From: Huzaifa Sidhpurwala Date: Fri, 12 Sep 2008 10:25:56 +0000 Subject: [PATCH 1/5] Initialize branch F-8 for anyremote2html --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..e9e7ccd --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-8 From 292c35f2d1d9c96489e92d438eb75ecadf4e0f24 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Sun, 14 Sep 2008 20:02:43 +0000 Subject: [PATCH 2/5] build --- .cvsignore | 1 + anyremote2html.spec | 35 +++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 38 insertions(+) create mode 100644 anyremote2html.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..803ae0e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +anyremote2html-0.5.2.2.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec new file mode 100644 index 0000000..8831a38 --- /dev/null +++ b/anyremote2html.spec @@ -0,0 +1,35 @@ +Summary: WEB interface for anyRemote +Name: anyremote2html +Version: 0.5.2.2 +Release: 1 +License: GPLv2+ +Group: Applications/System +Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz +Requires:python >= 2.4, anyremote >= 4.5 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://anyremote.sourceforge.net/ +BuildArch: noarch + +%description +WEB interface for anyRemote - http://anyremote.sourceforge.net/ - remote +control software through bluetooth, IR or TCP/IP connection. anyRemote2html +acts as HTTP server and translates anyRemote commands to HTML. + +%prep +%setup -q + +%build +%configure + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%{_datadir}/pixmaps/%{name} +%{_bindir}/%{name} +%{_defaultdocdir}/%{name} diff --git a/import.log b/import.log new file mode 100644 index 0000000..a1d6073 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +anyremote2html-0_5_2_2-1:F-8:anyremote2html-0.5.2.2-1.src.rpm:1221422516 diff --git a/sources b/sources index e69de29..a784f14 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3daa03b6bbe423839498163ac86f075c anyremote2html-0.5.2.2.tar.gz From 0340e0f225e7c317254ab5a066ef294de8eef2da Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Mon, 29 Sep 2008 18:38:40 +0000 Subject: [PATCH 3/5] build --- .cvsignore | 2 +- anyremote2html.spec | 43 +++++++++++++++++++++++++++++++++++++++---- import.log | 1 + sources | 2 +- 4 files changed, 42 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 803ae0e..16b654c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anyremote2html-0.5.2.2.tar.gz +anyremote2html-0.6.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec index 8831a38..9e6db71 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,11 +1,11 @@ Summary: WEB interface for anyRemote Name: anyremote2html -Version: 0.5.2.2 -Release: 1 +Version: 0.6 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz -Requires:python >= 2.4, anyremote >= 4.5 +Requires:python >= 2.4, anyremote >= 4.9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://anyremote.sourceforge.net/ BuildArch: noarch @@ -23,11 +23,46 @@ acts as HTTP server and translates anyRemote commands to HTML. %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT install="install -p" %clean rm -rf $RPM_BUILD_ROOT + +%changelog + +* Mon Sep 29 2008 Mikhail Fedotov - 0.6 +- New icon set. + +* Fri Sep 11 2008 Mikhail Fedotov - 0.5.2.2-1 +- Corrected autotools issue. + +* Fri Sep 5 2008 Mikhail Fedotov - 0.5.2.1-1 +- Corrected spec file. + +* Thu Sep 4 2008 Mikhail Fedotov - 0.5.2-3 +- Corrected spec file. + +* Sun Aug 24 2008 Mikhail Fedotov - 0.5.2-2 +- Corrected files permissions and specs. + +* Wed Aug 20 2008 Mikhail Fedotov - 0.5.2 +- Corrected files permissions and specs. + +* Sun May 25 2008 Mikhail Fedotov - 0.5.1 +- Change default web port to 5550. +* Mon May 19 2008 Mikhail Fedotov - 0.5 +- Better integration with anyRemote. + +* Tue Apr 08 2008 Mikhail Fedotov - 0.4 +- Minor bugfix + +* Tue Mar 04 2008 Mikhail Fedotov - 0.3 +- Several icons were added. Use autotools to create makefile. + +* Thu Aug 23 2007 Mikhail Fedotov - 0.2 +- Initial release + %files %defattr(-,root,root,-) %{_datadir}/pixmaps/%{name} diff --git a/import.log b/import.log index a1d6073..a294afd 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ anyremote2html-0_5_2_2-1:F-8:anyremote2html-0.5.2.2-1.src.rpm:1221422516 +anyremote2html-0_6-1_fc9:F-8:anyremote2html-0.6-1.fc9.src.rpm:1222713271 diff --git a/sources b/sources index a784f14..2cbb2e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3daa03b6bbe423839498163ac86f075c anyremote2html-0.5.2.2.tar.gz +23916c00c39b16f749a65adec2bdcced anyremote2html-0.6.tar.gz From a2401081c07e1cf2a9eebcdf83d6fff13ed3514b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:28:01 +0000 Subject: [PATCH 4/5] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 288e108..d046ba8 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: anyremote2html -# $Id$ +# $Id: Makefile,v 1.1 2008/09/12 10:25:54 huzaifas Exp $ NAME := anyremote2html SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 0b2e313870645c271e987990cd3571dcf8fca662 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 10:03:21 +0000 Subject: [PATCH 5/5] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 2 -- 4 files changed, 24 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index d046ba8..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: anyremote2html -# $Id: Makefile,v 1.1 2008/09/12 10:25:54 huzaifas Exp $ -NAME := anyremote2html -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index e9e7ccd..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-8 diff --git a/import.log b/import.log deleted file mode 100644 index a294afd..0000000 --- a/import.log +++ /dev/null @@ -1,2 +0,0 @@ -anyremote2html-0_5_2_2-1:F-8:anyremote2html-0.5.2.2-1.src.rpm:1221422516 -anyremote2html-0_6-1_fc9:F-8:anyremote2html-0.6-1.fc9.src.rpm:1222713271