rpms/libnl/devel libnl-1.0-debuginfo.patch, NONE, 1.1 libnl-Doxyfile-versionfix.patch, NONE, 1.1 libnl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Neil Horman (nhorman) fedora-extras-commits at redhat.com
Thu Nov 30 15:18:04 UTC 2006


Author: nhorman

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

Modified Files:
	.cvsignore sources 
Added Files:
	libnl-1.0-debuginfo.patch libnl-Doxyfile-versionfix.patch 
	libnl.spec 
Log Message:
auto-import libnl-1.0-0.4.pre6 on branch devel from libnl-1.0-0.4.pre6.src.rpm

libnl-1.0-debuginfo.patch:

--- NEW FILE libnl-1.0-debuginfo.patch ---
--- libnl-1.0-pre6/lib/Makefile.orig	2006-11-28 16:03:08.442164047 -0500
+++ libnl-1.0-pre6/lib/Makefile	2006-11-28 16:03:16.530079501 -0500
@@ -58,7 +58,7 @@ distclean:
 
 install:
 	mkdir -p $(DESTDIR)$(libdir)/
-	install -m 0644 $(OUT_SLIB) $(DESTDIR)$(libdir)
+	install -m 0755 $(OUT_SLIB) $(DESTDIR)$(libdir)
 	rm -f $(DESTDIR)$(libdir)/$(LN1_SLIB)
 	$(LN) -s $(OUT_SLIB) $(DESTDIR)$(libdir)/$(LN1_SLIB)
 	rm -f $(DESTDIR)$(libdir)/$(LN_SLIB)

libnl-Doxyfile-versionfix.patch:

--- NEW FILE libnl-Doxyfile-versionfix.patch ---
--- libnl-1.0-pre6/doc/Doxyfile.orig	2006-11-29 11:01:56.626599706 -0500
+++ libnl-1.0-pre6/doc/Doxyfile	2006-11-29 11:02:03.009741514 -0500
@@ -4,7 +4,7 @@
 # Project related configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = libnl
-PROJECT_NUMBER         = 1.0-pre2
+PROJECT_NUMBER         = 1.0-pre6
 OUTPUT_DIRECTORY       = ./
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English


--- NEW FILE libnl.spec ---
%define alphatag pre6
Summary: Netlink socket support library
Name: libnl 
Version: 1.0 
Release:  0.4.%{alphatag}%{?dist} 
Source0: http://people.suug.ch/~tgr/libnl/files/libnl-1.0-pre6.tar.gz
URL: http://people.suug.ch/~tgr/libnl
License: LGPL
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: doxygen, graphviz, tetex-latex, tetex-dvips, ghostscript

Patch0: libnl-1.0-debuginfo.patch
Patch1: libnl-Doxyfile-versionfix.patch

%description
libnl is the netlink assist library.  It provides infrastructure to make 
writing programs that use netlink sockets easier

%package devel
Summary: Header files for use with libnl development
Group: Development/Libraries
Requires: libnl = %{version} 

%description devel
The header files for use in development with libnl

%prep
%setup -q -n %{name}-%{version}-%{alphatag}
%patch0 -p1
%patch1 -p1

%build
%configure
%{__make} %{?_smp_mflags}
%{__make} gendoc

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_libdir}/libnl.so.1*
%doc COPYING 
%doc doc/html

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


%changelog
* Tue Nov 29 2006 Neil Horman <nhorman at redhat.com> - 1.0-0.4.pre6%{?dist}
- Fixing more BuildRequires for bz 27336

* Tue Nov 29 2006 Neil Horman <nhorman at redhat.com> - 1.0-0.3.pre6%{?dist}
- Add doxygen to BuildRequires

* Tue Nov 28 2006 Neil Horman <nhorman at redhat.com> - 1.0-0.2.pre6%{?dist}
- More corrections for bz 217366

* Mon Nov 27 2006 Neil Horman <nhorman at redhat.com> - 1.0-0.1.pre6%{?dist}
- Corrected packaging problems for Fedora Extras review (bz 217366)

* Wed Nov 22 2006 Neil Horman <nhorman at redhat.com>
- built the package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libnl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Nov 2006 15:17:00 -0000	1.1
+++ .cvsignore	30 Nov 2006 15:17:34 -0000	1.2
@@ -0,0 +1 @@
+libnl-1.0-pre6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libnl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Nov 2006 15:17:00 -0000	1.1
+++ sources	30 Nov 2006 15:17:34 -0000	1.2
@@ -0,0 +1 @@
+0f57cb7085dc27e054691bff858613c9  libnl-1.0-pre6.tar.gz




More information about the scm-commits mailing list