rpms/netcf/F-11 import.log, NONE, 1.1 netcf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Lutterkort lutter at fedoraproject.org
Wed Jul 22 15:59:39 UTC 2009


Author: lutter

Update of /cvs/pkgs/rpms/netcf/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19726/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log netcf.spec 
Log Message:
Initial Import



--- NEW FILE import.log ---
netcf-0_1_0-1_fc12:F-11:netcf-0.1.0-1.fc12.src.rpm:1248278301


--- NEW FILE netcf.spec ---
Name:           netcf
Version:        0.1.0
Release:        1%{?dist}%{?extra_release}
Summary:        Cross-platform network configuration library

Group:          System Environment/Libraries
License:        LGPLv2+
URL:            https://fedorahosted.org/netcf/
Source0:        https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  readline-devel augeas-devel >= 0.5.2
BuildRequires:  libxml2-devel libxslt-devel
Requires:       %{name}-libs = %{version}-%{release}

%description
A library for modifying the network configuration of a system. Network
configurations are expresed in a platform-independent XML format, which
netcf translates into changes to the system's 'native' network
configuration files.

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

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%package        libs
Summary:        Libraries for %{name}
Group:          System Environment/Libraries

%description    libs
The libraries for %{name}.

%prep
%setup -q

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

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%post libs -p /sbin/ldconfig

%postun libs -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%{_bindir}/ncftool

%files libs
%defattr(-,root,root,-)
%{_datadir}/netcf
%{_libdir}/*.so.*
%doc AUTHORS COPYING NEWS

%files devel
%defattr(-,root,root,-)
%doc
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/netcf.pc

%changelog
* Mon Jul 13 2009 David Lutterkort <lutter at redhat.com> - 0.1.0-1
- BR on augeas-0.5.2
- Drop explicit requires for augeas-libs

* Wed Apr 15 2009 David Lutterkort <lutter at redhat.com> - 0.0.2-1
- Updates acording to Fedora review

* Fri Feb 27 2009 David Lutterkort <lutter at redhat.com> - 0.0.1-1
- Initial specfile


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/netcf/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Apr 2009 21:32:04 -0000	1.1
+++ .cvsignore	22 Jul 2009 15:59:07 -0000	1.2
@@ -0,0 +1 @@
+netcf-0.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/netcf/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Apr 2009 21:32:04 -0000	1.1
+++ sources	22 Jul 2009 15:59:08 -0000	1.2
@@ -0,0 +1 @@
+6172c399b47a5311ff8d70fd2efd1823  netcf-0.1.0.tar.gz




More information about the fedora-extras-commits mailing list