diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-10-30 17:29:57 -0700 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-05-11 02:15:33 -0400 |
commit | 1f278a03fe00e65180f83cfb18f56dd45c5ffc6a (patch) | |
tree | 36df310c394c8c0fe6641d55e340f1cc04ddb2f6 | |
parent | 69232f100a88d752d3aaa20599f3aafe8c34587c (diff) | |
download | compositeproto-1f278a03fe00e65180f83cfb18f56dd45c5ffc6a.tar.gz compositeproto-1f278a03fe00e65180f83cfb18f56dd45c5ffc6a.tar.bz2 compositeproto-1f278a03fe00e65180f83cfb18f56dd45c5ffc6a.zip |
add packaging
-rw-r--r-- | packaging/compositeproto.spec | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/packaging/compositeproto.spec b/packaging/compositeproto.spec index a8db434..3df88a6 100644 --- a/packaging/compositeproto.spec +++ b/packaging/compositeproto.spec @@ -6,16 +6,12 @@ Group: Development/System License: MIT URL: http://www.x.org Source0: %{name}-%{version}.tar.gz -Provides: compositeproto BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) -# some file to be intalled can be ignored when rpm generates packages -%define _unpackaged_files_terminate_build 0 - %description -Description: %{summary} +%{summary}. %prep %setup -q @@ -27,17 +23,13 @@ Description: %{summary} --libdir=%{_datadir} \ --without-xmlto -# Call make instruction with smp support make %{?jobs:-j%jobs} %install -rm -rf %{buildroot} %make_install %remove_docs -%clean -rm -rf %{buildroot} %files %defattr(-,root,root,-) |