diff --git a/ganyremote-fedora.spec b/ganyremote-fedora.spec deleted file mode 100644 index 36a625f..0000000 --- a/ganyremote-fedora.spec +++ /dev/null @@ -1,64 +0,0 @@ -Summary: GTK frontend for anyRemote -Name: ganyremote -Version: 2.8 -Release: 1%{?dist} -License: GPLv2+ -Group: Applications/System -Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz -URL: http://anyremote.sourceforge.net/ -Requires: pygtk2 >= 2.10, pybluez >= 0.9.1, bluez-utils >= 3.20, anyremote >= 4.4 -BuildRequires: desktop-file-utils -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch - -%description -gAnyRemote package is GTK 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 - 2.8-1.fc8 -- Some small enhancements. Spec file correction. - -* Mon Mar 03 2008 Mikhail Fedotov - 2.7-1.fc8 -- Some small enhancements. Corrected to work properly with anyRemote v4.4. - -* Tue Feb 26 2008 Mikhail Fedotov - 2.6-3.fc8 -- Spec file correction - -* Sun Feb 17 2008 Mikhail Fedotov - 2.6-2.fc8 -- Spec file correction - -* Mon Feb 15 2008 Mikhail Fedotov - 2.6-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 -%doc %{_defaultdocdir}/%{name} - diff --git a/ganyremote.spec b/ganyremote.spec new file mode 100644 index 0000000..a451634 --- /dev/null +++ b/ganyremote.spec @@ -0,0 +1,67 @@ +Summary: GTK frontend for anyRemote +Name: ganyremote +Version: 2.8 +Release: 2%{?dist} +License: GPLv2+ +Group: Applications/System +Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz +URL: http://anyremote.sourceforge.net/ +Requires: pygtk2 >= 2.10, pybluez >= 0.9.1, bluez-utils >= 3.20, anyremote >= 4.4 +BuildRequires: desktop-file-utils +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +%description +gAnyRemote package is GTK 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 +* Sun Apr 20 2008 Mikhail Fedotov - 2.8-2.fc8 +Spec file correction. + +* Sat Apr 19 2008 Mikhail Fedotov - 2.8-1.fc8 +- Some small enhancements. Spec file correction. + +* Mon Mar 03 2008 Mikhail Fedotov - 2.7-1.fc8 +- Some small enhancements. Corrected to work properly with anyRemote v4.4. + +* Tue Feb 26 2008 Mikhail Fedotov - 2.6-3.fc8 +- Spec file correction + +* Sun Feb 17 2008 Mikhail Fedotov - 2.6-2.fc8 +- Spec file correction + +* Mon Feb 15 2008 Mikhail Fedotov - 2.6-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} + diff --git a/sources b/sources index 7bc2460..ba2374d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -614f3d8ab4858e47839182dd49fc6290 ganyremote-2.8.tar.gz +f989465d389ad8227664e1a5dc394000 ganyremote-2.8.tar.gz