rpms/libtlen/devel libtlen-rpm.patch, NONE, 1.1 libtlen.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Wed Aug 9 10:26:11 UTC 2006


Author: rathann

Update of /cvs/extras/rpms/libtlen/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32546/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libtlen-rpm.patch libtlen.spec 
Log Message:
auto-import libtlen-0-0.4.20060309 on branch devel from libtlen-0-0.4.20060309.src.rpm

libtlen-rpm.patch:

--- NEW FILE libtlen-rpm.patch ---
--- libtlen-20060309/lib/Makefile.in.r	2004-11-12 12:55:45.000000000 +0100
+++ libtlen-20060309/lib/Makefile.in	2006-07-27 14:11:17.000000000 +0200
@@ -53,7 +53,7 @@
 	$(RANLIB) $(STATIC)
 
 $(SHARED): $(OBJS)
-	$(CC) -g -O2 -shared -Wl,-soname,libtlen.so.$(VERSION_MAJOR) -o $(SHARED) $(OBJS) $(LIBS) -lc
+	$(CC) $(CFLAGS) -shared -Wl,-soname,libtlen.so.$(VERSION_MAJOR) -o $(SHARED) $(OBJS) $(LIBS) -lc
 	$(LN_S) -f $(SHARED) $(SHAREDM)
 	$(LN_S) -f $(SHARED) $(SHAREDMM)
 
@@ -74,4 +74,4 @@
 	$(INSTALL) -m 644 $(HEADERS) $(DESTDIR)$(includedir)$(libincludedir)
 
 testclient: $(STATIC) testclient.c
-	$(CC) -Wall -ggdb -o testclient testclient.c libtlen.a $(LIBS)
+	$(CC) -Wall $(CFLAGS) -ggdb -o testclient testclient.c libtlen.a $(LIBS)


--- NEW FILE libtlen.spec ---
%define		_snap	20060309

Name:		libtlen
Version:	0
Release:	0.4.%{_snap}%{?dist}
Summary:	Tlen.pl client library
Summary(pl):	Biblioteka kliencka Tlen.pl
Group:		System Environment/Libraries
License:	LGPL
URL:		http://tleenx.sourceforge.net/
Source0:	http://dl.sourceforge.net/sourceforge/tleenx/%{name}-%{_snap}.tar.gz
Patch0:		%{name}-rpm.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
libtlen is a library providing an API for client programs which want
to use Tlen.pl, an Instant Messanging protocol based on Jabber, but
with some modifications.

%description -l pl
Biblioteka libtlen dostarcza API dla programów klienckich korzystających
z protokołu Tlen.pl który bazuje na Jabber z niewielkimi modyfikacjami.

%package devel
Summary:	Header files for developing programs using libtlen
Summary(pl):	Pliki nagłówkowe do biblioteki libtlen
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}

%description devel
This package is required to develop programs that use Tlen.pl
protocol.

%description devel -l pl
Pakiet wymagany przy pisaniu programów korzystających z protokołu
Tlen.pl.

%prep
%setup -q -n %{name}-%{_snap}
%patch0 -p1 -b .r

%build
%configure
%{__make} %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
for i in ChangeLog docs/AUTHORS docs/TODO docs/libtlen.css; do
	iconv -f ISO-8859-2 -t UTF-8 $i -o $i.utf
	%{__mv} -f $i.utf $i
done
%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/libtlen.a

%clean
rm -rf $RPM_BUILD_ROOT

%post	-p /sbin/ldconfig
%postun	-p /sbin/ldconfig

%files
%defattr(644,root,root,755)
%lang(pl) %doc docs/AUTHORS docs/TODO ChangeLog COPYING
%attr(755,root,root) %{_libdir}/libtlen.so.*

