packaging: rm tarball's configure since autogen is now used 65/18265/1
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 19 Mar 2014 17:33:03 +0000 (18:33 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 19 Mar 2014 17:36:43 +0000 (18:36 +0100)
this configure file should not be present if rebased on upstream git
but since it was merged with exisiting code (tarball)
it makes the package failing to build since configure miss the execution bit

Change-Id: I07ee13734b04b27bc6668a604469e36630f01213
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/libhangul.spec

index 426cd2ead10fbad8cd7da50f572661c87690e143..d48bc66d14915f04cd1874aff9e01197a5cc4cbc 100644 (file)
@@ -1,12 +1,12 @@
 Name:           libhangul
 Version:        0.1.0
-Release:        1
-License:        LGPLv2.1
+Release:        0
+License:        LGPL-2.1
 Group:          System/I18n/Korean
 AutoReqProv:    on
 Url:            http://code.google.com/p/libhangul
 Source0:        %{name}-%{version}.tar.gz
-Source1001:    libhangul.manifest
+Source1001:     libhangul.manifest
 Summary:        Hangul input library used by scim-hangul and ibus-hangul
 BuildRequires:  gettext-tools
 
@@ -58,7 +58,8 @@ rm -rf %{buildroot}
 %files
 %manifest %{name}.manifest
 %defattr(-, root, root)
-%doc AUTHORS COPYING NEWS README ChangeLog
+%license COPYING
+%doc AUTHORS NEWS README ChangeLog
 %{_libdir}/lib*.so.*
 %dir %{_datadir}/libhangul/
 %dir %{_datadir}/libhangul/hanja/
@@ -69,7 +70,6 @@ rm -rf %{buildroot}
 %files devel
 %manifest %{name}.manifest
 %defattr(-, root, root)
-%dir /usr/include/hangul-1.0/
-/usr/include/hangul-1.0/*
+%{_includedir}/hangul-1.0/*
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/libhangul.pc