]> granicus.if.org Git - libexpat/commitdiff
Drop expat.spec RPM packaging (related to #330)
authorSebastian Pipping <sebastian@pipping.org>
Wed, 9 Oct 2019 17:56:19 +0000 (19:56 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 9 Oct 2019 17:56:19 +0000 (19:56 +0200)
.travis.sh
.travis.yml
Brewfile
expat/expat.spec [deleted file]

index e4ab41756472d58489d325afb21f8eafa7bd82fb..64f8e14b6b2b522595d5ff42df1286bf0d53802a 100755 (executable)
@@ -45,10 +45,6 @@ cd expat
 if [[ ${MODE} = distcheck ]]; then
     ./configure ${CONFIGURE_ARGS}
     make distcheck
-
-    mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
-    ln -v -s "$PWD"/expat-*.tar.bz2 ~/rpmbuild/SOURCES/
-    rpmbuild -ba expat.spec
 elif [[ ${MODE} = cmake-oos ]]; then
     mkdir build
     cd build
index aaacc4e7c70ce29288d9e2c4d4b34227290ee4f9..0d14eca71cc221c991d4e29072f21255563973ac 100644 (file)
@@ -70,7 +70,6 @@ addons:
       - lzip
       - mingw-w64
       - moreutils
-      - rpm
       - wine
 
 script:
index 98f05e47f4c313af8eece18d19127fa1ad984b12..62f5e1badf7dd6ec5aba734fb9a436e7c3051dee 100644 (file)
--- a/Brewfile
+++ b/Brewfile
@@ -10,5 +10,4 @@ brew "ghostscript"
 brew "libtool"
 brew "lzip"
 brew "m4"
-brew "rpm"
 brew "cppcheck"
diff --git a/expat/expat.spec b/expat/expat.spec
deleted file mode 100644 (file)
index 2539a68..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-%define version 2.2.9
-%define release 1
-
-Summary: Expat is an XML 1.0 parser written in C.
-Name: expat
-Version: %{version}
-Release: %{release}
-License: MIT/X
-Group: Utilities/parsers
-URL: http://www.libexpat.org/
-Source: https://downloads.sourceforge.net/project/expat/expat/%{version}/expat-%{version}.tar.bz2
-BuildRoot: /var/tmp/%{name}-buildroot
-
-%description
-Expat is an XML 1.0 parser written in C by James Clark.  It aims to be
-fully conforming. It is not a validating XML parser.
-
-%prep
-%setup
-
-%build
-./configure
-make lib xmlwf
-
-%install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-mkdir -p $RPM_BUILD_ROOT/usr/lib
-mkdir -p $RPM_BUILD_ROOT/usr/include
-make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr
-install -D xmlwf/xmlwf $RPM_BUILD_ROOT/usr/bin/xmlwf
-
-%files
-%doc COPYING README.md doc/reference.html doc/style.css doc/*.png
-/usr/bin/xmlwf
-/usr/lib
-/usr/include/expat.h
-/usr/include/expat_config.h
-/usr/include/expat_external.h
-/usr/share/doc/expat/AUTHORS
-/usr/share/doc/expat/changelog
-/usr/share/man/man1/xmlwf.1.gz
-
-%changelog
-* Wed Sep 25 2019 Sebastian Pipping <sebastian@pipping.org>
-[Release 2.2.9-1]
-- Update for the 2.2.9 release.
-
-* Fri Sep 13 2019 Sebastian Pipping <sebastian@pipping.org>
-[Release 2.2.8-1]
-- Update for the 2.2.8 release.
-
-* Wed Jun 19 2019 Sebastian Pipping <sebastian@pipping.org>
-[Release 2.2.7-1]
-- Update for the 2.2.7 release.
-
-* Sun Aug 12 2018 Sebastian Pipping <sebastian@pipping.org>
-[Release 2.2.6-1]
-- Update for the 2.2.6 release.
-
-* Tue Oct 31 2017 Sebastian Pipping <sebastian@pipping.org>
-[Release 2.2.5-1]
-- Update for the 2.2.5 release.
-
-* Sat Aug 19 2017 Sebastian Pipping <sebastian@pipping.org>
-[Release 2.2.4-1]
-- Update for the 2.2.4 release.
-
-* Wed Aug 2 2017 Sebastian Pipping <sebastian@pipping.org>
-[Release 2.2.3-1]
-- Update for the 2.2.3 release.
-
-* Wed Jul 12 2017 Sebastian Pipping <sebastian@pipping.org>
-[Release 2.2.2-1]
-- Update for the 2.2.2 release.
-
-* Sat Jun 17 2017 Sebastian Pipping <sebastian@pipping.org>
-[Release 2.2.1-1]
-- Update for the 2.2.1 release.
-
-* Tue Jun 21 2016 Sebastian Pipping <sebastian@pipping.org>
-[Release 2.2.0-1]
-- Update for the 2.2.0 release.
-
-* Wed Mar 2 2016 Sebastian Pipping <sebastian@pipping.org>
-[Release 2.1.1-1]
-- Update for the 2.1.1 release.
-
-* Sat Mar 3 2012 Karl Waclawek <karl@waclawek.net>
-[Release 2.1.0-1]
-- Update for the 2.1.0 release.
-
-* Sun Nov 26 2006 Karl Waclawek <karl@waclawek.net>
-[Release 2.0.1-1]
-- Update for the 2.0.1 release.
-
-* Fri Jul 16 2004 Fred L. Drake, Jr. <fdrake@acm.org>
-[Release 1.95.8-1]
-- Update for the 1.95.8 release.
-- Add the expat_external.h header to the installed files.
-
-* Tue Oct 21 2003 Fred L. Drake, Jr. <fdrake@acm.org>
-- Update list of documentation files; we missed a .png file in the
-  previous release.
-
-* Mon Oct 20 2003 Fred L. Drake, Jr. <fdrake@acm.org>
-[Release 1.95.7-1]
-- Updated for the 1.95.7 release.
-
-* Sat Jan 25 2003 Fred L. Drake, Jr. <fdrake@acm.org>
-[Release 1.95.6-1]
-- Updated for the 1.95.6 release.
-
-* Wed Sep  4 2002 Fred L. Drake, Jr. <fdrake@acm.org>
-[Release 1.95.5-1]
-- Updated for the 1.95.5 release.
-- Updated URL for Expat home page to point to www.libexpat.org.
-- Added "Valid XHTML 1.0" icon to the installed documentation.
-
-* Sat Jun 29 2002 Fred L. Drake, Jr. <fdrake@acm.org>
-[Release 1.95.4-1]
-- Updated for the 1.95.4 release.
-
-* Fri May 17 2002 Fred L. Drake, Jr. <fdrake@acm.org>
-[Release 1.95.3-1]
-- Updated for the 1.95.3 release.
-- Added xmlwf man page to the list of files.
-
-* Wed Jul 25 2001 Fred L. Drake, Jr. <fdrake@acm.org>
-[Release 1.95.2-1]
-- Updated for the 1.95.2 release.
-
-* Sun Feb 18 2001 Sean Reifschneider <jafo-rpms@tummy.com>
-[Release 1.95.1-1tummy]
-- Updated to 1.95.1 release.
-- Removed the "/usr/include/expat" directory for headers, as it now uses
-  "expat.h" instead of "xmlparser.h".
-
-* Thu Jan 25 2001 Sean Reifschneider <jafo-rpms@tummy.com>
-[Release 1.1-3tummy]
-- Moved xmlparse.h into "/usr/include/expat" directory to prevent conflict
-  with w3c-libwww-devel package.
-
-* Wed Sep  6 2000 Sean Reifschneider <jafo-rpms@tummy.com>
-- Modified to install into /usr.
-- Modified to use RPM_BUILD_ROOT instead of writing directly to install
-  location.