[svn] r6081 - in trunk/rpms: geos segatex
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sun Jan 6 22:26:15 CET 2008
Author: dries
Date: 2008-01-06 22:26:12 +0100 (Sun, 06 Jan 2008)
New Revision: 6081
Modified:
trunk/rpms/geos/geos.spec
trunk/rpms/segatex/segatex.spec
Log:
update
Modified: trunk/rpms/geos/geos.spec
===================================================================
--- trunk/rpms/geos/geos.spec 2008-01-06 12:29:57 UTC (rev 6080)
+++ trunk/rpms/geos/geos.spec 2008-01-06 21:26:12 UTC (rev 6081)
@@ -4,13 +4,13 @@
Summary: GEOS (Geometry Engine, Open Source) topology library
Name: geos
-Version: 2.2.3
+Version: 3.0.0
Release: 1
License: LGPL
Group: System Environment/Libraries
URL: http://geos.refractions.net/
-Source: http://geos.refractions.net/geos-%{version}.tar.bz2
+Source: http://geos.refractions.net/downloads/geos-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++
@@ -66,5 +66,8 @@
%exclude %{_libdir}/libgeos*.la
%changelog
+* Sun Jan 6 2008 Dries Verachtert <dries at ulyssis.org> - 3.0.0-1
+- Updated to release 3.0.0.
+
* Mon Jul 23 2007 Dayne Broderson <dayne at alaska.edu> - 2.2.3-1
- Initial package, based on a spec file made by Mapping Hacks.
Modified: trunk/rpms/segatex/segatex.spec
===================================================================
--- trunk/rpms/segatex/segatex.spec 2008-01-06 12:29:57 UTC (rev 6080)
+++ trunk/rpms/segatex/segatex.spec 2008-01-06 21:26:12 UTC (rev 6081)
@@ -4,7 +4,7 @@
Summary: Create SELinux policies
Name: segatex
-Version: 3.10
+Version: 4.20
Release: 1
License: GPL
Group: Applications/System
@@ -38,12 +38,13 @@
EOF
%build
+cd src
qmake segatex.pro
%{__make} %{?_smp_mflags} SUBLIBS="-lboost_regex -lselinux"
%install
%{__rm} -rf %{buildroot}
-%{__install} -D segatex %{buildroot}%{_bindir}/segatex
+(cd src; %{__install} -D segatex %{buildroot}%{_bindir}/segatex)
%{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
desktop-file-install --vendor rpmforge \
@@ -61,6 +62,9 @@
%{_datadir}/applications/*-segatex.desktop
%changelog
+* Sun Jan 06 2008 Dries Verachtert <dries at ulyssis.org> - 4.20-1
+- Updated to release 4.20.
+
* Mon Aug 06 2007 Dries Verachtert <dries at ulyssis.org> - 3.10-1
- Updated to release 3.10.
More information about the svn-commits
mailing list