[hyphen-lt] Related: rhbz#905956 use url fragment hack

Caolán McNamara caolanm at fedoraproject.org
Thu Jan 31 01:43:02 UTC 2013


commit e5f3bd5065ed99b930a99df5cb40336b43243ada
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jan 31 01:41:53 2013 +0000

    Related: rhbz#905956 use url fragment hack

 .gitignore               |    2 +-
 hyphen-lt-cleantex.patch |    4 ++--
 hyphen-lt.spec           |    6 +++---
 sources                  |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75ddbc8..ac086a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/hyph-lt.tex?view=co
+/hyph-lt.tex
diff --git a/hyphen-lt-cleantex.patch b/hyphen-lt-cleantex.patch
index 50f286a..7d7f758 100644
--- a/hyphen-lt-cleantex.patch
+++ b/hyphen-lt-cleantex.patch
@@ -1,5 +1,5 @@
---- hyph-lt.tex?view=co.clean	2010-02-08 08:50:31.000000000 +0000
-+++ hyph-lt.tex?view=co	2010-02-08 08:50:41.000000000 +0000
+--- hyph-lt.tex.clean	2010-02-08 08:50:31.000000000 +0000
++++ hyph-lt.tex	2010-02-08 08:50:41.000000000 +0000
 @@ -43,7 +43,6 @@
  % to review and maybe rebuild the patterns file.
  %
diff --git a/hyphen-lt.spec b/hyphen-lt.spec
index e96135d..0a9e86e 100644
--- a/hyphen-lt.spec
+++ b/hyphen-lt.spec
@@ -3,7 +3,7 @@ Summary: Lithuanian hyphenation rules
 %define upstreamid 20100531
 Version: 0.%{upstreamid}
 Release: 5%{?dist}
-Source: http://tug.org/svn/texhyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-lt.tex?view=co
+Source: http://tug.org/svn/texhyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-lt.tex?view=co#/hyph-lt.tex
 Group: Applications/Text
 URL: http://tug.org/tex-hyphen
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -22,11 +22,11 @@ cp -p %{SOURCE0} .
 %patch0 -p0 -b .clean
 
 %build
-substrings.pl hyph-lt.tex?view=co hyph_lt_LT.dic UTF-8
+substrings.pl hyph-lt.tex hyph_lt_LT.dic UTF-8
 echo "Created with substring.pl by substrings.pl hyph-lt.tex hyph_lt_LT.dic UTF-8" > README
 echo "Original in-line credits were:" >> README
 echo "" >> README
-head -n 45 hyph-lt.tex?view=co >> README
+head -n 45 hyph-lt.tex >> README
 
 %install
 rm -rf $RPM_BUILD_ROOT
diff --git a/sources b/sources
index 89b0856..2781864 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4744073309c6e9eaf176bc5ca9aae7fd  hyph-lt.tex?view=co
+4744073309c6e9eaf176bc5ca9aae7fd  hyph-lt.tex


More information about the scm-commits mailing list