From 889affc3b0e372826e5c453f22805f6275049e29 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 30 Oct 2012 17:28:19 -0700 Subject: [PATCH] add packaging --- packaging/inputproto.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 packaging/inputproto.spec diff --git a/packaging/inputproto.spec b/packaging/inputproto.spec new file mode 100644 index 0000000..1249dd7 --- /dev/null +++ b/packaging/inputproto.spec @@ -0,0 +1,41 @@ +# +# Please submit bugfixes or comments via http://bugs.tizen.org/ +# + +Name: inputproto +Version: 2.2 +Release: 1 +License: MIT +Summary: X +Url: http://www.x.org +Group: Development/System +Source0: %{name}-%{version}.tar.gz + +BuildRequires: pkgconfig +BuildRequires: pkgconfig(xorg-macros) + +%description +Description: %{summary} + +%prep +%setup -q + +%build + +./autogen.sh +%reconfigure --disable-static \ + --libdir=%{_datadir} \ + --without-xmlto + +make %{?_smp_mflags} + +%install +%make_install + +%remove_docs + + +%files +%defattr(-,root,root,-) +%{_includedir}/X11/extensions/*.h +%{_datadir}/pkgconfig/*.pc -- 2.7.4