rpms/srecord/devel .cvsignore, 1.21, 1.22 sources, 1.21, 1.22 srecord.spec, 1.28, 1.29

Tom Callaway spot at fedoraproject.org
Fri Jan 29 22:36:37 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/srecord/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14602

Modified Files:
	.cvsignore sources srecord.spec 
Log Message:
1.54


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/srecord/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- .cvsignore	12 Nov 2009 00:18:41 -0000	1.21
+++ .cvsignore	29 Jan 2010 22:36:37 -0000	1.22
@@ -1 +1 @@
-srecord-1.53.tar.gz
+srecord-1.54.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/srecord/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	12 Nov 2009 00:18:41 -0000	1.21
+++ sources	29 Jan 2010 22:36:37 -0000	1.22
@@ -1 +1 @@
-631fb97df922572842bedda62091e242  srecord-1.53.tar.gz
+09727804ac2a43542ef2abfa46b37695  srecord-1.54.tar.gz


Index: srecord.spec
===================================================================
RCS file: /cvs/pkgs/rpms/srecord/devel/srecord.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- srecord.spec	12 Nov 2009 00:18:41 -0000	1.28
+++ srecord.spec	29 Jan 2010 22:36:37 -0000	1.29
@@ -1,15 +1,14 @@
-Name:           srecord
-Version:        1.53
-Release:        1%{?dist}
-Summary:        Manipulate EPROM load files
-
-Group:          Development/Tools
-License:        GPLv3+
-URL:            http://srecord.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/srecord/srecord-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:		srecord
+Version:	1.54
+Release:	1%{?dist}
+Summary:	Manipulate EPROM load files
+Group:		Development/Tools
+License:	GPLv3+ and LGPLv3+
+URL:		http://srecord.sourceforge.net/
+Source0:	http://downloads.sourceforge.net/srecord/srecord-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  diffutils, sharutils, groff, boost-devel, libgcrypt-devel
+BuildRequires:	diffutils, sharutils, groff, boost-devel, libgcrypt-devel
 
 %description
 The SRecord package is a collection of powerful tools for manipulating
@@ -34,6 +33,14 @@ More than one filter may be applied to e
 may be applied to each input file.  All filters may be applied to all
 file formats.
 
+%package devel
+Summary:	Development headers and libraries for srecord
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Development headers and libraries for developing applications against
+srecord.
 
 %prep
 %setup -q
@@ -45,25 +52,42 @@ make
 
 %install
 rm -rf %{buildroot}
+mkdir -p %{buildroot}%{_libdir}
 make DESTDIR="%{buildroot}" install
+rm -rf %{buildroot}%{_libdir}/*.a
+rm -rf %{buildroot}%{_libdir}/*.la
+chmod +x %{buildroot}%{_libdir}/libsrecord.so.*
 
 %check
 # Test scripts requirements: cmp, diff, uudecode
 make sure
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
+
+%post -p /sbin/ldconfig
 
+%postun -p /sbin/ldconfig
 
 %files
 %defattr (-,root,root,-)
 %doc LICENSE BUILDING README
 %{_bindir}/*
+%{_libdir}/libsrecord.so.*
 %{_mandir}/man1/*.1*
+%{_mandir}/man3/*.3*
 %{_mandir}/man5/*.5*
 
+%files devel
+%defattr (-,root,root,-)
+%{_includedir}/srecord/
+%{_libdir}/libsrecord.so
+%{_libdir}/pkgconfig/srecord.pc
 
 %changelog
+* Fri Jan 29 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.54-1
+- update to 1.54, adds library
+
 * Thu Nov 12 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.53-1
 - update to 1.53
 



More information about the scm-commits mailing list