[svn] r6127 - in trunk/rpms: . autocutsel mpack

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Fri Feb 1 02:09:00 CET 2008


Author: dag
Date: 2008-02-01 02:08:58 +0100 (Fri, 01 Feb 2008)
New Revision: 6127

Added:
   trunk/rpms/autocutsel/
   trunk/rpms/autocutsel/autocutsel.spec
Modified:
   trunk/rpms/mpack/mpack.spec
Log:
Updates

Added: trunk/rpms/autocutsel/autocutsel.spec
===================================================================
--- trunk/rpms/autocutsel/autocutsel.spec	                        (rev 0)
+++ trunk/rpms/autocutsel/autocutsel.spec	2008-02-01 01:08:58 UTC (rev 6127)
@@ -0,0 +1,55 @@
+# $Id$
+# Authority: dag
+
+%{?dtag: %{expand: %%define %dtag 1}}
+
+%{?el4:%define _without_modxorg 1}
+%{?el3:%define _without_modxorg 1}
+%{?rh9:%define _without_modxorg 1}
+%{?rh7:%define _without_modxorg 1}
+%{?el2:%define _without_modxorg 1}
+
+Summary: Automatic clipboard buffers synchronization tool
+Name: autocutsel
+Version: 0.9.0
+Release: 1
+License: GPL
+Group: Applications/System
+URL: http://www.nongnu.org/autocutsel/
+
+Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%{!?_without_modxorg:BuildRequires: libX11-devel, libXaw-devel, libXext-devel, libXt-devel}
+%{!?_without_modxorg:BuildRequires: libICE-devel, libSM-devel, libXmu}
+%{?_without_modxorg:BuildRequires: XFree86-devel}
+
+%description
+Autocutsel tracks changes in the server's cutbuffer and CLIPBOARD selection.
+When the CLIPBOARD is changed, it updates the cutbuffer. When the cutbuffer
+is changed, it owns the CLIPBOARD selection. The cutbuffer and CLIPBOARD
+selection are always synchronized.
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING README
+%{_bindir}/autocutsel
+%{_bindir}/cutsel
+
+%changelog
+* Fri Feb 01 2008 Dag Wieers <dag at wieers.com> - 0.9.0-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/autocutsel/autocutsel.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Modified: trunk/rpms/mpack/mpack.spec
===================================================================
--- trunk/rpms/mpack/mpack.spec	2008-01-30 01:14:52 UTC (rev 6126)
+++ trunk/rpms/mpack/mpack.spec	2008-02-01 01:08:58 UTC (rev 6127)
@@ -4,13 +4,13 @@
 Summary: Pack a file in MIME format for mailing and news
 Name: mpack
 Version: 1.6
-Release: 1
+Release: 2
 License: GPL
-Group: Applications/Internet
-URL: http://www.ussg.iu.edu/usail/mail/mime/
+Group: Applications/File
+URL: http://ftp.andrew.cmu.edu/pub/mpack/
 
 Source: http://ftp.andrew.cmu.edu/pub/mpack/mpack-%{version}.tar.gz
-#Patch1: mpack-1.5-Makefile.patch
+Patch0: mpack-1.6-buildfix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 %description
@@ -20,11 +20,11 @@
 to a set of newsgroups.  Lighter than Metamail - unmaintained
 
 About MIME: See RFC 1521 and RFC 1522. 
-From: http://ftp.andrew.cmu.edu/pub/mpack/
+From: http://www.ussg.iu.edu/usail/mail/mime/
 
 %prep
 %setup
-#patch1 -p2 -b Makefile
+%patch0 -p1 -b buildfix
 
 %build
 %configure
@@ -41,8 +41,16 @@
 %defattr(-, root, root, 0755)
 %doc Changes INSTALL README*
 %doc %{_mandir}/man1/mpack.1*
+%doc %{_mandir}/man1/munpack.1*
 %{_bindir}/mpack
+%{_bindir}/munpack
 
 %changelog
+* Sun Jan 27 2008 Dag Wieers <dag at wieers.com> - 1.6-2
+- Added patch for gcc-3.0+.
+
+* Sun Feb 23 2007 Dag Wieers <dag at wieers.com> - 1.6-1
+- Updated to release 1.6.
+
 * Thu Feb 22 2007 Dag Wieers <dag at wieers.com> - 1.5-1
 - Initial package. (using DAR)



More information about the svn-commits mailing list