rpms/xtide/F-8 xtide.spec,1.38,1.39

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Wed Feb 6 18:15:20 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/xtide/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3987/xtide/F-8

Modified Files:
	xtide.spec 
Log Message:
libdstr: initial import, xtide now uses it


Index: xtide.spec
===================================================================
RCS file: /cvs/extras/rpms/xtide/F-8/xtide.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- xtide.spec	6 Feb 2008 13:45:56 -0000	1.38
+++ xtide.spec	6 Feb 2008 18:14:21 -0000	1.39
@@ -3,7 +3,7 @@
 %define          dwfdate   20071228
 
 
-%define          fedorarel  1
+%define          fedorarel  2
 
 
 %define          rel        %{?betatag:0.}%{fedorarel}%{?betatag:.%betatag}
@@ -39,7 +39,8 @@
 BuildRequires:   libXext-devel
 BuildRequires:   libpng-devel
 BuildRequires:   zlib-devel
-Buildrequires:   desktop-file-utils
+BuildRequires:   desktop-file-utils
+BuildRequires:   libdstr-devel
 BuildRequires:   libtcd-devel
 
 Requires:        wvs-data
@@ -92,6 +93,19 @@
 %prep
 %setup -q -n %{name}-%{version}%{?betatag:-%betatag}
 
+# Dstr -> Dstr.h
+set +x
+echo
+echo "Changing Dstr -> Dstr"
+find . -type f | while read f ; do
+	if grep -q 'include.*<Dstr>' $f ; then
+		sed -i.name -e 's|\(include.*\)<Dstr>|\1<Dstr.h>|' $f
+		echo -n -e "\t$f\tModified\n"
+	fi
+done
+echo
+set -x
+
 %{__mkdir} TMPDIR
 pushd TMPDIR
 %{__cp} -p %{SOURCE42} .
@@ -266,6 +280,9 @@
 %{_datadir}/man/man8/xttpd.8*
 
 %changelog
+* Thu Feb  7 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.10-2
+- Use system-wide libdstr (review request 431692 passed)
+
 * Wed Feb  6 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.10-1
 - 2.10
 




More information about the fedora-extras-commits mailing list