[svn] r5596 - in trunk/rpms: . exiv2 guichan msktutil

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Tue Jul 10 16:44:26 CEST 2007


Author: dries
Date: 2007-07-10 16:44:23 +0200 (Tue, 10 Jul 2007)
New Revision: 5596

Added:
   trunk/rpms/msktutil/
   trunk/rpms/msktutil/msktutil.spec
Modified:
   trunk/rpms/exiv2/exiv2.spec
   trunk/rpms/guichan/guichan.spec
Log:
updates, msktutil added

Modified: trunk/rpms/exiv2/exiv2.spec
===================================================================
--- trunk/rpms/exiv2/exiv2.spec	2007-07-10 12:23:58 UTC (rev 5595)
+++ trunk/rpms/exiv2/exiv2.spec	2007-07-10 14:44:23 UTC (rev 5596)
@@ -14,7 +14,7 @@
 
 Summary: Exif and Iptc metadata manipulation library and tools
 Name: exiv2
-Version: 0.14
+Version: 0.15
 Release: 1
 License: GPL
 Group: Applications/Multimedia
@@ -80,12 +80,15 @@
 %doc doc/html
 #%{_bindir}/exiv2-config
 %{_includedir}/exiv2/
-%{_libdir}/libexiv2*.a
+%exclude %{_libdir}/libexiv2*.a
 %exclude %{_libdir}/libexiv2*.la
 %{_libdir}/libexiv2.so
 %{_libdir}/pkgconfig/exiv2.pc
 
 %changelog
+* Tue Jul 10 2007 Dries Verachtert <dries at ulyssis.org> - 0.15-1
+- Updated to release 0.15.
+
 * Mon Mar 26 2007 Dag Wieers <dag at wieers.com> - 0.14-1
 - Updated to release 0.14.
 

Modified: trunk/rpms/guichan/guichan.spec
===================================================================
--- trunk/rpms/guichan/guichan.spec	2007-07-10 12:23:58 UTC (rev 5595)
+++ trunk/rpms/guichan/guichan.spec	2007-07-10 14:44:23 UTC (rev 5596)
@@ -6,13 +6,13 @@
 
 Summary: Small efficient C++ GUI library
 Name: guichan
-Version: 0.6.1
+Version: 0.7.0
 Release: 1
 License: BSD
 Group: Development/Libraries
 URL: http://guichan.sourceforge.net
 
-Source: http://dl.sf.net/guichan/guichan-%{version}.tar.gz
+Source: http://guichan.googlecode.com/files/guichan-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires: gcc-c++, autoconf, automake, allegro-devel, SDL-devel
@@ -67,19 +67,19 @@
 %defattr(-, root, root, 0755)
 %{_includedir}/guichan.hpp
 %{_includedir}/guichan/
-%{_libdir}/libguichan.a
 %{_libdir}/libguichan.so
-%{_libdir}/libguichan_allegro.a
 %{_libdir}/libguichan_allegro.so
-%{_libdir}/libguichan_opengl.a
 %{_libdir}/libguichan_opengl.so
-%{_libdir}/libguichan_sdl.a
 %{_libdir}/libguichan_sdl.so
 #%{_libdir}/libguichan_glut.a
 #%{_libdir}/libguichan_glut.so
+%exclude %{_libdir}/*.a
 %exclude %{_libdir}/*.la
 
 %changelog
+* Tue Jul 10 2007 Dries Verachtert <dries at ulyssis.org> - 0.7.0-1
+- Updated to release 0.7.0.
+
 * Sat Jan 27 2007 Dries Verachtert <dries at ulyssis.org> - 0.6.1-1
 - Updated to release 0.6.1.
 

Added: trunk/rpms/msktutil/msktutil.spec
===================================================================
--- trunk/rpms/msktutil/msktutil.spec	                        (rev 0)
+++ trunk/rpms/msktutil/msktutil.spec	2007-07-10 14:44:23 UTC (rev 5596)
@@ -0,0 +1,54 @@
+# $Id: $
+# Authority: dag
+# Upstream: Christoph Maser <cmr$financial,com>
+
+Summary: Program for (kerberos) interoperability with Active Directory 
+Name: msktutil
+Version: 0.3.16
+Release: 1
+License: GPL
+Group: System Administration
+URL: http://download.systemimager.org/~finley/msktutil/
+
+Source: http://download.systemimager.org/~finley/msktutil/%{name}_%{version}-4.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: openldap-devel, gcc, krb5-devel
+Requires: openldap, cyrus-sasl-gssapi, krb5-workstation
+
+%description
+A program for interoperability with Active Directory
+ that can:
+ - Create a computer account in Active Directory
+ - Create a system Kerberos keytab
+ - Add and remove principals to and from that keytab
+ - Change the computer account's password
+
+ Website: http://www.pppl.gov/~dperry/
+
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} DESTDIR=%{buildroot} install
+
+%clean
+%{__rm} -rf %{buildroot}
+
+
+%files
+%defattr(-, root, root, 0755)
+%doc README
+%doc LICENSE
+%doc INSTALL
+%doc %{_mandir}/man1/msktutil.1*
+%{_sbindir}/msktutil
+
+%changelog
+* Fri Jul 06 2007 Christoph Maser <cmr$financial,com> 0.3.16-1
+- Initial package



More information about the svn-commits mailing list