diff options
author | Richard Hughes <richard@hughsie.com> | 2018-02-27 15:16:52 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2018-02-27 15:16:57 +0000 |
commit | 8e9b5b192a62af0a2440062443877dd06680c2c5 (patch) | |
tree | 9c9dd6640a439b4768c8e9a331e09dd146a21fec | |
parent | afd8a97b7e33c1ea8ab8e36157ed580c2ab5df6a (diff) | |
download | gusb-8e9b5b192a62af0a2440062443877dd06680c2c5.tar.gz |
trivial: Fix example spec file
-rw-r--r-- | contrib/libgusb.spec.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/libgusb.spec.in b/contrib/libgusb.spec.in index fd21e2e..4896cd4 100644 --- a/contrib/libgusb.spec.in +++ b/contrib/libgusb.spec.in @@ -5,7 +5,7 @@ Name: libgusb Version: #VERSION# Release: 0.#BUILD#%{?alphatag}%{?dist} License: LGPLv2+ -URL: https://gitorious.org/gusb/ +URL: https://github.com/hughsie/libgusb Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz BuildRequires: glib2-devel >= 2.38.0 @@ -39,8 +39,7 @@ GLib headers and libraries for gusb. %install %meson_install -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %defattr(-,root,root,-) |