upload tizen1.0 source
authorKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 08:04:46 +0000 (17:04 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 08:04:46 +0000 (17:04 +0900)
packaging/libfontenc.spec

index b1c457b..f99a109 100644 (file)
@@ -8,12 +8,11 @@
 Name:       libfontenc
 Summary:    X.Org X11 libfontenc runtime library
 Version:    1.1.0
-Release:    1
+Release:    2.24
 Group:      System/Libraries
 License:    MIT
 URL:        http://www.x.org
 Source0:    http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
-Source100:  libfontenc.yaml
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires:  pkgconfig(xorg-macros)
@@ -38,28 +37,18 @@ font encoding library development package
 %prep
 %setup -q -n %{name}-%{version}
 
-# >> setup
-# << setup
-
 %build
-# >> build pre
-# << build pre
 
+./autogen.sh
 %configure --disable-static \
     --with-encodingsdir=%{_datadir}/fonts/X11/encodings
 
 make %{?jobs:-j%jobs}
 
-# >> build post
-# << build post
 %install
 rm -rf %{buildroot}
-# >> install pre
-# << install pre
 %make_install
 
-# >> install post
-# << install post
 
 
 
@@ -73,20 +62,16 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-# >> files
 %doc COPYING README ChangeLog
 %{_libdir}/libfontenc.so.1
 %{_libdir}/libfontenc.so.1.0.0
-# << files
 
 
 %files devel
 %defattr(-,root,root,-)
-# >> files devel
 %dir %{_includedir}/X11
 %dir %{_includedir}/X11/fonts
 %{_includedir}/X11/fonts/fontenc.h
 %{_libdir}/libfontenc.so
 %{_libdir}/pkgconfig/fontenc.pc
-# << files devel