rpms/ttmkfdir/devel ttmkfdir.spec,1.30,1.31

Pravin Satpute pravins at fedoraproject.org
Mon Dec 15 11:31:02 UTC 2008


Author: pravins

Update of /cvs/pkgs/rpms/ttmkfdir/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26044

Modified Files:
	ttmkfdir.spec 
Log Message:
* Mon Dec 15 2008 Pravin Satpute <psatpute at redhat.com> - 3.0.9-28
- modified spec file as per merge review suggestions bug 226506



Index: ttmkfdir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ttmkfdir/devel/ttmkfdir.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ttmkfdir.spec	8 Sep 2008 21:55:11 -0000	1.30
+++ ttmkfdir.spec	15 Dec 2008 11:30:31 -0000	1.31
@@ -1,7 +1,10 @@
 Summary: Utility to create fonts.scale files for truetype fonts
 Name: ttmkfdir
 Version: 3.0.9
-Release: 27%{?dist}
+Release: 28%{?dist}
+# This is a Red Hat maintained package which is specific to
+# our distribution.  Thus the source is only available from
+# within this srpm.
 Source0: %{name}-%{version}.tar.bz2
 Patch: ttmkfdir-3.0.9-cpp.patch
 Patch1: ttmkfdir-3.0.9-zlib.patch
@@ -16,7 +19,7 @@
 # Only licensing attribution is in README, no version.
 License: LGPLv2+
 Group: Applications/System
-BuildRoot: %{_tmppath}/%{name}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: freetype-devel >= 2.0
 BuildRequires: zlib-devel flex
 BuildRequires: libtool
@@ -48,17 +51,20 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall DESTDIR=$RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README
 %{_bindir}/ttmkfdir
 
 %changelog
+* Mon Dec 15 2008 Pravin Satpute <psatpute at redhat.com> - 3.0.9-28
+- modified spec file as per merge review suggestions bug 226506
+
 * Mon Sep  8 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 3.0.9-27
 - fix license tag
 
@@ -76,16 +82,16 @@
 - rebuild
 
 * Fri Sep 29 2006 Lingning Zhang <lizhang at redhat.com> - 3.0.9-22
-- delete "%post" and "Requires(post)" in ttmkfdir.spec
+- delete "%%post" and "Requires(post)" in ttmkfdir.spec
 
 * Thu Sep 28 2006 Lingning Zhang <lizhang at redhat.com> - 3.0.9-21
 - modify release
 
 * Wed Sep 27 2006 Lingning Zhang <lizhang at redhat.com> - 3.0.9-20.4
-- modify "%post" and add "Requires(post)" in ttmkfdir.spec for fixing bug173591, bug207279, bug208122
+- modify "%%post" and add "Requires(post)" in ttmkfdir.spec for fixing bug173591, bug207279, bug208122
 
 * Wed Sep 06 2006 Lingning Zhang <lizhang at redhat.com> - 3.0.9-20.3
-- add "%post" in ttmkfdir.spec for fixing bug173591
+- add "%%post" in ttmkfdir.spec for fixing bug173591
 
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 3.0.9-20.2.1
 - rebuild




More information about the fedora-extras-commits mailing list