rpms/fmt-ptrn/F-9 fmt-ptrn.spec,1.6,1.7

W. Michael Petullo (mikep) fedora-extras-commits at redhat.com
Mon May 26 01:38:09 UTC 2008


Author: mikep

Update of /cvs/extras/rpms/fmt-ptrn/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10341

Modified Files:
	fmt-ptrn.spec 
Log Message:
Fix %doc issues (BZ #448267)



Index: fmt-ptrn.spec
===================================================================
RCS file: /cvs/extras/rpms/fmt-ptrn/F-9/fmt-ptrn.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fmt-ptrn.spec	2 Apr 2008 07:34:34 -0000	1.6
+++ fmt-ptrn.spec	26 May 2008 01:37:22 -0000	1.7
@@ -1,6 +1,6 @@
 Name: fmt-ptrn
 Version: 1.3.17
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Source: http://www.flyn.org/projects/%name/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -38,8 +38,10 @@
 
 The program understands plaintext or gziped template files.
 
-Building fmt-ptrn also creates a shared library, libnewtemplate, which 
-allows the programmer access to nf's functionality.
+The fmt-ptrn system also provides a shared library which allows a 
+programmer access to nf's functionality. The system was developed to 
+be light and fast. Its only external dependencies are the C library, 
+glib2 and zlib.
 
 
 
@@ -52,6 +54,7 @@
 %{_libdir}/libnewtemplate.so.%{PACKAGE_VERSION}
 %{_datadir}/fmt-ptrn
 %{_mandir}/*/*
+%doc	AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ 
 
 
 %package devel
@@ -76,7 +79,6 @@
 %{_libdir}/libnewfmt-ptrn.so
 %{_libdir}/libnewtemplate.so
 
-
 %package java
 Summary: Files needed to develop applications using fmt-ptrn's Java classes
 Group: Development/Libraries
@@ -98,12 +100,12 @@
 %{_libdir}/libnewfmt-ptrnjava.so*
 %{_datadir}/java/*
 
-
 %prep
 
 
 %setup -q
 
+
 %build
  %configure  --disable-static
 make %{?_smp_mflags}
@@ -124,15 +126,19 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%post java -p /sbin/ldconfig
+%post
+java -p /sbin/ldconfig
 
-%postun java -p /sbin/ldconfig
+%postun
+java -p /sbin/ldconfig
 
-%doc	AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ 
 
 
 %changelog
-* Wed Apr 02 2008 W. Michael Petullo <mike[@]flyn.org> - 1.3.16-1
+* Sun May 25 2008 W. Michael Petullo <mike[@]flyn.org> - 1.3.17-2
+   - Fixed placement of %%doc in RPM specification.
+
+* Wed Apr 02 2008 W. Michael Petullo <mike[@]flyn.org> - 1.3.17-1
    - Updated to fmt-ptrn 1.3.17.
 
 * Tue Apr 01 2008 W. Michael Petullo <mike[@]flyn.org> - 1.3.16-1




More information about the fedora-extras-commits mailing list