diff options
author | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-08-25 16:18:27 +0200 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-08-25 16:18:27 +0200 |
commit | 4041a8b1826c6772b5d8beebb88adb46d668b50c (patch) | |
tree | eb8442c5a799e1f01058a8478591422440a577f4 | |
parent | 1a7a30575cce449a856a1d96c3337debe05cf205 (diff) | |
download | dmxproto-tizen_3.0.2015.q2_common.tar.gz dmxproto-tizen_3.0.2015.q2_common.tar.bz2 dmxproto-tizen_3.0.2015.q2_common.zip |
packaging: cleanupHEADtizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi/20160217.000004submit/tizen_ivi/20160217.000000submit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen_common/20140825.142555accepted/tizen/ivi/20160218.024429tizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0.2014.q3_commontizenaccepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_3.0.2014.q3_common
Change-Id: Ia7b1a98698bd7c9d310d20456bda05f3d346742b
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r-- | packaging/dmxproto.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/dmxproto.spec b/packaging/dmxproto.spec index 3526cc1..a014d7c 100644 --- a/packaging/dmxproto.spec +++ b/packaging/dmxproto.spec @@ -1,12 +1,12 @@ Name: dmxproto Version: 2.3.1 -Release: 1 +Release: 0 License: MIT Summary: X.org DMXProto protocol headers -Url: http://www.x.org +Url: http://cgit.freedesktop.org/xorg/proto/dmxproto/ Group: Development/X11 Protocols Source0: %{name}-%{version}.tar.bz2 -Source1001: dmxproto.manifest +Source1001: dmxproto.manifest BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) BuildArch: noarch @@ -23,7 +23,7 @@ cp %{SOURCE1001} . --libdir=%{_datadir} \ --without-xmlto -make %{?_smp_mflags} +%__make %{?_smp_mflags} %install %make_install |