rpms/neXtaw/devel neXtaw.spec,1.15,1.16

Ville Skytta (scop) fedora-extras-commits at redhat.com
Fri Feb 8 22:30:18 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/neXtaw/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20903

Modified Files:
	neXtaw.spec 
Log Message:
* Sat Feb  9 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.15.1-12
- Include more docs, convert README to UTF-8.



Index: neXtaw.spec
===================================================================
RCS file: /cvs/pkgs/rpms/neXtaw/devel/neXtaw.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- neXtaw.spec	16 Aug 2007 09:22:42 -0000	1.15
+++ neXtaw.spec	8 Feb 2008 22:29:39 -0000	1.16
@@ -1,7 +1,7 @@
 Summary:        Modified version of the Athena Widgets with N*XTSTEP appearance
 Name:           neXtaw
 Version:        0.15.1
-Release:        11%{?dist}
+Release:        12%{?dist}
 
 URL:            http://siag.nu/neXtaw/
 Source0:        http://siag.nu/pub/neXtaw/%{name}-%{version}.tar.gz
@@ -36,6 +36,7 @@
 
 %prep
 %setup -q
+f=README ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
 
 
 %build
@@ -45,9 +46,11 @@
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT __docs
 make install DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
+cp -a doc __docs
+rm __docs/{Makefile*,TODO,app-defaults/Makefile*}
 
 
 %clean
@@ -61,7 +64,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog README TODO doc/CHANGES doc/FAQ doc/README.XAW3D
+%doc AUTHORS COPYING ChangeLog README TODO __docs/*
 %{_libdir}/libneXtaw.so.*
 
 %files devel
@@ -71,6 +74,9 @@
 
 
 %changelog
+* Sat Feb  9 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.15.1-12
+- Include more docs, convert README to UTF-8.
+
 * Mon Aug  6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.15.1-11
 - License: MIT
 




More information about the fedora-extras-commits mailing list