summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/compositeproto.spec10
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,-)