Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Commit

Permalink
fix gentoo and rpm packaging minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
javispedro committed May 12, 2014
1 parent 20cbd1f commit 995317c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gentoo/libgato.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EGIT_REPO_URI="git://gitorious.org/gato/libgato.git"

inherit git-2 qt4-r2

DESCRIPTION="Generic Attribute Profile library for Bluetooth device)"
DESCRIPTION="Generic Attribute Profile library for Bluetooth devices"
HOMEPAGE="https://gitorious.org/firefox-gnome-globalmenu/qt4-gnome-globalmenu"

LICENSE="GPL-2"
Expand Down
7 changes: 6 additions & 1 deletion rpm/libgato.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ License: GPL2
URL: https://gitorious.org/gato/
Source0: %{name}-%{version}.tar.bz2
Source100: libgato.yaml
BuildRequires: pkgconfig(sailfishapp) >= 0.0.10
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(bluez)

Expand Down Expand Up @@ -63,6 +64,10 @@ rm -rf %{buildroot}
# >> install post
# << install post

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
# >> files
Expand Down
1 change: 0 additions & 1 deletion rpm/libgato.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Description: |
Configure: none
Builder: qtc5
PkgConfigBR:
- sailfishapp >= 0.0.10
- Qt5Core
- bluez
AutoSubPackages:
Expand Down

0 comments on commit 995317c

Please sign in to comment.