upload tizen1.0 source
authorKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 08:05:16 +0000 (17:05 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 08:05:16 +0000 (17:05 +0900)
packaging/xorg-x11-xfonts-utils.spec [moved from packaging/xorg-app-xfonts-utils.spec with 91% similarity]

similarity index 91%
rename from packaging/xorg-app-xfonts-utils.spec
rename to packaging/xorg-x11-xfonts-utils.spec
index 4390013..9e95455 100644 (file)
@@ -1,11 +1,11 @@
 Summary: X Window System font utility programs
-Name: xorg-app-xfonts-utils
+Name: xorg-x11-xfonts-utils
 Version: 7.5
 Release: 4
 License: MIT/X11
 Group: User Interface/X
 URL: http://www.x.org
-Source: xfonts-utils-%{version}.tar.gz
+Source: %{name}-%{version}.tar.gz
 
 BuildRequires: pkgconfig(xorg-macros)
 BuildRequires: pkgconfig(xfont)
@@ -31,7 +31,7 @@ The programs in this package include:
  - fonttosfnt, a program to wrap bitmap fonts in a sfnt (TrueType) wrapper.
 
 %prep
-%setup -q -n xfonts-utils-%{version}
+%setup -q
 
 %build
 # Build all apps
@@ -47,6 +47,7 @@ The programs in this package include:
 }
 
 %install
+rm -rf $RPM_BUILD_ROOT
 # Install all apps
 {
    for app in %{DEF_SUBDIRS} ; do
@@ -56,7 +57,10 @@ The programs in this package include:
    done
 }
 
-%docs_package
+%remove_docs
+
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %{_bindir}/*