rpms/glpk/devel glpk.spec,1.30,1.31

konradm konradm at fedoraproject.org
Mon Jul 5 21:03:57 UTC 2010


Author: konradm

Update of /cvs/pkgs/rpms/glpk/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11339

Modified Files:
	glpk.spec 
Log Message:
* Mon Jul 5 2010 Conrad Meyer <konrad at tylerc.org> 4.43-2
- Move header to normal includedir



Index: glpk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glpk/devel/glpk.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- glpk.spec	20 Feb 2010 11:13:07 -0000	1.30
+++ glpk.spec	5 Jul 2010 21:03:57 -0000	1.31
@@ -1,6 +1,6 @@
 Name:           glpk
 Version:        4.43
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GNU Linear Programming Kit
 
 Group:          System Environment/Libraries
@@ -77,7 +77,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install prefix=$RPM_BUILD_ROOT%{_prefix} \
 	bindir=$RPM_BUILD_ROOT%{_bindir} libdir=$RPM_BUILD_ROOT%{_libdir} \
-	includedir=$RPM_BUILD_ROOT%{_includedir}/%name
+	includedir=$RPM_BUILD_ROOT%{_includedir}
 ## Clean up directories that are included in docs
 make clean
 rm -Rf examples/.deps examples/Makefile* doc/*.dvi doc/*.latex
@@ -97,7 +97,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-,root,root)
 %doc ChangeLog AUTHORS NEWS
-%{_includedir}/glpk
+%{_includedir}/glpk.h
 
 %files utils
 %defattr(-,root,root)
@@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 5 2010 Conrad Meyer <konrad at tylerc.org> 4.43-2
+- Move header to normal includedir
+
 * Sat Feb 20 2010 Conrad Meyer <konrad at tylerc.org> 4.43-1
 - Bump to 4.43.
 



More information about the scm-commits mailing list