rpms/openais/devel openais.spec,1.34,1.35

Fabio M. Di Nitto fabbione at fedoraproject.org
Mon Feb 2 11:38:02 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/openais/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24331

Modified Files:
	openais.spec 
Log Message:
Tidy up spec files by re-organazing sections according to packages.



Index: openais.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openais/devel/openais.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- openais.spec	2 Feb 2009 11:25:43 -0000	1.34
+++ openais.spec	2 Feb 2009 11:37:31 -0000	1.35
@@ -10,24 +10,15 @@
 Source0: http://www.osdl.org/downloads/openais-%{version}/openais-%{version}.tar.gz
 Patch0: openais-trunk.diff
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# Runtime bits
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Requires: corosync >= 0.92-7
-BuildRequires: corosynclib-devel >= 0.92-7
 Conflicts: openais-devel <= 0.89
 
-%description 
-This package contains the openais service handlers, default configuration
-files, programming libraries, and init script.
-
-%package devel
-Summary: The openais Standards-Based Cluster Framework libraries
-Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description devel
-This package contains the include files used to develop using openais APIs.
+# Setup/build bits
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: corosynclib-devel >= 0.92-7
 
 %prep
 %setup -q -n openais-%{version}
@@ -51,6 +42,10 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%description 
+This package contains the openais service handlers, default configuration
+files, programming libraries, and init script.
+
 %post
 /sbin/chkconfig --add openais || :
 /sbin/ldconfig > /dev/null
@@ -97,6 +92,14 @@
 %{_sbindir}/aisexec
 %{_sbindir}/openais-instantiate
 
+%package devel
+Summary: The openais Standards-Based Cluster Framework libraries
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This package contains the include files used to develop using openais APIs.
+
 %files devel
 %defattr(-,root,root,-)
 %dir %{_docdir}/%{name}-%{version}
@@ -121,6 +124,7 @@
 - Update to svn trunk at revision 1688 from upstream.
 - Add support pkgconfig to devel package.
 - Update BuildRequires: on corosynclib-devel.
+- Tidy up spec files by re-organazing sections according to packages.
 
 * Tue Jan 27 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.91-5.svn1682
 - Update to svn trunk at revision 1682 from upstream.




More information about the fedora-extras-commits mailing list