rpms/verbiste/devel .cvsignore, 1.11, 1.12 sources, 1.11, 1.12 verbiste.spec, 1.17, 1.18

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Fri Sep 14 19:27:09 UTC 2007


Author: icon

Update of /cvs/extras/rpms/verbiste/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29870

Modified Files:
	.cvsignore sources verbiste.spec 
Log Message:
Upstream release, plus update license to GPLv2+.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/verbiste/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	1 Apr 2007 22:18:14 -0000	1.11
+++ .cvsignore	14 Sep 2007 19:26:37 -0000	1.12
@@ -1 +1 @@
-verbiste-0.1.20.tar.gz
+verbiste-0.1.21.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/verbiste/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	1 Apr 2007 22:18:14 -0000	1.11
+++ sources	14 Sep 2007 19:26:37 -0000	1.12
@@ -1 +1 @@
-f3d46647505d8d02bf513691a2d7cc29  verbiste-0.1.20.tar.gz
+a9905f429304962137f8fcd710159513  verbiste-0.1.21.tar.gz


Index: verbiste.spec
===================================================================
RCS file: /cvs/extras/rpms/verbiste/devel/verbiste.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- verbiste.spec	1 Apr 2007 22:18:14 -0000	1.17
+++ verbiste.spec	14 Sep 2007 19:26:37 -0000	1.18
@@ -1,10 +1,10 @@
 Name:           verbiste
-Version:        0.1.20
+Version:        0.1.21
 Release:        1%{?dist}
 Summary:        French conjugation system
 
 Group:          Applications/Text
-License:        GPL
+License:        GPLv2+
 URL:            http://sarrazip.com/dev/verbiste.html
 Source:         http://www3.sympatico.ca/sarrazip/dev/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -42,6 +42,11 @@
 
 %prep
 %setup -q
+# convert doc files to unicode
+for DOCFILE in README NEWS HACKING LISEZMOI; do
+    iconv -f ISO8859-15 -t UTF8 < $DOCFILE > $DOCFILE.tmp
+    mv -f $DOCFILE.tmp $DOCFILE
+done
 
 
 %build
@@ -86,7 +91,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING ABOUT-NLS AUTHORS HACKING NEWS README THANKS
+%doc COPYING ABOUT-NLS AUTHORS HACKING NEWS README THANKS LISEZMOI
 %{_libdir}/*so.*
 %{_mandir}/man*/*
 %{_mandir}/*/man*/*
@@ -111,6 +116,11 @@
 
 
 %changelog
+* Fri Sep 14 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.1.21-1
+- Upstream 0.1.21
+- Adjust license to match expected standard
+- Make sure docs are utf-8
+
 * Sun Apr 01 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.1.20-1
 - Upstream 0.1.20
 




More information about the fedora-extras-commits mailing list