Merge branch 'devel/x11' into tizen
[platform/upstream/fontsproto.git] / packaging / fontsproto.spec
index 80a4b1e..0f24339 100644 (file)
@@ -1,45 +1,41 @@
-Name:     fontsproto
-Summary:  X.Org X11 Protocol fontsproto
-Version:  2.1.2
-Release:  1 
-Group:    Development/System
-License:  MIT
-URL:      http://www.x.org
-Source0:  %{name}-%{version}.tar.gz
-Provides: fontsproto
-
-BuildRequires: pkgconfig
-BuildRequires: pkgconfig(xorg-macros)
-
-# some file to be intalled can be ignored when rpm generates packages
-%define _unpackaged_files_terminate_build 0
+%bcond_with x
+
+Name:           fontsproto
+Version:        2.1.3
+Release:        1
+License:        MIT
+Summary:        X
+Url:            http://www.x.org
+Group:          Development/System
+Source0:        %{name}-%{version}.tar.bz2
+Source1001:    fontsproto.manifest
+
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(xorg-macros)
 
 %description
-Description: %{summary}
+%{summary}.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
-
-./autogen.sh
-%reconfigure --disable-static \
+%autogen --disable-static \
              --libdir=%{_datadir} \
              --without-xmlto
 
-# Call make instruction with smp support
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 %make_install
 
 %remove_docs
 
-%clean
-rm -rf %{buildroot}
 
 %files
+%manifest %{name}.manifest
+%license COPYING
 %defattr(-,root,root,-)
 %{_includedir}/X11/fonts/*.h
-%{_datadir}/pkgconfig/*.pc
\ No newline at end of file
+%{_datadir}/pkgconfig/*.pc