rpms/liblinebreak/EL-5 .cvsignore, 1.2, 1.3 liblinebreak.spec, 1.2, 1.3 sources, 1.2, 1.3

Michel Alexandre Salim salimma at fedoraproject.org
Fri Jul 2 23:38:27 UTC 2010


Author: salimma

Update of /cvs/pkgs/rpms/liblinebreak/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21591/EL-5

Modified Files:
	.cvsignore liblinebreak.spec sources 
Log Message:
* Sat Jul  3 2010 Michel Salim <salimma at fedoraproject.org> - 2.0-1
- Update to 2.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/liblinebreak/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	31 Jul 2008 07:25:43 -0000	1.2
+++ .cvsignore	2 Jul 2010 23:38:25 -0000	1.3
@@ -1 +1 @@
-linebreak-0.9.6-20080421.tar.bz2
+liblinebreak-2.0.tar.gz


Index: liblinebreak.spec
===================================================================
RCS file: /cvs/pkgs/rpms/liblinebreak/EL-5/liblinebreak.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- liblinebreak.spec	31 Jul 2008 15:07:30 -0000	1.2
+++ liblinebreak.spec	2 Jul 2010 23:38:25 -0000	1.3
@@ -1,68 +1,80 @@
-%define shortname linebreak
-%define cvs_date 20080421
-
-# static library, no useful debug information
-%define debug_package %{nil}
-
 Name:           liblinebreak
-Version:        0.9.6
-Release:        0.4.%{cvs_date}cvs%{?dist}
+Version:        2.0
+Release:        1%{?dist}
 Summary:        A Unicode line-breaking library
 
 Group:          Development/Libraries
 License:        zlib
-URL:            http://vimgadgets.cvs.sourceforge.net/vimgadgets/common/tools/linebreak
-# to check out:
-# cvs -z3 -d:pserver:anonymous at vimgadgets.cvs.sourceforge.net:/cvsroot/vimgadgets co -D %{cvs_date} common/tools/linebreak
-Source0:        %{shortname}-%{version}-%{cvs_date}.tar.bz2
+URL:            http://sourceforge.net/projects/vimgadgets/
+Source0:        http://downloads.sourceforge.net/vimgadgets/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-#BuildRequires:  
-#Requires:       
-Provides:       liblinebreak-devel  = %{version}-%{release}
-Provides:       liblinebreak-static = %{version}-%{release}
+BuildRequires:  autoconf automake libtool
 
 %description
 liblinebreak is an implementation of the line breaking algorithm as
 described in Unicode 5.0.0 Standard Annex 14, Revision 19, available
 at http://www.unicode.org/reports/tr14/tr14-19.html
 
-This package currently only provides a static library, and as such
-should not be a runtime dependency.
+
+%package      devel
+Summary:      Development files for %{name}
+Group:        Development/Libraries
+Requires:     %{name} = %{version}-%{release}
+
+%description  devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
 
 
 %prep
-%setup -q -n %{shortname}
+%setup -q
+%configure --disable-static
 
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS -fPIC" %{?_smp_mflags}
+make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_includedir} $RPM_BUILD_ROOT%{_libdir}
-cp -p linebreak.h $RPM_BUILD_ROOT%{_includedir}
-cp -p DebugDir/liblinebreak.a $RPM_BUILD_ROOT%{_libdir}/
+make install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-#%post -p /sbin/ldconfig
+%post -p /sbin/ldconfig
 
-#%postun -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog LICENCE README
+%doc ChangeLog LICENCE NEWS README
+%{_libdir}/*.so.*
+
+%files devel
 %{_includedir}/*
-%{_libdir}/*.a
+%{_libdir}/*.so
 
 
 %changelog
+* Sat Jul  3 2010 Michel Salim <salimma at fedoraproject.org> - 2.0-1
+- Update to 2.0
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Jul  2 2009 Michel Salim <salimma at fedoraproject.org> - 1.2-1
+- Update to 1.2
+- Build as dynamic library, instead of static
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.6-0.5.20080421cvs
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Thu Jul 31 2008 Michel Salim <michel at berlin.local> - 0.9.6-0.4.20080421cvs%{?dist}
 - Rename package to liblinebreak, providing -{devel,static}
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/liblinebreak/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	31 Jul 2008 07:25:43 -0000	1.2
+++ sources	2 Jul 2010 23:38:25 -0000	1.3
@@ -1 +1 @@
-15d23a4299d9ace9671e1eefd4adc2a0  linebreak-0.9.6-20080421.tar.bz2
+c4ac2052b9e1883822662ecee483c542  liblinebreak-2.0.tar.gz



More information about the scm-commits mailing list