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
Version: 1.26
Release: 2mamba
Version: 1.39_dfsg
Release: 1mamba
Summary: Handles the hotkeys and other special functions found on the Apple MacBook Pro, MacBook and PowerBook laptops
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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
License: GPL
## 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.
%prep
%setup -q
%patch0 -p1
%setup -q -n %{name}-%{srcver}
#%patch0 -p1
%build
%make
@ -59,7 +63,7 @@ cp -a gpomme/themes %{buildroot}%{_datadir}/gpomme/
install -D -m0755 gpomme/gpomme %{buildroot}%{_bindir}/gpomme
install -d %{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
for f in *.mo; do
@ -90,7 +94,7 @@ install -D -m0644 gpomme/gpomme.1 %{buildroot}%{_mandir}/man1/gpomme.1
%{_sbindir}/pommed
%{_datadir}/applications/gpomme-c.desktop
%{_datadir}/applications/gpomme.desktop
%{_datadir}/gpomme/gpomme.glade
#%{_datadir}/gpomme/gpomme.glade
%{_datadir}/gpomme/themes
%{_datadir}/pommed/*.wav
%{_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
%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
- automatic rebuild by autodist