rpms/kanyremote/F-9 kanyremote.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mikhail Fedotov (anyremote) fedora-extras-commits at redhat.com
Sun May 11 18:39:16 UTC 2008


Author: anyremote

Update of /cvs/pkgs/rpms/kanyremote/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18524/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	kanyremote.spec 
Log Message:
build


--- NEW FILE kanyremote.spec ---
Summary: KDE frontend for anyRemote
Name: kanyremote
Version: 4.8
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
Requires: PyKDE >= 3.16, PyQt >= 3.17, pybluez >= 0.9.1, anyremote >= 4.4
BuildRequires: desktop-file-utils
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://anyremote.sourceforge.net/
BuildArch: noarch

%description
kAnyRemote package is KDE GUI frontend for anyRemote 
(http://anyremote.sourceforge.net/). The overall goal of this project is to 
provide remote control service on Linux through Bluetooth, InfraRed, Wi-Fi 
or TCP/IP connection.

%prep
%setup -q

%build
%configure

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
desktop-file-install --vendor=""          \
  --add-category="System"                      \
  --delete-original                             \
  --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \
  $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%changelog
* Sat Apr 20 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.8-1
- Some small enhancements. Spec file correction.

* Mon Mar 11 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.7-1.fc8
- Some small enhancements. Corrected to work properly with anyRemote v4.4.

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

* Sun Feb 20 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.6-1.fc8
- Handle absense of .anyRemote directory

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

* Mon Feb 15 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.5-1.fc8
- Motorola RIZR Z3 support enhanced

%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}_flash.png 
%{_datadir}/pixmaps/%{name}_off.png 
%{_datadir}/pixmaps/%{name}_light.png  
%{_datadir}/pixmaps/%{name}.png
%{_defaultdocdir}/%{name}



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kanyremote/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 May 2008 04:16:21 -0000	1.1
+++ .cvsignore	11 May 2008 18:38:38 -0000	1.2
@@ -0,0 +1 @@
+kanyremote-4.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kanyremote/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 May 2008 04:16:21 -0000	1.1
+++ sources	11 May 2008 18:38:38 -0000	1.2
@@ -0,0 +1 @@
+c64bb291f45e1c27770cf2ffb98b621f  kanyremote-4.8.tar.gz




More information about the fedora-extras-commits mailing list