%files devel
%defattr(644,root,root,755)
%lang(pl) %doc docs/*.{html,css}
%{_includedir}/*
%{_libdir}/libtlen.so

%changelog
* Fri Jul 27 2006 Dominik Mierzejewski <rpm at greysector.net> 0-0.4.20060309
- included LGPL license text from upstream

* Fri Jul 27 2006 Dominik Mierzejewski <rpm at greysector.net> 0-0.3.20060309
- patch to fix 32bit builds on 64bit
- updated to 20060309 snapshot
- changed project and download urls

* Sat Jan 07 2006 Dominik Mierzejewski <rpm at greysector.net> 0-0.1.20041113
- FE compliance
- removed static subpackage
- mark docs as Polish

* Tue Sep 13 2005 Dominik Mierzejewski <rpm at greysector.net>
- updated to 20041113 snapshot

* Mon Jul 04 2005 Dominik Mierzejewski <rpm at greysector.net>
- fixed building on FC4

* Wed Oct 13 2004 Dominik Mierzejewski <rpm at greysector.net>
- adapted PLD spec
- updated to 20040416 snapshot

* Sun Feb 29 2004 PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

Revision 1.28  2004/02/29 18:01:25  pawelb
- up to 20040228

Revision 1.27  2003/11/17 22:15:52  adgor
- Partially reverted

Revision 1.26  2003/11/17 21:46:36  adgor
- Changed versioning policy (ver 0.%%{_snap}; rel 1)
- Added post/postun /sbin/ldconfig
- libtlen.so moved to devel subpkg

Revision 1.25  2003/11/16 09:27:35  jack
- updated to snap 20031115

Revision 1.24  2003/11/08 20:44:23  jack
- updated to 20031108 snap

Revision 1.23  2003/08/29 11:15:25  adgor
- Added %%{release} to req

Revision 1.22  2003/08/18 08:08:17  gotar
- mass commit: cosmetics (removed trailing white spaces)

Revision 1.21  2003/07/11 12:28:23  ankry
- URL fixes and other cosmetics

Revision 1.20  2003/06/27 13:10:47  mmazur
- mass commit; now req: name = epoch:version

Revision 1.19  2003/05/28 12:59:32  malekith
- massive attack: source-md5

Revision 1.18  2003/05/25 05:50:04  misi3k
- massive attack s/pld.org.pl/pld-linux.org/

Revision 1.17  2003/04/18 14:45:32  radek
- snap 20030415

Revision 1.16  2003/02/17 11:32:06  radek
- updated Source0 URL

Revision 1.15  2003/02/03 19:17:17  krzak
- snap 20030130

Revision 1.14  2002/11/23 02:06:12  aflinta
- updated to snap 20021122
- removed destdir.path which is now obsoleted

Revision 1.13  2002/11/19 15:23:33  aflinta
- updated descriptions
- version is 0 cause there is no version except snaps
- Epoch 1
- updated URL's

Revision 1.12  2002/10/30 16:45:55  aflinta
- normal URL is back ;)

Revision 1.11  2002/10/29 23:41:28  aflinta
- updated to snap 20021029

Revision 1.10  2002/10/29 23:18:58  aflinta
- libsigc++ seems to be not needed, everything is working without it

Revision 1.9  2002/10/26 10:36:27  ggodlewski
- url changed to ip - some problem with dns

Revision 1.8  2002/10/25 15:39:23  ggodlewski
- updated to 20021024

Revision 1.7  2002/09/21 14:08:47  aflinta
- updated to snapshot 20020920

Revision 1.6  2002/09/16 16:22:42  qboosh
- typos, cosmetics

Revision 1.5  2002/09/15 13:00:46  aflinta
- splited into subpackages
- snapshot 20020914

Revision 1.4  2002/09/12 10:13:09  trojan
- BuildRequires: libsigc++1-devel instead libsigc++-devel

Revision 1.3  2002/05/24 11:04:31  gotar
- ac/am macros

Revision 1.2  2002/05/24 10:58:30  gotar
- new %%doc

Revision 1.1  2002/05/23 07:56:05  gotar
- initial release, STBR.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libtlen/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Aug 2006 10:23:43 -0000	1.1
+++ .cvsignore	9 Aug 2006 10:26:11 -0000	1.2
@@ -0,0 +1 @@
+libtlen-20060309.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libtlen/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Aug 2006 10:23:43 -0000	1.1
+++ sources	9 Aug 2006 10:26:11 -0000	1.2
@@ -0,0 +1 @@
+5ee0a741d22f80b962bc5a9502dc69e4  libtlen-20060309.tar.gz




More information about the fedora-extras-commits mailing list