rpms/anyremote/devel anyremote.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mikhail Fedotov (anyremote) fedora-extras-commits at redhat.com
Wed Mar 26 19:52:43 UTC 2008


Author: anyremote

Update of /cvs/pkgs/rpms/anyremote/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7728/devel

Modified Files:
	.cvsignore sources 
Added Files:
	anyremote.spec 
Log Message:

first version



--- NEW FILE anyremote.spec ---
Summary: Remote control through bluetooth or IR connection
Name: anyremote
Version: 4.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
URL: http://anyremote.sourceforge.net/
Requires: bc,anyremote-doc >= 4.2,anyremote-data >= 4.2
BuildRequires:bluez-libs-devel, libX11-devel, libXtst-devel, xorg-x11-proto-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
The overall goal of this project is to provide remote control service on Linux 
through Bluetooth, InfraRed, Wi-Fi or TCP/IP connection.
anyRemote supports wide range of modern cell phones like Nokia, SonyEricsson, 
Motorola and others. 

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz

%package data
Summary: Configuration files for anyRemote
Group: Applications/System

%description data
Configuration files for anyRemote

%files data
%defattr(-,root,root,-)
%{_datadir}/%{name}

%package doc
Summary: Documentation for anyRemote
Group: Applications/System

%description doc
Documentation for anyRemote

%files doc
%defattr(-,root,root,-)
%doc %{_defaultdocdir}/%{name}

%changelog
* Tue Mar 07 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.4-1.fc8
- Spec file correction. Some minor enhancemens.

* Tue Mar 02 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-4.fc8
- Spec file correction. Move J2ME stuff out of the package.

* Tue Feb 26 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-3.fc8
- Spec file correction

* Sun Feb 17 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-2.fc8
- Spec file correction

* Mon Feb 15 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-1.fc8
- Bugfixes and small enhancements.Support for touchscreen devices was improved

* Fri Jan 10 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.2-1.fc8
- Spec file modified.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anyremote/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Mar 2008 16:10:38 -0000	1.1
+++ .cvsignore	26 Mar 2008 19:52:06 -0000	1.2
@@ -0,0 +1 @@
+anyremote-4.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anyremote/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Mar 2008 16:10:38 -0000	1.1
+++ sources	26 Mar 2008 19:52:06 -0000	1.2
@@ -0,0 +1 @@
+a8fce6470c32cc263c3610d92e7b4141  anyremote-4.4.tar.gz




More information about the fedora-extras-commits mailing list