[-]
[+]
|
Deleted |
lfc.changes
|
@@ -1,60 +0,0 @@
--------------------------------------------------------------------
-Wed May 15 18:06:06 UTC 2013 - cs@linux-administrator.com
-
-- Update to version 1.5.2
-
--------------------------------------------------------------------
-Fri Feb 8 19:39:52 UTC 2013 - cs@linux-administrator.com
-
-- Update to version 1.4.1
-
--------------------------------------------------------------------
-Mon Jan 7 21:03:12 UTC 2013 - cs@linux-administrator.com
-
-- Update to version 1.3.7
-
--------------------------------------------------------------------
-Sat Dec 29 15:03:43 UTC 2012 - cs@linux-administrator.com
-
-- Update to version 1.3.5
-
--------------------------------------------------------------------
-Sat Jul 21 14:14:50 UTC 2012 - cs@linux-administrator.com
-
-- Update to version 1.3.3
-
--------------------------------------------------------------------
-Sat Jul 14 08:49:27 UTC 2012 - cs@linux-administrator.com
-
-- Update to version 1.3.2
-
--------------------------------------------------------------------
-Mon Jul 2 20:31:58 UTC 2012 - cs@linux-administrator.com
-
-- Update to version 1.3.1
-
--------------------------------------------------------------------
-Fri May 18 19:06:19 UTC 2012 - cs@linux-administrator.com
-
-- Update to version 1.3.0
-
--------------------------------------------------------------------
-Sat Mar 31 08:31:45 UTC 2012 - cs@linux-administrator.com
-
-- Update to version 1.2.0
-
--------------------------------------------------------------------
-Sun Aug 7 15:51:21 UTC 2011 - cs@linux-administrator.com
-
-- Update to version 1.1.41
-
--------------------------------------------------------------------
-Wed Jul 20 17:50:52 UTC 2011 - cs@linux-administrator.com
-
-- Update to version 1.1.40
-
--------------------------------------------------------------------
-Sat Jun 25 09:18:32 UTC 2011 - cs@linux-administrator.com
-
-- Update to version 1.1.38
-
|
[-]
[+]
|
Added |
liblfcbase.changes
^
|
|
[-]
[+]
|
Deleted |
lfc.spec
^
|
@@ -1,94 +0,0 @@
-%define pkgname lfc
-%define libname lib%{pkgname}
-%define soname %{libname}0
-Name: %{soname}
-Version: 1.5.2
-Release: 1
-Group: Development
-Summary: Lemke Foundation Classes
-License: GPLv2
-Url: http://www.lemke-it.com
-Source0: http://www.lemke-it.com/%{pkgname}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-
-BuildRequires: gcc-c++
-BuildRequires: ncurses-devel
-BuildRequires: -post-build-checks
-
-%description
-This C++ library provides an API for XML document handling. Similar to the JDOM Java interface,
-a XML document can be parsed, traced and generated by the provided methods. Furthermore,
-this library is a good example for the usage of the dragon parser generator.
-
-%package -n %{libname}-devel
-Group: Development
-Summary:Includefiles for lemke foundation classes
-Requires: %{soname}
-%description -n %{libname}-devel
-This C++ library provides an API for XML document handling. Similar to the JDOM Java interface,
-a XML document can be parsed, traced and generated by the provided methods. Furthermore,
-this library is a good example for the usage of the dragon parser generator.
-
-
-%prep
-%setup -n %{pkgname}-%{version}
-
-%build
-%configure
-%__make
-
-%install
-%__make DESTDIR=%{buildroot} install
-
-%clean
-rm -rf %{buildroot}
-
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-%files
-%defattr(-,root,root)
-%{_libdir}/liblfc.so.0*
-
-%files -n %{libname}-devel
-%defattr(-,root,root)
-%dir %{_includedir}/lfc
-%{_libdir}/liblfc.a
-%{_libdir}/liblfc.la
-%{_libdir}/liblfc.so
-%{_includedir}/lfc/AESCrypt.h
-%{_includedir}/lfc/AVLTreeT.h
-%{_includedir}/lfc/Base64Coder.h
-%{_includedir}/lfc/BigDecimal.h
-%{_includedir}/lfc/BigInteger.h
-%{_includedir}/lfc/Bitmap.h
-%{_includedir}/lfc/Chain.h
-%{_includedir}/lfc/CommandExecuter.h
-%{_includedir}/lfc/Crypt.h
-%{_includedir}/lfc/Datetime.h
-%{_includedir}/lfc/Exception.h
-%{_includedir}/lfc/File.h
-%{_includedir}/lfc/GetLongOpt.h
-%{_includedir}/lfc/GetOpt.h
-%{_includedir}/lfc/Host.h
-%{_includedir}/lfc/ListT.h
-%{_includedir}/lfc/Logger.h
-%{_includedir}/lfc/Matcher.h
-%{_includedir}/lfc/NanoTimer.h
-%{_includedir}/lfc/Net.h
-%{_includedir}/lfc/NetHandler.h
-%{_includedir}/lfc/Process.h
-%{_includedir}/lfc/Semaphore.h
-%{_includedir}/lfc/SetT.h
-%{_includedir}/lfc/SharedMemory.h
-%{_includedir}/lfc/SigHandler.h
-%{_includedir}/lfc/Sleeper.h
-%{_includedir}/lfc/StackT.h
-%{_includedir}/lfc/Thread.h
-%{_includedir}/lfc/ThreadLock.h
-%{_includedir}/lfc/Timer.h
-%{_includedir}/lfc/Tokenizer.h
-%{_includedir}/lfc/TreeT.h
-
-
-%changelog
|
[-]
[+]
|
Added |
liblfcbase.spec
^
|
|
|
Added |
lfcbase-1.5.3.tar.bz2
^
|