rpms/libopts/devel libopts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Sun Mar 19 12:33:35 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/libopts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2121/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libopts.spec 
Log Message:
auto-import libopts-27.1-3 on branch devel from libopts-27.1-3.src.rpm


--- NEW FILE libopts.spec ---
Summary: Options library for autogen
Name: libopts
Version: 27.1
Release: 3%{?dist}
License: LGPL or BSD
Group: Development/Libraries
Source: http://osdn.dl.sourceforge.net/autogen/%{name}-%{version}.tar.gz
URL: http://autogen.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires(preun): /sbin/install-info
Requires(post): /sbin/install-info

%description
libopts is part of the autogen build system

%package devel
Group: Development/Libraries
Summary: Development files for libopts
Requires: libopts = %{version}-%{release}

%description devel
Development files for libopts

%prep
rm -rf ${RPM_BUILD_ROOT}
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf ${RPM_BUILD_ROOT}
make DESTDIR=${RPM_BUILD_ROOT} install
rm -f ${RPM_BUILD_ROOT}%{_libdir}/lib*.la
rm -f ${RPM_BUILD_ROOT}%{_infodir}/libopts.txt*
rm -f ${RPM_BUILD_ROOT}%{_infordir}/dir

%clean
rm -rf ${RPM_BUILD_ROOT}

%postun -p /sbin/ldconfig

%post -p /sbin/ldconfig

%preun devel
if [ $1 = 0 ]; then
  /sbin/install-info --delete \
   --info-dir=%{__infodir} %{__infodir}/libopts.info
fi

%files
%defattr(-,root,root)
%doc COPYING* NEWS ChangeLog
%{_libdir}/libopts.so.*

%files devel
%defattr(-,root,root)
%{_libdir}/libopts.so
%{_infodir}/libopts.info.gz
%{_mandir}/man?/*
%{_bindir}/libopts-config
%{_includedir}/autoopts

%changelog
* Sun Mar 19 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 27.1-3
- Small fixes to spec file

* Fri Feb 24 2006 Ralf Corspius <rc040203 at freenet.de> 27.1-2
- Rework spec

* Thu Feb 23 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 27.1-1
- Initial import, bug fixes to the spec and other such things


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libopts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Mar 2006 12:32:29 -0000	1.1
+++ .cvsignore	19 Mar 2006 12:33:35 -0000	1.2
@@ -0,0 +1 @@
+libopts-27.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libopts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Mar 2006 12:32:29 -0000	1.1
+++ sources	19 Mar 2006 12:33:35 -0000	1.2
@@ -0,0 +1 @@
+50a546ee14d866819afd502e809c8095  libopts-27.1.tar.gz




More information about the fedora-extras-commits mailing list