Removed unmaintained spec-file
authorMikael Hallendal <micke@imendio.com>
Fri, 21 Nov 2008 21:51:43 +0100
changeset 568 7932b95b5211
parent 565 87a57a62be8c
child 569 3a224b933f90
Removed unmaintained spec-file Realized we still have an old and unmaintained spec-file for building rpms. The file was last updated 2003 and the distributions handle this themselves anyway.
Makefile.am
configure.ac
loudmouth.spec.in
--- a/Makefile.am	Wed Nov 19 09:48:29 2008 +0100
+++ b/Makefile.am	Fri Nov 21 21:51:43 2008 +0100
@@ -2,10 +2,8 @@
 
 SUBDIRS = loudmouth docs examples tests
 
-EXTRA_DIST +=				\
+EXTRA_DIST +=			\
 	loudmouth-1.0.pc.in     \
-	loudmouth.spec          \
-	loudmouth.spec.in       \
 	CONTRIBUTORS            \
 	README.WIN32
 
--- a/configure.ac	Wed Nov 19 09:48:29 2008 +0100
+++ b/configure.ac	Fri Nov 21 21:51:43 2008 +0100
@@ -281,8 +281,7 @@
 examples/Makefile
 tests/Makefile
 tests/parser-tests/Makefile
-loudmouth-1.0.pc
-loudmouth.spec])
+loudmouth-1.0.pc])
 
 dnl ==========================================================================
 echo "
--- a/loudmouth.spec.in	Wed Nov 19 09:48:29 2008 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,88 +0,0 @@
-%define ver @VERSION@
-%define name @PACKAGE@
-
-%define with_ssl 1
-
-Summary: Loadmouth is a Jabber client written in C.
-Name: %name
-Version: %ver
-Release: imendio.2
-Vendor: Imendio
-URL: http://www.imendio.com/projects/loudmouth
-Source0: %{name}-%{ver}.tar.gz
-License: LGPL
-Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-root
-Requires: glib2 >= @GLIB2_REQUIRED@
-BuildRequires: glib2-devel >= @GLIB2_REQUIRED@
-BuildRequires: gtk-doc >= 0.10
-
-%if %{with_ssl}
-Requires: gnutls >= @GNUTLS_REQUIRED@
-Requires: libtasn1 >= @LIBTASN1_REQUIRED@
-BuildRequires: gnutls-devel >= @GNUTLS_REQUIRED@
-BuildRequires: libtasn1-devel >= @LIBTASN1_REQUIRED@
-%endif
-
-%description
-Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. 
-
-%package devel
-Summary:	Development files for RoadRunner..
-Group: 		Development/Libraries
-Requires:	%name = %{PACKAGE_VERSION}
-Requires:	glib2-devel >= @GLIB2_REQUIRED@
-
-%if %{with_ssl}
-Requires:       gnutls-devel >= @GNUTLS_REQUIRED@
-%endif
-
-%description devel
-Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. 
-
-%prep
-%setup -q
-
-%build
-
-%configure --enable-gtk-doc \
-%if %{with_ssl}
-           --with-ssl=yes
-%else
-           --with-ssl=no
-%endif
-	  
-make
-
-%install
-rm -rf %{buildroot}
-%makeinstall 
-
-# remove, not shipped
-rm -f $RPM_BUILD_ROOT%{_libdir}/libloudmouth-1.la
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%doc ChangeLog NEWS README COPYING
-%{_libdir}/libloudmouth*.so.*
-
-%files devel
-%defattr(-,root,root)
-%{_libdir}/libloudmouth*.so
-%{_libdir}/libloudmouth*.a
-%{_libdir}/pkgconfig/*
-%{_prefix}/include/loudmouth-1.0
-%{_datadir}/gtk-doc/html/loudmouth
-
-%changelog
-* Wed Oct 01 2003 Mikael Hallendal <micke@imendio.com>
-- Added with_ssl to be able to easily turn of SSL dependency.
-  
-* Wed Jun 25 2003 Mikael Hallendal <micke@imendio.com>
-- Updated to reflect move of project.
-
-* Sat Mar 29 2003 Mikael Hallendal <micke@codefactory.se>
-- Initial build