[enca] v1.15

Peter Robinson pbrobinson at fedoraproject.org
Wed Mar 19 09:30:48 UTC 2014


commit 0676d522b15a2e85723b814e9e11663165baa713
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Mar 19 09:30:44 2014 +0000

    v1.15

 .gitignore |    3 +-
 enca.spec  |  133 ++---------------------------------------------------------
 sources    |    2 +-
 3 files changed, 7 insertions(+), 131 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 165f547..0f39600 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-enca-1.13.tar.bz2
-/enca-1.14.tar.bz2
+/enca-1.*.tar.bz2
diff --git a/enca.spec b/enca.spec
index 4690549..3bd1ddf 100644
--- a/enca.spec
+++ b/enca.spec
@@ -1,12 +1,11 @@
 Name: enca
 Summary: Character set analyzer and detector
-Version: 1.14
-Release: 2%{?dist}
+Version: 1.15
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/Text
 Source: http://dl.cihar.com/enca/enca-%{version}.tar.bz2
 URL: http://cihar.com/software/enca
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
 %description
@@ -57,8 +56,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make install DESTDIR=$RPM_BUILD_ROOT HTML_DIR=/tmp/html
 
 rm -rf $RPM_BUILD_ROOT/tmp/html
@@ -70,24 +67,18 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 make check
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 
 %files
-%defattr(-,root,root)
 %{_bindir}/*
 %{_libdir}/libenca.so.*
 %{_mandir}/*/*
 %doc AUTHORS COPYING FAQ README THANKS TODO
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/pkgconfig/*
 %{?_with_static: %{_libdir}/*.a}
@@ -96,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 19 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.15-1
+- update to 1.15
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -145,120 +139,3 @@ rm -rf $RPM_BUILD_ROOT
 * Mon Nov 28 2005 Dmitry Butskoy <Dmitry at Butskoy.name> - 1.8-1
 - upgrade to 1.8
 - update description
-
-* Fri Sep 16 2005 Dmitry Butskoy <Dmitry at Butskoy.name> - 1.7-4
-- clenup in docs
-- Accepted for Fedora Extra (review by Ville Skytta <ville.skytta at iki.fi>)
-
-* Thu Sep  9 2005 Dmitry Butskoy <Dmitry at Butskoy.name> - 1.7-3
-- build static libs conditionally
-- disable external converters (#167820)
-
-* Thu Sep  8 2005 Dmitry Butskoy <Dmitry at Butskoy.name> - 1.7-2
-- more cleanups (#167820)
-
-* Thu Sep  8 2005 Dmitry Butskoy <Dmitry at Butskoy.name> - 1.7-1
-- spec cleanups for Fedora Extra
-- avoid build with librecode, use just glibc's iconv 
-- avoid any gtk dependencies, html docs are already present in the source
-
-* Mon May 17 2004 David Necas (Yeti) <yeti at physics.muni.cz>
-- doubled percents in changelog
-
-* Mon Dec 22 2003 David Necas (Yeti) <yeti at physics.muni.cz>
-- moved wrappers to libexec
-
-* Thu Nov  6 2003 David Necas (Yeti) <yeti at physics.muni.cz>
-- added b-piconv
-- fixed HTML doc install paths
-
-* Tue Oct 14 2003 David Necas (Yeti) <yeti at physics.muni.cz>
-- testing whether $RPM_BUILD_ROOT is not /
-- updated for new HTML doc location
-- changed make -> %%__make, rm -> %%__rm
-
-* Sat Aug  2 2003 David Necas (Yeti) <yeti at physics.muni.cz>
-- cleaning $RPM_BUILD_ROOT in %%install
-
-* Sat Jun 28 2003 David Necas (Yeti) <yeti at physics.muni.cz>
-- removed --disable-gtk-doc, no longer needed
-
-* Fri Jun 20 2003 David Necas (Yeti) <yeti at physics.muni.cz>
-- added enca.pc to devel package
-
-* Sat Jun 14 2003 David Necas (Yeti) <yeti at physics.muni.cz>
-- updated description
-- added --disable-gtk-doc
-
-* Mon Dec 23 2002 David Necas (Yeti) <yeti at physics.muni.cz>
-- added libenca.so
-
-* Fri Dec 20 2002 David Necas (Yeti) <yeti at physics.muni.cz>
-- fixed URL and Source to trific.ath.cx
-
-* Mon Oct 21 2002 David Necas (Yeti) <yeti at physics.muni.cz>
-- added FAQ to docs
-
-* Thu Oct 10 2002 David Necas (Yeti) <yeti at physics.muni.cz>
-- removed twice-listed %%{docdir}/html
-
-* Sat Sep 21 2002 David Necas (Yeti) <yeti at physics.muni.cz>
-- added b-umap
-
-* Sun Sep 15 2002 David Necas (Yeti) <yeti at physics.muni.cz>
-- added enconv
-
-* Thu Aug 29 2002 David Necas (Yeti) <yeti at physics.muni.cz>
-- removed bzip2-devel buildprereq
-
-* Sat Aug 24 2002 David Necas (Yeti) <yeti at physics.muni.cz>
-- added postinstall and postuninstall scriptlets
-
-* Wed Aug 21 2002 David Necas (Yeti) <yeti at physics.muni.cz>
-- updated to enca-0.10.0-pre2
-- added libenca
-- split into enca and enca-devel
-- removed cache
-- fixed HTML_DIR
-
-* Tue Jul 10 2001 David Necas (Yeti) <yeti at physics.muni.cz>
-- changed rpm macros in Source and URL to autoconf macros to ease debian/
-  stuff generation
-
-* Sun May 20 2001 David Necas (Yeti) <yeti at physics.muni.cz>
-- added BuildPrereq: bzip2-devel
-
-* Wed May  2 2001 David Necas (Yeti) <yeti at physics.muni.cz>
-- changed group to standard (but much less appropriate) Applications/Text
-- rpm macros are used instead of autoconf macros (after the first definition)
-
-* Sun Mar 11 2001 David Necas (Yeti) <yeti at physics.muni.cz>
-- added defattr, doc attributes
-- uses global configure cache
-- heavy use of predefined directories
-- configure moved to build section as is usual
-
-* Sun Feb 25 2001 David Necas (Yeti) <yeti at physics.muni.cz>
-- updated to enca-0.9.0pre4 (including files and descriptions)
-- added sed dependency
-
-* Sun Oct 25 2000 David Necas (Yeti) <yeti at physics.muni.cz>
-- updated to enca-0.7.5
-
-* Sun Oct 11 2000 David Necas (Yeti) <yeti at physics.muni.cz>
-- removed redundant Provides: enca
-
-* Sun Oct  1 2000 David Necas (Yeti) <yeti at physics.muni.cz>
-- updated to enca-0.7.1
-- man page forced to be intstalled to ${prefix}/share/man
-
-* Tue Sep 26 2000 David Necas (Yeti) <yeti at physics.muni.cz>
-- updated to enca-0.7.0
-- spec autogenerated by configure
-
-* Tue Sep 19 2000 David Necas (Yeti) <yeti at physics.muni.cz>
-- fixed not installing bcstocs
-
-* Wed Sep 13 2000 David Necas (Yeti) <yeti at physics.muni.cz>
-- first packaged (0.6.2)
-
diff --git a/sources b/sources
index 8f17637..5b9002c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03792f25aed003d3ea33b3ce1be1f256  enca-1.14.tar.bz2
+fef132969d26e649719eae08297a4a52  enca-1.15.tar.bz2


More information about the scm-commits mailing list