rpms/file/devel file.spec,1.114,1.115

Daniel Novotny dnovotny at fedoraproject.org
Mon Jan 18 11:00:38 UTC 2010


Author: dnovotny

Update of /cvs/extras/rpms/file/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5484

Modified Files:
	file.spec 
Log Message:
static library moved to new "-static" subpackage (#556048)



Index: file.spec
===================================================================
RCS file: /cvs/extras/rpms/file/devel/file.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -p -r1.114 -r1.115
--- file.spec	25 Dec 2009 17:03:12 -0000	1.114
+++ file.spec	18 Jan 2010 11:00:37 -0000	1.115
@@ -5,7 +5,7 @@
 Summary: A utility for determining file types
 Name: file
 Version: 5.03
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: BSD
 Group: Applications/File
 Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@@ -49,6 +49,15 @@ Requires: %{name} = %{version}-%{release
 The file-devel package contains the header files and libmagic library
 necessary for developing programs using libmagic.
 
+%package static
+Summary: Static library for file development
+Group:    Applications/File
+Requires: %{name} = %{version}-%{release}
+
+%description static
+The file-static package contains the static version of
+the libmagic library.
+
 %package -n python-magic
 Summary: Python bindings for the libmagic API
 Group:   Development/Libraries
@@ -143,11 +152,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-,root,root,-)
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_includedir}/magic.h
 %{_mandir}/man3/*
 
+%files static
+%defattr(-,root,root,-)
+%{_libdir}/*.a
+
 %files -n python-magic
 %defattr(-, root, root, -)
 %doc python/README COPYING python/example.py
@@ -157,6 +169,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Jan 18 2010 Daniel Novotny <dnovotny at redhat.com> 5.03-18
+- static library moved to new "-static" subpackage (#556048)
+
 * Fri Dec 25 2009 Robert Scheck <robert at fedoraproject.org> 5.03-17
 - removed broken install of example.py (%%doc is much enough)
 



More information about the scm-commits mailing list