rpms/alchemist/devel alchemist.spec,1.25,1.26

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Wed Feb 13 13:15:08 UTC 2008


Author: twaugh

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

Modified Files:
	alchemist.spec 
Log Message:
* Wed Feb 13 2008 Tim Waugh <twaugh at redhat.com> 1.0.37-4
- Converted spec file to UTF-8 (bug #225240).
- Removed use of PreReq and BuildPreReq (bug #225240).
- Fixed summary (bug #225240).
- Removed static libraries (bug #225240).



Index: alchemist.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alchemist/devel/alchemist.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- alchemist.spec	12 Feb 2008 18:26:13 -0000	1.25
+++ alchemist.spec	13 Feb 2008 13:14:33 -0000	1.26
@@ -1,17 +1,17 @@
 %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')}
 
-Summary: A multi-sourced configuration back-end.
+Summary: A multi-sourced configuration back-end
 Name: alchemist
 Version: 1.0.37
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: %{name}-%{version}.tar.gz
-Prereq: /sbin/ldconfig
+Requires(post,postun): /sbin/ldconfig
 Requires: libxml2 >= 2.3.8, libxslt >= 0.9.0
 Requires: python-abi = %{pyver}
-BuildPreReq: libxml2 >= 2.3.8, libxslt >= 0.9.0, libxslt-devel >= 0.9.0
-BuildPreReq: doxygen >= 1.2.7, python-devel, zlib-devel
+BuildRequires: libxml2 >= 2.3.8, libxslt >= 0.9.0, libxslt-devel >= 0.9.0
+BuildRequires: doxygen >= 1.2.7, python-devel, zlib-devel
 BuildRequires: glib2-devel >= 2.0
 BuildRequires: gawk
 BuildRoot: %{_tmppath}/%{name}-root
@@ -70,14 +70,17 @@
 %files devel
 %defattr(-,root,root)
 %{_includedir}/alchemist
-%{_libdir}/*.a
-%{_libdir}/*.la
 %{_libdir}/*.so
 %{_mandir}/*/*
-%{_libdir}/alchemist/blackbox/*a
 %{_libdir}/alchemist/blackbox/*.so
 
 %changelog
+* Wed Feb 13 2008 Tim Waugh <twaugh at redhat.com> 1.0.37-4
+- Converted spec file to UTF-8 (bug #225240).
+- Removed use of PreReq and BuildPreReq (bug #225240).
+- Fixed summary (bug #225240).
+- Removed static libraries (bug #225240).
+
 * Tue Feb 12 2008 Tim Waugh <twaugh at redhat.com> 1.0.37-3
 - Removed HTML documentation to avoid multilib conflict (bug #340601).
   Don't use alchemist in new software.
@@ -147,22 +150,22 @@
 * Fri Dec 13 2002 Elliot Lee <sopwith at redhat.com> 1.0.25-1
 - Rebuild, fix bugs
 
-* Wed Jul 10 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.0.244
+* Wed Jul 10 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.0.244
 - Move the blackbox .a and .la file to the devel subpackage (#68461)
 
-* Tue May 14 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.0.24-1
+* Tue May 14 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.0.24-1
 - Back to Python 2.2
 
-* Tue Feb 26 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.0.23-1
+* Tue Feb 26 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.0.23-1
 - rebuild
 
-* Thu Jan 24 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.0.22-1
+* Thu Jan 24 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.0.22-1
 - Make build with newer automake
 
-* Thu Dec 13 2001 Trond Eivind Glomsrød <teg at redhat.com> 1.0.21-1
+* Thu Dec 13 2001 Trond Eivind Glomsrød <teg at redhat.com> 1.0.21-1
 - Include .pyo files
 
-* Fri Dec  7 2001 Trond Eivind Glomsrød <teg at redhat.com> 1.0.20-1
+* Fri Dec  7 2001 Trond Eivind Glomsrød <teg at redhat.com> 1.0.20-1
 - s/Copyright/License/
 - build for python 2.2
 
@@ -257,7 +260,7 @@
 * Tue Feb 13 2001 Crutcher Dunnavant <crutcher at redhat.com>
 - rebuilt for pknirsh's moveChild fix. (He should have written this changelog!)
 
-* Fri Feb  9 2001 Trond Eivind Glomsrød <teg at redhat.com>
+* Fri Feb  9 2001 Trond Eivind Glomsrød <teg at redhat.com>
 - Truncate files when opening for writing (ForgeBlackBox, FileBlackBox)
 
 * Thu Feb 08 2001 Harald Hoyer <harald at redhat.de>
@@ -272,7 +275,7 @@
 * Wed Jan 24 2001 Crutcher Dunnavant <crutcher at redhat.com>
 - changed valid name to include '-' character
 
-* Tue Jan 23 2001 Trond Eivind Glomsrød <teg at redhat.com>
+* Tue Jan 23 2001 Trond Eivind Glomsrød <teg at redhat.com>
 - require 4Suite
 
 * Mon Jan 22 2001 Crutcher Dunnavant <crutcher at redhat.com>




More information about the fedora-extras-commits mailing list