automatic update by autodist [release 1.39~dfsg-1mamba;Tue Oct 11 2016]

This commit is contained in:
Automatic Build System 2024-01-06 10:25:32 +01:00
parent 8eb94ca1d4
commit 69b36ead3d

View File

@ -1,13 +1,17 @@
%define pkgver %(echo %version | sed "s|_|%7E|")
%define srcver %(echo %version | sed "s|_|~|")
%define dirver %(echo %version | sed "s|_|%7E|")-4
Name: pommed Name: pommed
Version: 1.26 Version: 1.39_dfsg
Release: 2mamba Release: 1mamba
Summary: Handles the hotkeys and other special functions found on the Apple MacBook Pro, MacBook and PowerBook laptops Summary: Handles the hotkeys and other special functions found on the Apple MacBook Pro, MacBook and PowerBook laptops
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.technologeek.org/projects/pommed/index.html URL: http://www.technologeek.org/projects/pommed/index.html
Source: https://alioth.debian.org/frs/download.php/2975/pommed-%{version}.tar.gz Source: http://pommed.sourcearchive.com/downloads/%{dirver}/pommed_%{pkgver}.orig.tar.gz
#Source: https://alioth.debian.org/frs/download.php/2975/pommed-%{version}.tar.gz
Patch0: pommed-1.26-missing-ldflag.patch Patch0: pommed-1.26-missing-ldflag.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -38,8 +42,8 @@ Optional support for the Apple Remote control is available.
mbpeventd has been renamed to pommed as we've added support for PowerBook laptops. mbpeventd has been renamed to pommed as we've added support for PowerBook laptops.
%prep %prep
%setup -q %setup -q -n %{name}-%{srcver}
%patch0 -p1 #%patch0 -p1
%build %build
%make %make
@ -59,7 +63,7 @@ cp -a gpomme/themes %{buildroot}%{_datadir}/gpomme/
install -D -m0755 gpomme/gpomme %{buildroot}%{_bindir}/gpomme install -D -m0755 gpomme/gpomme %{buildroot}%{_bindir}/gpomme
install -d %{buildroot}%{_datadir}/applications install -d %{buildroot}%{_datadir}/applications
install -m0644 gpomme/gpomme*.desktop %{buildroot}%{_datadir}/applications install -m0644 gpomme/gpomme*.desktop %{buildroot}%{_datadir}/applications
install -m0644 gpomme/gpomme.glade %{buildroot}%{_datadir}/gpomme/gpomme.glade #install -m0644 gpomme/gpomme.glade %{buildroot}%{_datadir}/gpomme/gpomme.glade
cd gpomme/po cd gpomme/po
for f in *.mo; do for f in *.mo; do
@ -90,7 +94,7 @@ install -D -m0644 gpomme/gpomme.1 %{buildroot}%{_mandir}/man1/gpomme.1
%{_sbindir}/pommed %{_sbindir}/pommed
%{_datadir}/applications/gpomme-c.desktop %{_datadir}/applications/gpomme-c.desktop
%{_datadir}/applications/gpomme.desktop %{_datadir}/applications/gpomme.desktop
%{_datadir}/gpomme/gpomme.glade #%{_datadir}/gpomme/gpomme.glade
%{_datadir}/gpomme/themes %{_datadir}/gpomme/themes
%{_datadir}/pommed/*.wav %{_datadir}/pommed/*.wav
%{_datadir}/icons/hicolor/*/gpomme.png %{_datadir}/icons/hicolor/*/gpomme.png
@ -100,6 +104,9 @@ install -D -m0644 gpomme/gpomme.1 %{buildroot}%{_mandir}/man1/gpomme.1
%doc AUTHORS COPYING ChangeLog README TODO %doc AUTHORS COPYING ChangeLog README TODO
%changelog %changelog
* Tue Oct 11 2016 Automatic Build System <autodist@mambasoft.it> 1.39~dfsg-1mamba
- automatic update by autodist
* Mon Jul 29 2013 Automatic Build System <autodist@mambasoft.it> 1.26-2mamba * Mon Jul 29 2013 Automatic Build System <autodist@mambasoft.it> 1.26-2mamba
- automatic rebuild by autodist - automatic rebuild by autodist