[svn] r6164 - in trunk/rpms: . hamlib kding linux_logo miredo
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Mon Feb 18 20:21:51 CET 2008
Author: dries
Date: 2008-02-18 20:21:47 +0100 (Mon, 18 Feb 2008)
New Revision: 6164
Added:
trunk/rpms/hamlib/
trunk/rpms/hamlib/hamlib.spec
Modified:
trunk/rpms/kding/kding.spec
trunk/rpms/linux_logo/linux_logo.spec
trunk/rpms/miredo/miredo.spec
Log:
updates, hamlib added
Added: trunk/rpms/hamlib/hamlib.spec
===================================================================
--- trunk/rpms/hamlib/hamlib.spec (rev 0)
+++ trunk/rpms/hamlib/hamlib.spec 2008-02-18 19:21:47 UTC (rev 6164)
@@ -0,0 +1,84 @@
+# $Id$
+# Authority: dries
+
+Summary: HAM radio equipment control libraries
+Name: hamlib
+Version: 1.2.7
+Release: 1
+License: LGPL
+Group: Development/Libraries
+URL: http://hamlib.org
+
+Source: http://dl.sf.net/hamlib/hamlib-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gcc-c++, libxml2-devel
+
+%description
+The HAM radio equipment control libraries allow you to write amateur radio
+equipment control programs for transceivers and antenna rotators which use
+CAT or similar computer interfaces for control.
+
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This package contains the header files, static libraries and development
+documentation for %{name}. If you like to develop programs using %{name},
+you will need to install %{name}-devel.
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING INSTALL LICENSE NEWS README THANKS TODO
+%doc %{_mandir}/man1/rigctl.1*
+%doc %{_mandir}/man1/rigmem.1*
+%doc %{_mandir}/man1/rigsmtr.1*
+%doc %{_mandir}/man1/rigswr.1*
+%doc %{_mandir}/man1/rotctl.1*
+%doc %{_mandir}/man8/rigctld.8*
+%doc %{_mandir}/man8/rpc.rigd.8*
+%doc %{_mandir}/man8/rpc.rotd.8*
+%{_bindir}/rigctl
+%{_bindir}/rigctld
+%{_bindir}/rigmem
+%{_bindir}/rigsmtr
+%{_bindir}/rigswr
+%{_bindir}/rotctl
+%{_sbindir}/rpc.rigd
+%{_sbindir}/rpc.rotd
+%{_libdir}/libhamlib++.so.*
+%{_libdir}/libhamlib.so.*
+%{_libdir}/pkgconfig/hamlib.pc
+%{_datadir}/aclocal/hamlib.m4
+
+%files devel
+%{_includedir}/hamlib/
+%{_libdir}/hamlib-*.so
+%{_libdir}/libhamlib++.so
+%{_libdir}/libhamlib.so
+%exclude %{_libdir}/*.a
+%exclude %{_libdir}/*.la
+
+%changelog
+* Sun Feb 17 2008 Dries Verachtert <dries at ulyssis.org> - 1.2.7-1
+- Initial package.
Modified: trunk/rpms/kding/kding.spec
===================================================================
--- trunk/rpms/kding/kding.spec 2008-02-17 16:31:07 UTC (rev 6163)
+++ trunk/rpms/kding/kding.spec 2008-02-18 19:21:47 UTC (rev 6164)
@@ -4,7 +4,7 @@
Summary: Frontend for ding, a dictionary lookup program
Name: kding
-Version: 0.4.1
+Version: 0.4.2
Release: 1
License: GPL
Group: Applications/Internet
@@ -43,7 +43,7 @@
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%{_bindir}/kding
-%{_datadir}/applnk/Utilities/kding.desktop
+%{_datadir}/applications/kde/kding.desktop
%{_datadir}/apps/kding/
%{_datadir}/config.kcfg/kding.kcfg
%{_datadir}/doc/HTML/*/kding/
@@ -51,6 +51,9 @@
%{_datadir}/icons/*/*/actions/kding_search.png
%changelog
+* Sun Feb 17 2008 Dries Verachtert <dries at ulyssis.org> - 0.4.2-1
+- Updated to release 0.4.2.
+
* Mon Sep 10 2007 Dries Verachtert <dries at ulyssis.org> - 0.4.1-1
- Updated to release 0.4.1.
Modified: trunk/rpms/linux_logo/linux_logo.spec
===================================================================
--- trunk/rpms/linux_logo/linux_logo.spec 2008-02-17 16:31:07 UTC (rev 6163)
+++ trunk/rpms/linux_logo/linux_logo.spec 2008-02-18 19:21:47 UTC (rev 6164)
@@ -3,7 +3,7 @@
Summary: The linux logo - a colorful console penguin logo
Name: linux_logo
-Version: 4.12
+Version: 5.03
Release: 1
License: GPL
Group: Applications/System
@@ -24,10 +24,11 @@
for logo in ./logos/*.logo ./logos/*/*.logo; do
echo "$logo" >> logo_config
done
+%configure
# C_OPTS is used by linux_logo.c and C_FLAGS by libsysinfo
%{__make} %{?_smp_mflags} \
C_OPTS="%{optflags} -I./\$(LIBSYSINFO)" \
- C_FLAGS="%{optflags} -I.. -I. -I../include"
+ C_FLAGS="%{optflags} -I.. -I. -I../include" PREFIX=%{_prefix}
%install
@@ -37,7 +38,8 @@
%{__make} install \
INSTALL_BINPATH=%{buildroot}%{_bindir} \
INSTALL_MANPATH=%{buildroot}%{_mandir} \
- INSTALLDIR=%{buildroot}%{_datadir}/locale
+ INSTALLDIR=%{buildroot}%{_datadir}/locale \
+ PREFIX=%{buildroot}%{_prefix}
%find_lang %{name}
@@ -53,6 +55,9 @@
%changelog
+* Sun Feb 17 2008 Dries Verachtert <dries at ulyssis.org> - 5.03-1
+- Updated to release 5.03.
+
* Mon May 2 2005 Matthias Saou <http://freshrpms.net/> 4.12-1
- Update to 4.12.
Modified: trunk/rpms/miredo/miredo.spec
===================================================================
--- trunk/rpms/miredo/miredo.spec 2008-02-17 16:31:07 UTC (rev 6163)
+++ trunk/rpms/miredo/miredo.spec 2008-02-18 19:21:47 UTC (rev 6164)
@@ -4,7 +4,7 @@
Summary: Tunneling of Ipv6 over UDP through NATs
Name: miredo
-Version: 1.1.4
+Version: 1.1.5
Release: 1
License: GPL
Group: Applications/Internet
@@ -86,6 +86,9 @@
%exclude %{_libdir}/libtun6.la
%changelog
+* Sun Feb 17 2008 Dries Verachtert <dries at ulyssis.org> - 1.1.5-1
+- Updated to release 1.1.5.
+
* Wed Nov 14 2007 Dries Verachtert <dries at ulyssis.org> - 1.1.4-1
- Updated to release 1.1.4.
More information about the svn-commits
mailing list