]> git.pld-linux.org Git - packages/conflib.git/commitdiff
- added sttic subpackage
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 15 Jul 1999 17:36:55 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    conflib.spec -> 1.5

conflib.spec

index 6f52fabebcfccc7b229484c9f322dcbe1a07dc3b..8f2ed52d9042b06a9a5b5e57296d00df9b1fce6d 100644 (file)
@@ -13,10 +13,10 @@ Prereq:             /sbin/install-info /sbin/ldconfig
 A C language library for reading configuration files.
 
 %package devel
-Summary: file for developing programs that use the conflib library
-Group: Development/Libraries
-Requires: conflib = %{PACKAGE_VERSION}
-Summary(de): Dateien zum Entwickeln von Programmen mit der conflib-Library
+Summary:       file for developing programs that use the conflib library
+Summary(de):   Dateien zum Entwickeln von Programmen mit der conflib-Library
+Group:         evelopment/Libraries
+Requires:      %{name} = %{version}
 
 %description devel
 This library makes it relativly easy to read configuration files (one or
@@ -24,6 +24,18 @@ more), or parts of them. It supports a lot of different data types and
 some types of text interpretations, including \-escapes, ~user, $HOME
 and conditional expansions.
 
+%package static
+Summary:       file for developing programs that use the conflib library
+Summary(de):   Dateien zum Entwickeln von Programmen mit der conflib-Library
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}
+
+%description static
+This library makes it relativly easy to read configuration files (one or
+more), or parts of them. It supports a lot of different data types and
+some types of text interpretations, including \-escapes, ~user, $HOME
+and conditional expansions.
+
 %prep
 %setup -q
 
@@ -65,5 +77,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README.gz NEWS.gz ChangeLog.gz
 %{_includedir}/*.h
-%{_libdir}/lib*.a
 %{_libdir}/lib*.so
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.036316 seconds and 4 git commands to generate.