diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-07 05:53:24 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-07 05:53:24 -0800 |
commit | d91f5547d7569d01283be7d1ea015bee2a9a2e82 (patch) | |
tree | c54b14ccd8b3d400fcc57b9183161dd594461076 | |
parent | eef39109247b87f8ca7a96dc3eedf711936111a2 (diff) | |
download | dmxproto-submit/tizen/20130503.184834.tar.gz dmxproto-submit/tizen/20130503.184834.tar.bz2 dmxproto-submit/tizen/20130503.184834.zip |
Cleanup spec to satisfy rpmlintsubmit/trunk/20130207.135326submit/tizen/20130509.173832submit/tizen/20130503.190953submit/tizen/20130503.184834accepted/trunk/20130207.203639accepted/tizen/20130503.223642
-rw-r--r-- | packaging/dmxproto.changes | 3 | ||||
-rw-r--r-- | packaging/dmxproto.spec | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/packaging/dmxproto.changes b/packaging/dmxproto.changes new file mode 100644 index 0000000..ebf0ca0 --- /dev/null +++ b/packaging/dmxproto.changes @@ -0,0 +1,3 @@ +* Thu Feb 07 2013 Anas Nashif <anas.nashif@intel.com> upstream/2.3.1@eef3910 +- Cleanup spec to satisfy rpmlint + diff --git a/packaging/dmxproto.spec b/packaging/dmxproto.spec index 362f332..bc5c2b4 100644 --- a/packaging/dmxproto.spec +++ b/packaging/dmxproto.spec @@ -2,16 +2,16 @@ Name: dmxproto Version: 2.3.1 Release: 1 License: MIT -Summary: X +Summary: X.org DMXProto protocol headers Url: http://www.x.org -Group: Development/System +Group: Development/X11 Protocols Source0: %{name}-%{version}.tar.bz2 - BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) +BuildArch: noarch %description -%{summary}. +X.org DMXProto protocol headers. %prep %setup -q |